| Age | Commit message (Expand) | Author |
| 2018-02-20 | Respecting the ident/pattern distinction in notation modifiers. | Hugo Herbelin |
| 2018-02-20 | Adding support for parsing subterms of a notation as "pattern". | Hugo Herbelin |
| 2018-02-20 | Adding patterns in the category of binders for notations. | Hugo Herbelin |
| 2018-02-20 | In printing notations with "match", reasoning up to the order of clauses. | Hugo Herbelin |
| 2018-02-20 | Supporting recursive notations reversing the left-to-right order. | Hugo Herbelin |
| 2018-02-20 | Allowing variables used in recursive notation to occur several times in pattern. | Hugo Herbelin |
| 2018-02-20 | Allows recursive patterns for binders to be associative on the left. | Hugo Herbelin |
| 2018-02-20 | Fixing/improving notations with recursive patterns. | Hugo Herbelin |
| 2018-02-20 | Using name given by user to name a 'pat, if any. | Hugo Herbelin |
| 2018-02-20 | Moving the argument of CProdN/CLambdaN from binder_expr to local_binder_expr. | Hugo Herbelin |
| 2018-02-20 | Adding support for re-folding notation referring to isolated "forall '(x,y), t". | Hugo Herbelin |
| 2018-02-12 | Merge PR #1082: Fixing Print for inductive types with let-in in parameters | Maxime Dénès |
| 2018-02-12 | Merge PR #6418: More detailed error messages for Canonical Structure, #6398 | Maxime Dénès |
| 2018-02-06 | More detailed error messages for Canonical Structure, #6398 | Paul Steckler |
| 2018-01-30 | Use r.(p) syntax to print primitive projections. | Maxime Dénès |
| 2018-01-03 | add optimize_heap tactic for #6488 | Paul Steckler |
| 2017-12-20 | Merge PR #6234: Make the micromega extraction check a regular output test. | Maxime Dénès |
| 2017-12-14 | Make [abstract] nodes show up in the Ltac profile | Jason Gross |
| 2017-12-14 | Merge PR #6386: Catch errors while coercing 'and' intro patterns | Maxime Dénès |
| 2017-12-14 | Fixing a bug of Print for inductive types with let-ins in parameters. | Hugo Herbelin |
| 2017-12-12 | In printing, factorizing "match" clauses with same right-hand side. | Hugo Herbelin |
| 2017-12-11 | Catch errors while coercing 'and' intro patterns | Tej Chajed |
| 2017-12-08 | Merge PR #6158: Allows a level in the raw and glob printers | Maxime Dénès |
| 2017-12-07 | Merge PR #873: New strategy based on open scopes for deciding which notation ... | Maxime Dénès |
| 2017-12-05 | Merge PR #890: Global universe declarations | Maxime Dénès |
| 2017-12-05 | Merge PR #6306: Adding a test for #6304 (a bug with "fix" in notations). | Maxime Dénès |
| 2017-12-05 | Merge PR #6220: Use OCaml criteria for infix ops in extraction, #6212 | Maxime Dénès |
| 2017-12-05 | Merge PR #6210: More complete not-fully-applied error messages, #6145 | Maxime Dénès |
| 2017-12-03 | Adding a test for #6304 (bug with fix in notations). | Hugo Herbelin |
| 2017-12-01 | Cleanup API for registering universe binders. | Matthieu Sozeau |
| 2017-11-28 | more complete not-fully-applied error messages, #6145 | Paul Steckler |
| 2017-11-28 | Make the micromega extraction check a regular output test. | Gaëtan Gilbert |
| 2017-11-27 | Selecting which notation to print based on current stack of scope. | Hugo Herbelin |
| 2017-11-27 | Pre-isolating a notation test to avoid interferences. | Hugo Herbelin |
| 2017-11-25 | Fix #5347: unify declaration of axioms with and without bound univs. | Gaëtan Gilbert |
| 2017-11-25 | Fix interpretation of global universes in univdecl constraints. | Gaëtan Gilbert |
| 2017-11-25 | Forbid repeated names in universe binders. | Gaëtan Gilbert |
| 2017-11-25 | Universe binders survive sections, modules and compilation. | Gaëtan Gilbert |
| 2017-11-25 | Allow local universe renaming in Print. | Gaëtan Gilbert |
| 2017-11-24 | When declaring constants/inductives use ContextSet if monomorphic. | Gaëtan Gilbert |
| 2017-11-24 | Fix defining non primitive projections with abstracted universes. | Gaëtan Gilbert |
| 2017-11-24 | Printing again "intros **" as "intros" by default. | Hugo Herbelin |
| 2017-11-24 | Fixes #5787 (printing of "constr:" lost in the move of constr to Generic). | Hugo Herbelin |
| 2017-11-22 | allow whitespace around infix op | Paul Steckler |
| 2017-11-22 | use OCaml criteria for infix ops, #6212 | Paul Steckler |
| 2017-11-20 | Fixes #5787 (printing of "constr:" lost in the move of constr to Generic). | Hugo Herbelin |
| 2017-11-02 | Binding ltac printing functions to the system of generic printing. | Hugo Herbelin |
| 2017-10-19 | Moving bug numbers to BZ# format in the test-suite. | Théo Zimmermann |
| 2017-10-10 | Use a nice printer for constant names in Suggest Proof Using. | Gaëtan Gilbert |
| 2017-10-10 | Take Suggest Proof Using outside the kernel. | Gaëtan Gilbert |