| Age | Commit message (Expand) | Author |
| 2015-09-14 | Univs: Add universe binding lists to definitions | Matthieu Sozeau |
| 2015-09-01 | STM: save a full state for queries. | Enrico Tassi |
| 2015-07-30 | STM: make multiple, admitted, nested proofs work (fix #4314) | Enrico Tassi |
| 2015-07-30 | STM: emit a warning when a QED/Admitted proof contains a nested lemma | Enrico Tassi |
| 2015-07-30 | STM: fix backtrack in presence of nested, immediate, proofs | Enrico Tassi |
| 2015-07-30 | STM: remove assertion not being true for nested, immediate, proofs (#4313) | Enrico Tassi |
| 2015-07-29 | Fixing what seems to be a typo. | Hugo Herbelin |
| 2015-07-28 | ShowScript: as 8.4 w.r.t. unnamed proofs and non tactic vernacs (fix #4308) | Enrico Tassi |
| 2015-07-14 | STM: fix a "exn with no safe id attached" error on a failing query | Enrico Tassi |
| 2015-06-09 | STM: states coming from workers have no proof terminators (Close #4246) | Enrico Tassi |
| 2015-06-09 | STM: silly mistake in jumping back to an old state (Close #4249) | Enrico Tassi |
| 2015-05-28 | STM: preserve branch name on edit (Close: #4245, #4246) | Enrico Tassi |
| 2015-05-12 | nice error for Restart outside a proof (Close: #4235) | Enrico Tassi |
| 2015-05-04 | Add a [Redirect] vernacular command | Clément Pit--Claudel |
| 2015-04-21 | STM: print trace on "anomaly, no safe id attached" | Enrico Tassi |
| 2015-04-02 | CoqIDE: simpler way of reopening/reclosing a proof (Close: 4168) | Enrico Tassi |
| 2015-03-27 | STM: refine the notion of "simply a tactic" | Enrico Tassi |
| 2015-03-26 | STM: change how proof mode switching commands are handled (decl_mode) | Enrico Tassi |
| 2015-03-25 | STM: avoid processing asynchronously empty proofs (Close: #4134) | Enrico Tassi |
| 2015-03-22 | STM: if Set Universe Polymorphism then synchronous (#4119) | Enrico Tassi |
| 2015-03-22 | STM: do not delegate proofs containing Print | Enrico Tassi |
| 2015-03-22 | STM: after every command restore the expected proof mode | Enrico Tassi |
| 2015-03-20 | Fixed #4138. In emacs mode Set/Unset does not print the goal anymore. | Pierre Courtieu |
| 2015-03-15 | STM: -debug: better explanation of why not async (#4125) | Enrico Tassi |
| 2015-03-15 | STM: -quick: async no Proof using but no Section (#4124) | Enrico Tassi |
| 2015-03-11 | STM: ease re-editing of Admitted proofs | Enrico Tassi |
| 2015-03-11 | admit: replaced by give_up + Admitted (no proof_admitted : False, close #4032) | Enrico Tassi |
| 2015-02-27 | STM: Considering Stack_overflow as a normal tactic error (Close #3576) | Enrico Tassi |
| 2015-02-25 | STM: proof state also includes meta counters | Enrico Tassi |
| 2015-02-21 | Future: human readable name for delegated (Close #4065) | Enrico Tassi |
| 2015-02-16 | STM: when async_proofs_full is set process only tasks in the perspective | Enrico Tassi |
| 2015-02-15 | Undo: back to 8.4 semantics (Close #3514) | Enrico Tassi |
| 2015-02-14 | Abstract: "Qed export ident, .., ident" to preserve v8.4 behavior | Enrico Tassi |
| 2015-02-11 | STM: is Flags.async_proofs_full then always delegate | Enrico Tassi |
| 2015-02-10 | Improving further e11854569b8 and 3e5b9ab9f75e4 on when to print goals in coq... | Hugo Herbelin |
| 2015-02-07 | STM: tolerate simple side effects in async proofs (Close: 4006) | Enrico Tassi |
| 2015-02-05 | Fix automatic undo after nonsensical Qed in tty mode (Close: 3980) | Enrico Tassi |
| 2015-01-12 | Update headers. | Maxime Dénès |
| 2015-01-09 | STM: fix handling of side effects in vio2vo | Enrico Tassi |
| 2015-01-07 | Hook when state arrives on master. | Enrico Tassi |
| 2015-01-06 | rename: vi -> vio | Enrico Tassi |
| 2015-01-04 | STM: Make assert unneeded (Close 3898) | Enrico Tassi |
| 2014-12-27 | STM: check with the kernel proof terms on the worker too | Enrico Tassi |
| 2014-12-27 | STM: fix processing of errors | Enrico Tassi |
| 2014-12-27 | STM: module Pp is open | Enrico Tassi |
| 2014-12-26 | STM: do not call process_error twice (Close: 3880) | Enrico Tassi |
| 2014-12-26 | STM: remove dead code | Enrico Tassi |
| 2014-12-23 | STM: cleanup code for Admitted | Enrico Tassi |
| 2014-12-23 | Vi2vo: fix handling of univ constraints coming from the body | Enrico Tassi |
| 2014-12-17 | STM: resilient on errors in non delegated proofs | Enrico Tassi |