| Age | Commit message (Expand) | Author |
| 2021-01-08 | Modify Classes/SetoidClass.v to compile with -mangle-names | Jasper Hugunin |
| 2020-03-18 | Update headers in the whole code base. | Théo Zimmermann |
| 2019-08-26 | Make kernel parametric on the lowest universe and fix #9294 | Matthieu Sozeau |
| 2019-06-17 | Update ml-style headers to new year. | Théo Zimmermann |
| 2018-12-19 | Put #[universes(template)] on all auto template spots in stdlib | Gaëtan Gilbert |
| 2018-02-27 | Update headers following #6543. | Théo Zimmermann |
| 2017-07-04 | Bump year in headers. | Pierre-Marie Pédrot |
| 2016-01-20 | Update copyright headers. | Maxime Dénès |
| 2015-01-12 | Update headers. | Maxime Dénès |
| 2012-08-08 | Updating headers. | herbelin |
| 2011-10-18 | Fix bug #2586 and enhance clsubst* as well as a side effect | msozeau |
| 2010-07-24 | Updated all headers for 8.3 and trunk | herbelin |
| 2010-04-29 | Remove the svn-specific $Id$ annotations | letouzey |
| 2010-02-11 | Cleanup in Classes, removing unsupported code. | msozeau |
| 2009-12-03 | Rename proper to proper_prf to avoid clash with CoRN, | msozeau |
| 2009-10-27 | Add a new vernacular command for controling implicit generalization of | msozeau |
| 2009-09-28 | Fix the stdlib doc compilation + switch all .v file to utf8 | letouzey |
| 2009-09-17 | Delete trailing whitespaces in all *.{v,ml*} files | glondu |
| 2009-09-15 | Stop using [obligation_tactic] from Program.Tactics as the default | msozeau |
| 2009-04-21 | Rename [Morphism] into [Proper] and [respect] into [proper] to comply | msozeau |
| 2009-04-16 | Better Requires in Classes. Fix bug #2093: the code does not require | msozeau |
| 2009-01-18 | Last changes in type class syntax: | msozeau |
| 2008-12-14 | Generalized binding syntax overhaul: only two new binders: `() and `{}, | msozeau |
| 2008-09-14 | Add user syntax for creating hint databases [Create HintDb foo | msozeau |
| 2008-09-14 | Use manual implicts in Classes and rationalize class parameter names. | msozeau |
| 2008-09-13 | Remove redefinition of id in Program.Basics, just add maximal implicits. | msozeau |
| 2008-06-27 | Enhanced discrimination nets implementation, which can now work with | msozeau |
| 2008-06-22 | Rename obligations_tactic to obligation_tactic and fix bugs #1893. | msozeau |
| 2008-06-06 | Enhancements to coqdoc, better globalization of sections and modules. | msozeau |
| 2008-04-26 | Debug implementation of failing tactics in Morphism to allow earlier | msozeau |
| 2008-04-21 | - Parameterize unification by two sets of transparent_state, one for open | msozeau |
| 2008-04-12 | Add the ability to specify what to do with free variables in instance | msozeau |
| 2008-04-01 | Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaient | herbelin |
| 2008-03-27 | Various fixes on typeclasses: | msozeau |
| 2008-03-25 | Interpret patterns for hypotheses types in match goal in type_scope (if not a | msozeau |
| 2008-03-22 | Compatibility fixes, backtrack on definitions of reflexive, | msozeau |
| 2008-03-19 | Do another pass on the typeclasses code. Correct globalization of class | msozeau |
| 2008-03-17 | Add the possibility of specifying constants to unfold for typeclass | msozeau |
| 2008-03-16 | Removed unneeded tactics from RelationClasses. Use | msozeau |
| 2008-03-16 | Using the "relation" constant made some unifications fail in the new | msozeau |
| 2008-03-16 | Reorganize Program and Classes theories. Requiring Setoid no longer sets | msozeau |
| 2008-03-06 | Syntax changes in typeclasses, remove "?" for usual implicit arguments | msozeau |
| 2008-02-28 | Do not open type_scope in SetoidClass. | msozeau |
| 2008-02-26 | Proper implicit arguments handling for assumptions | msozeau |
| 2008-02-10 | Backport Program Instance into Instance. Proper early error message if | msozeau |
| 2008-02-09 | Fix the clrewrite tactic, change Relations.v to work on relations in Prop | msozeau |
| 2008-02-06 | New algorithm to resolve morphisms, after discussion with Nicolas | msozeau |
| 2008-02-03 | Add new files theories/Program/Basics.v and theories/Classes/Relations.v | msozeau |
| 2008-01-31 | Debug implementation of dependent induction/dependent destruction and documen... | msozeau |
| 2008-01-30 | Support for occurences and 'in' in class_setoid, work on corresponding tactic... | msozeau |