| Age | Commit message (Expand) | Author |
| 2019-02-28 | Fix #7632: Change syntax of autoapply according to the documentation. | Théo Zimmermann |
| 2019-02-04 | Enrich implicits for instances | Jasper Hugunin |
| 2019-02-04 | Merge PR #9386: Pass some files to strict focusing mode. | Pierre-Marie Pédrot |
| 2019-01-24 | Make `Instance` without a body always open a proof. | Maxime Dénès |
| 2019-01-23 | Pass some files to strict focusing mode. | Gaëtan Gilbert |
| 2018-12-19 | Put #[universes(template)] on all auto template spots in stdlib | Gaëtan Gilbert |
| 2018-11-14 | Deprecate hint declaration/removal with no specified database | Maxime Dénès |
| 2018-09-10 | Adapting standard library to the introduction of "Declare Scope". | Hugo Herbelin |
| 2018-02-27 | Update headers following #6543. | Théo Zimmermann |
| 2017-07-04 | Bump year in headers. | Pierre-Marie Pédrot |
| 2017-06-14 | Remove deprecated options from the standard library. | Guillaume Melquiond |
| 2017-06-01 | drop vo.itarget files and compute the corresponding the corresponding values ... | Matej Kosik |
| 2017-04-28 | Allow interactive editing of {C,}Morphisms in PG | Jason Gross |
| 2016-08-17 | Fix #4978: priorities of Equivalence instances | Matthieu Sozeau |
| 2016-06-28 | Typeclasses: use once in by clause for typeclass eauto | Matthieu Sozeau |
| 2016-06-16 | setoid_rewrite: fix the Params resolution tactic | Matthieu Sozeau |
| 2016-06-16 | Typeclasses: stdlib fixes for new search algorithm | Matthieu Sozeau |
| 2016-03-30 | Merge branch 'v8.5' | Pierre-Marie Pédrot |
| 2016-03-24 | Fix handling of arity of definitional classes. | Matthieu Sozeau |
| 2016-03-04 | Making parentheses mandatory in tactic scopes. | Pierre-Marie Pédrot |
| 2016-01-20 | Update copyright headers. | Maxime Dénès |
| 2015-12-31 | Put implicits back as in 8.4. | Matthieu Sozeau |
| 2015-11-27 | Univs: entirely disallow instantiation of polymorphic constants with | Matthieu Sozeau |
| 2015-10-07 | Univs: add Strict Universe Declaration option (on by default) | Matthieu Sozeau |
| 2015-10-02 | Universes: enforce Set <= i for all Type occurrences. | Matthieu Sozeau |
| 2015-05-12 | Mark PreOrder as a consequence of Equivalence. (Fix bug #4213) | Guillaume Melquiond |
| 2015-04-09 | Fix instances of universe-polymorphic generalized rewriting to avoid | Matthieu Sozeau |
| 2015-01-15 | Remove typeclass opaque directive, some proofs in the stdlib rely on it being... | Matthieu Sozeau |
| 2015-01-15 | Optionally allow eta-conversion during unification for type classes. | Matthieu Sozeau |
| 2015-01-12 | Update headers. | Maxime Dénès |
| 2014-10-11 | Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different name | Matthieu Sozeau |
| 2014-10-10 | Give the same argument name for the record binder of type class | Matthieu Sozeau |
| 2014-08-25 | "allows to", like "allowing to", is improper | Jason Gross |
| 2014-08-25 | instanciation is French, instantiation is English | Jason Gross |
| 2014-08-03 | Move to a representation of universe polymorphic constants using indices for ... | Matthieu Sozeau |
| 2014-07-09 | Arith: full integration of the "Numbers" modular framework | Pierre Letouzey |
| 2014-06-29 | Move Params definition in generalize rewriting out of a section so that | Matthieu Sozeau |
| 2014-06-26 | Export the right modules in Setoid, avoiding anomalies in generalized rewriting. | Matthieu Sozeau |
| 2014-05-26 | - Fix in kernel conversion not folding the universe constraints | Matthieu Sozeau |
| 2014-05-09 | Update and start testing rewrite-in-type code. | Matthieu Sozeau |
| 2014-05-09 | Restore implicit arguments of irreflexivity (fixes bug #3305). | Matthieu Sozeau |
| 2014-05-06 | - Fix bug preventing apply from unfolding Fixpoints. | Matthieu Sozeau |
| 2014-05-06 | Fix issue #88: restrict_universe_context was wrongly forgetting about constra... | Matthieu Sozeau |
| 2014-05-06 | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau |
| 2013-03-21 | Using hnf instead of "intro H" for forcing reduction to a product. | herbelin |
| 2012-10-26 | Change Hint Resolve, Immediate to take a global reference as argument | msozeau |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-07-05 | Open Local Scope ---> Local Open Scope, same with Notation and alii | letouzey |
| 2012-06-20 | Bug 2813 - Reflexive, Symmetric, Transitive instances for pointwise_relation ... | pboutill |
| 2012-04-15 | Fixing tauto "special" behavior on singleton types w/ 2 parameters (bug #2680). | herbelin |