| Age | Commit message (Expand) | Author |
| 2015-12-10 | RefMan, ch. 4: Moving section on discharge after inductive types. | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: Avoiding using "inductive family" which is not defined. | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: a few clarifications, thanks to Matej. | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: Reference Manual: more on the "in pattern" clause and | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: In chapter 4 about CIC, renounced to keep a local | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: Reformulating introduction of the chapter on CIC, being | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: Dropping the "Co" which noone uses in "(Co)Inductive". | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: Unify capitalization of "calculus of inductive constructions". | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: Removing confusing paragraph "Constants": in it, | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: Consistently using "constant" for names assumed or defined | Hugo Herbelin |
| 2015-12-10 | RefMan, ch. 4: Fixing the definition of terms considered in the section. | Hugo Herbelin |
| 2015-12-09 | Print Assumptions: improve detection of case on an axiom of False | Enrico Tassi |
| 2015-12-09 | Remove remaining occurrences of Unix.readdir. | Guillaume Melquiond |
| 2015-12-09 | Replace Unix.readdir by Sys.readdir in dir cache. | Emilio Jesus Gallego Arias |
| 2015-12-09 | a few edits to the universe polymorphism section of the manual | Gregory Malecha |
| 2015-12-09 | bug fixes to vm computation + test cases. | Gregory Malecha |
| 2015-12-09 | The unshelve tactical now takes future goals into account. | Pierre-Marie Pédrot |
| 2015-12-09 | Fixing parsing of the unshelve tactical. | Pierre-Marie Pédrot |
| 2015-12-09 | Adding an unshelve tactical. | Pierre-Marie Pédrot |
| 2015-12-07 | Fixing a minor problem in Makefile.build that was prevening "dev/printers.cma... | Matej Kosik |
| 2015-12-07 | Fix some typos. | Guillaume Melquiond |
| 2015-12-06 | RefMan, ch. 1 and 2: avoiding using the name "constant" when | Hugo Herbelin |
| 2015-12-06 | RefMan, ch. 4: Consistent use of the terms local context and global environment. | Hugo Herbelin |
| 2015-12-06 | RefMan, ch. 4: Terminology constant/names. | Hugo Herbelin |
| 2015-12-06 | RefMan, ch. 4: Minor changes for spacing, clarity. | Hugo Herbelin |
| 2015-12-05 | Changing "destruct !hyp" into "destruct (hyp)" (and similarly for induction) | Hugo Herbelin |
| 2015-12-05 | Fix CHANGES. | Hugo Herbelin |
| 2015-12-04 | Fix in setoid_rewrite in Type: avoid the generation of a rigid universe | Matthieu Sozeau |
| 2015-12-03 | Univs: fix bug #4443. | Matthieu Sozeau |
| 2015-12-03 | Improving over printing of let-tuple (see #4447). | Hugo Herbelin |
| 2015-12-02 | Adding a target report to test-suite's Makefile to get a short summary. | Hugo Herbelin |
| 2015-12-02 | Slight simplification of code for pat/constr. | Hugo Herbelin |
| 2015-12-02 | Improving syntax of pat/constr introduction pattern so that | Hugo Herbelin |
| 2015-12-02 | Dead code from August 2014 in apply in. | Hugo Herbelin |
| 2015-12-02 | Update history of revisions. | Hugo Herbelin |
| 2015-12-02 | Changing syntax "$(tactic)$" into "ltac:(tactic)", as discussed in WG. | Hugo Herbelin |
| 2015-12-02 | Univs/Program: update the universe context with global universe | Matthieu Sozeau |
| 2015-12-02 | Fix bug #4444: Next Obligation performed after a Section opening was | Matthieu Sozeau |
| 2015-12-02 | Add an option to deactivate compatibility printing of primitive | Matthieu Sozeau |
| 2015-12-02 | Fix a bug in externalisation which prevented printing of projections | Matthieu Sozeau |
| 2015-12-01 | vio: fix argument parsing (progress on #4442) | Enrico Tassi |
| 2015-11-30 | Test for bug #4149. | Pierre-Marie Pédrot |
| 2015-11-28 | Test-suite files for closed bugs | Matthieu Sozeau |
| 2015-11-28 | Closed bugs. | Matthieu Sozeau |
| 2015-11-28 | Univs: correctly register universe binders for lemmas. | Matthieu Sozeau |
| 2015-11-27 | Univs: entirely disallow instantiation of polymorphic constants with | Matthieu Sozeau |
| 2015-11-27 | Avoid recording spurious Set <= Top.i constraints which are always | Matthieu Sozeau |
| 2015-11-27 | Fix [Polymorphic Hint Rewrite]. | Matthieu Sozeau |
| 2015-11-26 | Fixing the "parsing rules with idents later declared as keywords" problem. | Hugo Herbelin |
| 2015-11-26 | Make the pretty printer resilient to incomplete nametab (progress on #4363). | Enrico Tassi |