| Age | Commit message (Expand) | Author |
| 2015-10-08 | Axioms now support the universe binding syntax. | Pierre-Marie Pédrot |
| 2015-10-08 | Proof using: let-in policy, optional auto-clear, forward closure* | Enrico Tassi |
| 2015-10-08 | Goptions: new value type: optional string | Enrico Tassi |
| 2015-09-14 | Univs: Add universe binding lists to definitions | Matthieu Sozeau |
| 2015-08-19 | Documentation by giving a name to a large type. | Pierre-Marie Pédrot |
| 2015-08-14 | Revert commit 18796b6aea453bdeef1ad12ce80eeb220bf01e67, close 3080 | Jason Gross |
| 2015-06-29 | Code documentation of the TACTIC/VERNAC EXTEND macros. | Pierre-Marie Pédrot |
| 2015-06-26 | Introduction of a "Undelimit Scope" command, undoing "Delimit Scope" | Lionel Rieg |
| 2015-05-04 | Add a [Redirect] vernacular command | Clément Pit--Claudel |
| 2015-03-27 | Putting the From parameter of the Require command into the AST. | Pierre-Marie Pédrot |
| 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-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-01 | Add [Info] command. | Arnaud Spiwack |
| 2014-10-31 | Feedback message: hold extra info to help routing | Enrico Tassi |
| 2014-10-13 | Emit a warning for void Arguments statement (Close 3713) | Enrico Tassi |
| 2014-09-29 | Notation: option to attach extra pretty printing rules to notations | Enrico Tassi |
| 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-09 | Dropped proofs (Abort) are evaluated synchronously (Closes: 3550, 3407) | Enrico Tassi |
| 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-25 | "allows to", like "allowing to", is improper | Jason Gross |
| 2014-08-05 | Uncountably many bullets (+,-,*,++,--,**,+++,...). | Hugo Herbelin |
| 2014-08-05 | STM: new "par:" goal selector, like "all:" but in parallel | Enrico Tassi |
| 2014-08-04 | STM: VtQuery holds the id of the state it refers to | Carst Tankink |
| 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-25 | all coqide specific files moved into ide/ | Enrico Tassi |
| 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-15 | poly: remove unused attribute to STM nodes and vernac classificaiton | Enrico Tassi |
| 2014-05-06 | Adapt Y. Bertot's path on private inductives (now the keyword is "Private"). | Yves Bertot |
| 2014-05-06 | Correct rebase on STM code. Thanks to E. Tassi for help on dealing with | Matthieu Sozeau |
| 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 many superfluous 'open' indicated by ocamlc -w +33 | 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-04 | Vernac classification: allow for commands which start proofs but must be sync... | Arnaud Spiwack |
| 2013-11-05 | STM: fix for PG and "Proof term" lines. | gareuselesinge |
| 2013-11-02 | Fixes parsing of all: followed by a typechecking/evaluation command. | aspiwack |
| 2013-11-02 | Adds a new goal selector "all:". | aspiwack |
| 2013-10-10 | STM: add "Stm Wait" to wait for the slaves to complete their jobs | gareuselesinge |
| 2013-10-07 | STM: new command "Stm PrintDag" to force printing the dag to /tmp | gareuselesinge |