| Age | Commit message (Expand) | Author |
| 2010-01-04 | Specific syntax for Instances in Module Type: Declare Instance | letouzey |
| 2010-01-02 | Fix bug in last commit, missing a substitution call. | msozeau |
| 2010-01-01 | Fix handling of instance declarations in presence of let-ins (bug | msozeau |
| 2009-12-27 | Fix "Existing Instance" to handle globality information and "Existing | msozeau |
| 2009-11-15 | Fix [Instance: forall ..., C args := t] declarations to behave as | msozeau |
| 2009-11-11 | Promote evar_defs to evar_map (in Evd) | glondu |
| 2009-11-09 | A bit of cleaning around name generation + creation of dedicated file namegen.ml | herbelin |
| 2009-11-08 | Restructuration of command.ml + generic infrastructure for inductive schemes | herbelin |
| 2009-11-04 | Fixed record syntax "{|x=...; y=...|}" so that it works with qualified names. | gmelquio |
| 2009-10-28 | Integrate a few improvements on typeclasses and Program from the equations br... | msozeau |
| 2009-10-09 | Fix bug #2162 and a name clashing bug in generalized binders. | msozeau |
| 2009-10-05 | Correctly do backtracking during type class resolution even if only new | msozeau |
| 2009-09-17 | Delete trailing whitespaces in all *.{v,ml*} files | glondu |
| 2009-09-14 | Backtrack on the forced discharge of type class variables introduced | msozeau |
| 2009-07-07 | Jolification : tentative de supprimer les "( evd)" et associés qui | aspiwack |
| 2009-05-27 | Fix implicit args code so that declarations are added for all | msozeau |
| 2009-05-27 | Stop using a "Manual Implicit Arguments" flag and support them as soon | msozeau |
| 2009-05-16 | Minor fixes in typeclasses: | msozeau |
| 2009-05-09 | - Adding "Hint Resolve ->" and "Hint Resolve <-" for declaration of equivalence | herbelin |
| 2009-04-08 | Some dead code removal + cleanups | letouzey |
| 2009-02-19 | On remplace evar_map par evar_defs (seul evar_defs est désormais exporté | aspiwack |
| 2009-01-18 | Last changes in type class syntax: | msozeau |
| 2008-12-04 | Correct handling of defined methods (let-ins) in instance declarations. | msozeau |
| 2008-11-09 | More factorization of inductive/record and typeclasses: move class | msozeau |
| 2008-11-05 | Petit bug dans le commit précédent. | aspiwack |
| 2008-11-05 | Nouvelle syntaxe pour écrire des records (co)inductifs : | aspiwack |
| 2008-10-23 | Open notation for declaring record instances. | msozeau |
| 2008-10-23 | Generalized implementation of generalization. | msozeau |
| 2008-10-22 | Fix bugs #1975 and #1976. | msozeau |
| 2008-09-15 | Fix bug #1943 and restrict the inference optimisation of Program to | msozeau |
| 2008-09-14 | In manual implicit arguments mode, do not enrich implicits | msozeau |
| 2008-09-14 | Fix bug #1936: uncaught exception due to undefinable exceptions. | msozeau |
| 2008-09-14 | Fix bug #1940: uncaught exception when searching for a type class. | msozeau |
| 2008-09-11 | Add enough information to correctly globalize recursive calls in inductive and | msozeau |
| 2008-09-07 | Fixes in typeclasses resolution. Avoid reducing instances types before | msozeau |
| 2008-08-22 | - New auto hints for transparency/opacity control, not bound to | msozeau |
| 2008-07-22 | Correct implementation of discharging of implicit arguments and add new | msozeau |
| 2008-07-17 | Uniformisation du format des messages d'erreur (commencent par une | herbelin |
| 2008-07-07 | - Improve [Context] vernacular to allow arbitrary binders, not just | msozeau |
| 2008-07-04 | Fixes in handling of implicit arguments: | msozeau |
| 2008-06-25 | Création du fichier dumpglob.ml, qui rassemble les fonctions de globalisatio... | notin |
| 2008-06-21 | Code cleanup in typeclasses, remove dead and duplicated code. | msozeau |
| 2008-06-21 | Fix bug #1889, correct globalization in class declarations. | msozeau |
| 2008-06-18 | Fix bug in implementation of splitting of class constraints. | msozeau |
| 2008-06-17 | Fix bug in handling of classes and instances inside sections at | msozeau |
| 2008-06-17 | Fixes w.r.t. let binders in class contexts and Add Parametric | msozeau |
| 2008-06-03 | Fixes incorrect handling of existing existentials variables in | msozeau |
| 2008-05-30 | Improvements on coqdoc by adding more information into .glob | msozeau |
| 2008-05-23 | - Fix bug #1858, Hint Unfold calling the wrong locate function. | msozeau |
| 2008-05-19 | Fix globalization bug in class_tactics and refactorize instance | msozeau |