aboutsummaryrefslogtreecommitdiff
path: root/stm
AgeCommit message (Expand)Author
2016-10-09A tentative fix for #5102 (bullets parsing broken by calls to parse_entry).Hugo Herbelin
2016-09-05Fix #5065: Anomaly: Not a proof by inductionMaxime Dénès
2016-08-31Fix bug #5043: [Admitted] lemmas pick up section variables.Pierre-Marie Pédrot
2016-08-30Fix #4871 - interrupting par:abstract kills coqtopMaxime Dénès
2016-06-14Admitted: fix #4818 return initial stmt and univsMatthieu Sozeau
2016-05-27STM: fix argument filtering for slavesEnrico Tassi
2016-05-26Pfedit.get_current_context refinement (fix #4523)Matthieu Sozeau
2016-05-04Fix for #4603, part 3: definitions inside proofs not handled properly by coqc.Maxime Dénès
2016-04-15Build stm debugging messages lazily so that they are not silentlyHugo Herbelin
2016-04-12Quick fix for #4603 (part 2): Anomaly: Universe undefinedMaxime Dénès
2016-03-25Univs: fix get_current_context (bug #4603, part I)Matthieu Sozeau
2016-03-15Tentative fix for bug #4614: "Fully check the document" is uninterruptable.Pierre-Marie Pédrot
2016-03-04Rename Ephemeron -> CEphemeron.Maxime Dénès
2016-02-19STM: Print/Extraction have to be skipped if -quickEnrico Tassi
2016-02-19STM: classify some variants of Instance as regular `Fork nodes.Enrico Tassi
2016-02-10STM: always stock in vio files the first node (state) of a proofEnrico Tassi
2016-02-10STM: not delegate proofs that contain Vernac(Module|Require|Import), #4530Enrico Tassi
2016-01-20Update copyright headers.Maxime Dénès
2016-01-15Hooks for a third-party XML plugin. Contributed by Claudio Sacerdoti Coen.Maxime Dénès
2016-01-04fixup d2b468a, evar normalization is neededEnrico Tassi
2016-01-04par: check if the goal is not ground and fail (fix #4465)Enrico Tassi
2016-01-04workers: purge short version of -load-vernac too (fix #4458)Enrico Tassi
2015-12-01vio: fix argument parsing (progress on #4442)Enrico Tassi
2015-11-28Univs: correctly register universe binders for lemmas.Matthieu Sozeau
2015-11-02Follow-up fix on Enrico's 6e376c8097d75b6e, with Enrico.Maxime Dénès
2015-11-02STM: fix undo into a branch containing side effectsEnrico Tassi
2015-11-02STM: never reopen a branch containing side effectsEnrico Tassi
2015-10-30Add a way to get the right fix_exn in external vernacular commandsMatthieu Sozeau
2015-10-29Handle side-effects of Vernacular commands inside proofs better, so thatMatthieu Sozeau
2015-10-28Avoid type checking private_constants (side_eff) again during Qed (#4357).Enrico Tassi
2015-10-18Miscellaneous typos, spacing, US spelling in comments or variable names.Hugo Herbelin
2015-10-14When typechecking a lemma statement, try to resolve typeclasses beforeMatthieu Sozeau
2015-10-09STM: Work around an occasional crash in dot (debug output)Alec Faithfull
2015-10-09TQueue: Allow some tasks to be saved when clearing a TQueueAlec Faithfull
2015-10-09TQueue: Expose the length of TQueuesAlec Faithfull
2015-10-09STM: Added functions for saving and restoring the internal stateAlec Faithfull
2015-10-09STM: Pass exception information to unreachable_state_hook functionsAlec Faithfull
2015-10-08Axioms now support the universe binding syntax.Pierre-Marie Pédrot
2015-10-08Proof using: let-in policy, optional auto-clear, forward closure*Enrico Tassi
2015-10-08Spawn: use each socket exclusively for writing or readingEnrico Tassi
2015-10-08STM: for PIDE based UIs, edit_at requires no Reach.known_stateEnrico Tassi
2015-10-08STM: fix backtrace handlingEnrico Tassi
2015-10-02Univs: fix semantics of Type in proof mode in universe-polymorphic modeMatthieu Sozeau
2015-10-02Univs: fix handling of side effects/delayed proofsMatthieu Sozeau
2015-10-02Univs: fix many evar_map initializations and leaks.Matthieu Sozeau
2015-09-29Remove some uses of Loadpath.get_paths.Guillaume Melquiond
2015-09-15STM: Reset takes Ltac <ident> into account (Close #4316)Enrico Tassi
2015-09-14Univs: Add universe binding lists to definitionsMatthieu Sozeau
2015-09-01STM: save a full state for queries.Enrico Tassi
2015-08-19Removing code duplication in Lemmas.Pierre-Marie Pédrot