| Age | Commit message (Expand) | Author |
| 2014-09-13 | Using "Evd.restrict" in tactic clear so as to keep evar names. | Hugo Herbelin |
| 2014-09-13 | Exporting apply_subfilter from Evd.ml. | Hugo Herbelin |
| 2014-09-13 | Fixing synchronization of evar names table when merging evar_map. | Hugo Herbelin |
| 2014-09-13 | Providing a -type-in-type option for collapsing the universe hierarchy. | Hugo Herbelin |
| 2014-09-13 | Checking typability of evar instances. Using ";" to separate bindings | Hugo Herbelin |
| 2014-09-12 | An old typo which was preventing example #3537 to work the same as it | Hugo Herbelin |
| 2014-09-12 | Uniformisation of the order of arguments env and sigma. | Hugo Herbelin |
| 2014-09-12 | Parsing evar instances. | Hugo Herbelin |
| 2014-09-12 | Referring to evars by names. Added a parser for evars (but parsing of | Hugo Herbelin |
| 2014-09-11 | Add a flag for restricting resolution of typeclasses to | Matthieu Sozeau |
| 2014-09-11 | Fix bug #3594: eta for constructors and functions at the same time which | Matthieu Sozeau |
| 2014-09-11 | Fix bug #3596, wrong treatment of projections in compute_constelim_direct. | Matthieu Sozeau |
| 2014-09-11 | Fix bug #3505. | Matthieu Sozeau |
| 2014-09-10 | A step towards better differentiating when w_unify is used for subterm | Hugo Herbelin |
| 2014-09-10 | Fix generation of inductive elimination principle for primitive records. | Matthieu Sozeau |
| 2014-09-09 | - Fix printing and parsing of primitive projections, including the Set | Matthieu Sozeau |
| 2014-09-08 | Parsing of Type@{max(i,j)}. | Matthieu Sozeau |
| 2014-09-08 | Fix bug #3589, unification looping due to incorrect use of stack with primiti... | Matthieu Sozeau |
| 2014-09-06 | Fix bug #3584, elaborating pattern-matching on primitive records to the | Matthieu Sozeau |
| 2014-09-06 | Cleanup code for looking up projection bodies. | Matthieu Sozeau |
| 2014-09-05 | The pretyping of [uconstr] in [refine] uses the identifier of the ltac contex... | Arnaud Spiwack |
| 2014-09-05 | Adds an identifier context in pretying's Ltac context. | Arnaud Spiwack |
| 2014-09-04 | Proofview refiner is now type-safe by default. | Pierre-Marie Pédrot |
| 2014-09-04 | Typing.sort_of does not leak evarmaps anymore. | Pierre-Marie Pédrot |
| 2014-09-04 | Fix bug #3561, correct folding of env in context[] matching. | Matthieu Sozeau |
| 2014-09-04 | Fix bug #3559, ensuring a canonical order of universe level quantifications when | Matthieu Sozeau |
| 2014-09-04 | Print [Variant] types with the keyword [Variant]. | Arnaud Spiwack |
| 2014-09-04 | Add test-suite file for Case derivation on primitive records. | Matthieu Sozeau |
| 2014-09-04 | Fix bug #3563, making syntactic matching of primitive projections | Matthieu Sozeau |
| 2014-09-02 | Fixing bug #3136. | Pierre-Marie Pédrot |
| 2014-09-01 | In evarconv, do first-order unification of LetIn's properly, ensuring we comp... | Matthieu Sozeau |
| 2014-08-28 | Change the way primitive projections are declared to the kernel. | Matthieu Sozeau |
| 2014-08-28 | Fix bugs #3484 and #3546. | Matthieu Sozeau |
| 2014-08-28 | There are some occurs-check cases that can be handled by imitation (using pru... | Matthieu Sozeau |
| 2014-08-28 | Fixing an unnatural selection of subterms larger than expected in the | Hugo Herbelin |
| 2014-08-26 | Debug RAKAM | Pierre Boutillier |
| 2014-08-26 | Make evarconv and unification able to handle eta for records in presence | Matthieu Sozeau |
| 2014-08-26 | Fix compilation error due to commented code in previous commit by Hugo. | Matthieu Sozeau |
| 2014-08-25 | Fixing bug #3377 by giving env and sigma to constrMathching. Now it's possible | Matthieu Sozeau |
| 2014-08-25 | Fixing the essence of naming bug #3204: use same strategy for naming | Hugo Herbelin |
| 2014-08-25 | instanciation is French, instantiation is English | Jason Gross |
| 2014-08-25 | Grammar: "avoiding to" isn't proper, either | Jason Gross |
| 2014-08-22 | Move UnsatisfiableConstraints to a pretype error. | Matthieu Sozeau |
| 2014-08-18 | Fixing unification of subterms identified by patterns. | Hugo Herbelin |
| 2014-08-18 | Refine patch for behavior of unify_to_subterm to allow backtracking on | Matthieu Sozeau |
| 2014-08-14 | Remove confusing behavior of unify_with_subterm that could fail with | Matthieu Sozeau |
| 2014-08-14 | Fix non-printing of coercions for primitive projections (fixes bug #3433). | Matthieu Sozeau |
| 2014-08-14 | Restrict eta-conversion to inductive records, fixing bug #3310. | Matthieu Sozeau |
| 2014-08-13 | Bettre pretty-printing of evar maps, avoids printing universe information | Matthieu Sozeau |
| 2014-08-10 | Fix bug introduced by earlier commit on first-order unification of primitive | Matthieu Sozeau |