| Age | Commit message (Expand) | Author |
| 2015-05-15 | Make Coercion.inh_app_fun respect its specification. | Pierre-Marie Pédrot |
| 2015-05-13 | Safer typing primitives. | Pierre-Marie Pédrot |
| 2015-01-12 | Update headers. | Maxime Dénès |
| 2014-12-09 | Setup hook to change the unification algorithm used by evarconv, | Matthieu Sozeau |
| 2014-12-09 | Switch the few remaining iso-latin-1 files to utf8 | Pierre Letouzey |
| 2014-10-04 | A few Global.env removed. | Hugo Herbelin |
| 2014-09-27 | Fix bug #3672, application of primitive projections as coercions. | Matthieu Sozeau |
| 2014-09-27 | Add a boolean to indicate the unfolding state of a primitive projection, | Matthieu Sozeau |
| 2014-09-13 | Providing a -type-in-type option for collapsing the universe hierarchy. | Hugo Herbelin |
| 2014-09-12 | Uniformisation of the order of arguments env and sigma. | Hugo Herbelin |
| 2014-07-20 | Use kernel conversion on terms that contain universe variables during unifica... | Matthieu Sozeau |
| 2014-07-17 | Fix coercion code to disallow using cumulativity in the domain of products, w... | Matthieu Sozeau |
| 2014-06-26 | Add an option to disable typeclass resolution during conversion, which | Matthieu Sozeau |
| 2014-06-13 | Fix HoTT/coq bug # 14. Now coercion code correctly raises an error instead of... | Matthieu Sozeau |
| 2014-06-04 | Collecting in Namegen those conventional default names that are used in diffe... | Hugo Herbelin |
| 2014-05-06 | Keep track of universes on coercion applications even if they're not polymorp... | Matthieu Sozeau |
| 2014-05-06 | Correct universe handling in program coercions (bug #2378). | Matthieu Sozeau |
| 2014-05-06 | - Rename eq to equal in Univ, document new modules, set interfaces. | Matthieu Sozeau |
| 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-01 | Fixing pervasive comparisons | Pierre-Marie Pédrot |
| 2014-02-12 | TC: honor the use_typeclasses flag in pretyping | Enrico Tassi |
| 2013-09-19 | Get rid of the uses of deprecated OCaml elements (still remaining compatible ... | xclerc |
| 2013-09-18 | Removing almost all new_untyped_evar, and a bunch of Evd.add. | ppedrot |
| 2013-05-09 | Uniformization: isevars -> evdref/sigma/evd | herbelin |
| 2013-05-06 | Small cleaning of Evd interface. | ppedrot |
| 2013-04-29 | Splitting Term into five unrelated interfaces: | ppedrot |
| 2013-03-23 | Minor code cleaning in CArray / CList. | ppedrot |
| 2013-03-13 | Restrict (try...with...) to avoid catching critical exn (part 12) | letouzey |
| 2013-02-17 | Added propagation of evars unification failure reasons for better | herbelin |
| 2013-01-28 | Uniformization of the "anomaly" command. | ppedrot |
| 2012-12-14 | Modulification of identifier | ppedrot |
| 2012-11-26 | Removed some FIXME related to equality on universes. | ppedrot |
| 2012-11-22 | Monomorphization (pretyping) | ppedrot |
| 2012-09-14 | Moving Utils.list_* to a proper CList module, which includes stdlib | ppedrot |
| 2012-09-14 | This patch removes unused "open" (automatically generated from | regisgia |
| 2012-09-14 | The new ocaml compiler (4.00) has a lot of very cool warnings, | regisgia |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-07-11 | Fix regression introduced in r15418 that broke MathClasses. In program mode, ... | msozeau |
| 2012-06-04 | Forward-port fixes from 8.4 (15358, 15353, 15333). | msozeau |
| 2012-05-29 | Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evd | letouzey |
| 2012-04-25 | Avoid unneeded head-normalizations in coercion code. | msozeau |
| 2012-04-25 | Do not delta-head-normalize the proposition argument of sigma types during co... | msozeau |
| 2012-03-20 | Fix interface of resolve_typeclasses: onlyargs -> with_goals: | msozeau |
| 2012-03-19 | Fix bugs related to Program integration. | msozeau |
| 2012-03-14 | Second step of integration of Program: | msozeau |
| 2012-03-14 | Remove support for "abstract typing constraints" that requires unicity of sol... | msozeau |
| 2012-03-02 | Noise for nothing | pboutill |
| 2011-10-25 | Fixing use of type constraint for refining the "return" clause of "match". | herbelin |
| 2011-04-08 | Applying and reworking Tom Prince's patch for test-suite/failure/universes2.v | herbelin |