| Age | Commit message (Expand) | Author |
| 2014-12-18 | Proof using: New vernacular to name sets of section variables | Enrico Tassi |
| 2014-12-15 | About now accepts hypothesis names and goal selector. | Pierre Courtieu |
| 2014-12-12 | Searchxxx now search also the hypothesis and support goal selector. | Pierre Courtieu |
| 2014-11-10 | Plug the dynamic tags in the Richpp mechanism. | Pierre-Marie Pédrot |
| 2014-11-05 | lib/RichPp: Rename into Richpp. | Yann Régis-Gianas |
| 2014-11-05 | printing/Ppvernac: Fix missing keyword tagging on theorem introducers. | Yann Régis-Gianas |
| 2014-11-05 | printing/Ppvernac: Fix missing keyword tagging on definition introducers. | Yann Régis-Gianas |
| 2014-11-05 | printing/Ppvernac: Cosmetics. | Yann Régis-Gianas |
| 2014-11-04 | printing/Ppannotation: New annotation for tactic syntactic objects. | Regis-Gianas |
| 2014-11-04 | Rebase artefact. | Regis-Gianas |
| 2014-11-04 | lib/Pp.tag: New. | Regis-Gianas |
| 2014-11-04 | printing/Ppannotation: Introduce a new annotation for keywords. | Regis-Gianas |
| 2014-11-04 | Ppannotation.t: New constructor AVernac. | Regis-Gianas |
| 2014-11-04 | Ppvernac.Make: New | Regis-Gianas |
| 2014-11-04 | Ppvernac: Cosmetics. | Regis-Gianas |
| 2014-11-01 | Add [Info] command. | Arnaud Spiwack |
| 2014-10-13 | Emit a warning for void Arguments statement (Close 3713) | Enrico Tassi |
| 2014-09-30 | Add syntax for naming new goals in refine: writing ?[id] instead of _ | Hugo Herbelin |
| 2014-09-29 | Notation: option to attach extra pretty printing rules to notations | Enrico Tassi |
| 2014-09-25 | Improve consistency of whitespace (beautifier). | Xavier Clerc |
| 2014-09-15 | Add a "Hint Mode ref (+ | -)*" hint for setting a global mode | Matthieu Sozeau |
| 2014-09-12 | Add syntax [id]: to apply tactic to goal named id. | Hugo Herbelin |
| 2014-09-10 | VernacExtend does not dispatch on type anymore. | Pierre-Marie Pédrot |
| 2014-09-04 | Remove [Infer] option of records. | Arnaud Spiwack |
| 2014-09-04 | Add a [Variant] declaration which allows to write non-recursive variant types. | Arnaud Spiwack |
| 2014-08-21 | Improve consistency of whitespace (beautifier). | Xavier Clerc |
| 2014-08-21 | Improve consistency of whitespace (beautifier). | Xavier Clerc |
| 2014-08-21 | Space after [identity] coercion keywords (beautifier). | Xavier Clerc |
| 2014-08-21 | Avoid redundant spaces (beautifier). | Xavier Clerc |
| 2014-08-21 | Do not drop the locality qualifier (beautifier). | Xavier Clerc |
| 2014-08-12 | A couple of fixes/improvements in -beautify, but backtracking on | Hugo Herbelin |
| 2014-08-05 | Uncountably many bullets (+,-,*,++,--,**,+++,...). | Hugo Herbelin |
| 2014-08-05 | Fixing a few beautifying bugs. | Hugo Herbelin |
| 2014-08-05 | STM: new "par:" goal selector, like "all:" but in parallel | Enrico Tassi |
| 2014-07-21 | Adding a new "Locate Term" command, distinct from the raw "Locate" command. | Pierre-Marie Pédrot |
| 2014-07-01 | Add toplevel commands to declare global universes and constraints. | Matthieu Sozeau |
| 2014-06-17 | Removing dead code. | Pierre-Marie Pédrot |
| 2014-06-16 | - Add "Show Universes" to print information about universes during a proof. | Matthieu Sozeau |
| 2014-06-11 | Fix bug #3289 | Matthieu Sozeau |
| 2014-06-06 | Remove the syntax [Vernac1. Vernac2. … Vernacn. ]. | Arnaud Spiwack |
| 2014-05-06 | Adapt Y. Bertot's path on private inductives (now the keyword is "Private"). | Yves Bertot |
| 2014-05-06 | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau |
| 2014-03-19 | Adding a Print Strategy vernacular command. It allows to check the | Pierre-Marie Pédrot |
| 2014-03-05 | Remove some dead-code (thanks to ocaml warnings) | Pierre Letouzey |
| 2014-02-24 | Simpl_behaviour becomes Reductionops.ReductionBehaviour | Pierre Boutillier |
| 2014-02-02 | Removing the [Require "file"] syntax. | Pierre-Marie Pédrot |
| 2014-01-05 | Proof_using: new syntax + suggestion | Enrico Tassi |
| 2013-12-16 | A few fixes to the build system (mostly for ocamlbuild) | Pierre Letouzey |
| 2013-11-27 | Adding generic solvers to term holes. For now, no resolution mechanism nor | Pierre-Marie Pédrot |
| 2013-11-02 | Fixes parsing of all: followed by a typechecking/evaluation command. | aspiwack |