| Age | Commit message (Expand) | Author |
| 2017-10-10 | [vernac] Remove "Proof using" hacks from parser. | Emilio Jesus Gallego Arias |
| 2017-09-29 | [vernac] Remove `Qed exporting` syntax. | Emilio Jesus Gallego Arias |
| 2017-07-04 | Bump year in headers. | Pierre-Marie Pédrot |
| 2017-06-12 | Remove Show Thesis command which was never implemented. | Théo Zimmermann |
| 2017-06-12 | Remove non-working Show Tree and Show Node commands. | Théo Zimmermann |
| 2017-06-12 | Remove Show Implicit Arguments command. | Théo Zimmermann |
| 2017-06-12 | Remove Show Goal "uid" command. | Théo Zimmermann |
| 2017-05-24 | Merge branch 'trunk' into located_switch | Emilio Jesus Gallego Arias |
| 2017-05-23 | [vernac] Remove `Save thm id.` command. | Emilio Jesus Gallego Arias |
| 2017-05-23 | [vernac] Remove `Save.` command. | Emilio Jesus Gallego Arias |
| 2017-04-27 | Remove unused [open] statements | Gaetan Gilbert |
| 2017-04-25 | [location] [ast] Switch Constrexpr AST to an extensible node type. | Emilio Jesus Gallego Arias |
| 2017-04-24 | [location] Use Loc.located for constr_expr. | Emilio Jesus Gallego Arias |
| 2017-04-07 | [camlpX] Remove camlp4 compat layer. | Emilio Jesus Gallego Arias |
| 2016-11-18 | Merge branch 'v8.6' | Pierre-Marie Pédrot |
| 2016-11-03 | Lets Hints/Instances take an optional pattern | Matthieu Sozeau |
| 2016-09-11 | Move Ltac-specific components from G_proofs to G_ltac. | Pierre-Marie Pédrot |
| 2016-09-08 | Making Vernacexpr independent from Tacexpr. | Pierre-Marie Pédrot |
| 2016-08-27 | Support qualified identifiers in Show Match (bug #5050). | Guillaume Melquiond |
| 2016-06-16 | Extend Hint Mode to handle the no-head-evar case | Matthieu Sozeau |
| 2016-01-20 | Update copyright headers. | Maxime Dénès |
| 2015-11-02 | Adding syntax "Show id" to show goal named id (shelved or not). | Hugo Herbelin |
| 2015-10-08 | Proof using: let-in policy, optional auto-clear, forward closure* | Enrico Tassi |
| 2015-03-22 | Qed export -> Qed exporting | Enrico Tassi |
| 2015-02-14 | Abstract: "Qed export ident, .., ident" to preserve v8.4 behavior | Enrico Tassi |
| 2015-01-12 | Update headers. | Maxime Dénès |
| 2014-12-18 | Proof using: New vernacular to name sets of section variables | Enrico Tassi |
| 2014-09-15 | Add a "Hint Mode ref (+ | -)*" hint for setting a global mode | Matthieu Sozeau |
| 2014-06-16 | - Add "Show Universes" to print information about universes during a proof. | Matthieu Sozeau |
| 2014-03-05 | Remove many superfluous 'open' indicated by ocamlc -w +33 | Pierre Letouzey |
| 2014-01-05 | Proof_using: new syntax + suggestion | Enrico Tassi |
| 2013-09-07 | Change syntax of Hint Resolve to actually accept user-given priorities. | msozeau |
| 2013-04-15 | More functional implementation of locality_flag and program_mode | gareuselesinge |
| 2012-11-07 | Fix reference_or_constr grammar rule to accept @t as a constr | gareuselesinge |
| 2012-10-31 | Change [Hints Resolve] to still accept constrs as arguments | msozeau |
| 2012-10-26 | Change Hint Resolve, Immediate to take a global reference as argument | msozeau |
| 2012-10-04 | Moved Compat to parsing. This permits to break the dependency of the | ppedrot |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-05-30 | Restore compatibility with camlp4 (some missing open Tok) | letouzey |
| 2012-05-29 | simplification in deps of some g_*.ml4 | letouzey |
| 2012-05-29 | New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr | letouzey |
| 2012-05-29 | locus.mli for occurrences+clauses, misctypes.mli for various little things | letouzey |
| 2012-05-29 | Vernacexpr is now a mli-only file, locality stuff now in locality.ml | letouzey |
| 2012-04-13 | Removed syntax BeginSubproof/EndSubproof. It has been replaced by | aspiwack |
| 2012-03-30 | Added a command "Unfocused" which returns an error when the proof is | aspiwack |
| 2012-03-30 | Remove code of obsolete tactics : superauto, autotdb, cdhyp, dhyp, dconcl | letouzey |
| 2012-03-23 | Remove old proof-managment commands Suspend/Resume | letouzey |
| 2011-12-18 | Removing PrintConstr debugging entry in g_proof.ml4 which was not | herbelin |
| 2011-12-12 | Proof using ... | gareuselesinge |
| 2011-09-12 | Adds a new command Show Goal (e.g. Show Goal "42") printing a goal using the... | aspiwack |