| Age | Commit message (Expand) | Author |
| 2014-05-06 | - Fix bug preventing apply from unfolding Fixpoints. | Matthieu Sozeau |
| 2014-05-06 | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau |
| 2014-04-10 | No more Coersion in Init. | Pierre Boutillier |
| 2014-04-10 | Define [projT3] and [proj3_sig] | Jason Gross |
| 2014-01-24 | [Coercion]s use [Sortclass], not [Prop] (in docs) | Jason Gross |
| 2013-12-12 | Better unification for [projT1] and [proj1_sig]. | Jason Gross |
| 2013-11-20 | Adding Acc_intro_generator in order to help computations of Function in parti... | forest |
| 2013-08-08 | Side effect free implementation of admit (Isabelle's oracle) | gareuselesinge |
| 2013-05-05 | Improving printing of 'rew' notation | herbelin |
| 2013-05-05 | Relaxing the constraint on eta-expanding on the fly while looking for | herbelin |
| 2013-04-17 | Added group properties of eq_refl, eq_sym, eq_trans | herbelin |
| 2013-01-18 | Unset Asymmetric Patterns | pboutill |
| 2012-12-21 | nat_iter n f x -> nat_rect _ x (fun _ => f) n | pboutill |
| 2012-11-15 | Some lemmas on property of rewriting. It will probably be worth at | herbelin |
| 2012-10-26 | Change Hint Resolve, Immediate to take a global reference as argument | msozeau |
| 2012-10-24 | Removed a few calls to "Opaque" in Logic.v ineffective since at least | herbelin |
| 2012-08-23 | No more states/initial.coq, instead coqtop now requires Prelude.vo | letouzey |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-07-09 | induction/destruct : nicer syntax for generating equations (solves #2741) | letouzey |
| 2012-07-05 | Kills the useless tactic annotations "in |- *" | letouzey |
| 2012-07-05 | ZArith + other : favor the use of modern names instead of compat notations | letouzey |
| 2012-07-05 | Notation: a new annotation "compat 8.x" extending "only parsing" | letouzey |
| 2012-05-09 | Bug 2767 | pboutill |
| 2012-04-17 | Remove the Dp plugin. | gmelquio |
| 2012-04-12 | "A -> B" is a notation for "forall _ : A, B". | pboutill |
| 2012-04-06 | Fixing a few bugs (see #2571) related to interpretation of multiple binders | herbelin |
| 2012-03-14 | Final part of moving Program code inside the main code. Adapted add_definitio... | msozeau |
| 2012-01-19 | No more use of tauto in Init/ | pboutill |
| 2011-11-21 | theories/, plugins/ and test-suite/ ported to the Arguments vernacular | gareuselesinge |
| 2011-08-11 | SearchAbout and similar: add a customizable blacklist | letouzey |
| 2011-08-10 | Take benefit of bullets available by default in Prelude | herbelin |
| 2011-08-10 | Less ambitious application of a notation for eq_rect. We proposed | herbelin |
| 2011-08-09 | Moved the declaration of "Classic" being the default proof mode to coqtop.ml ... | aspiwack |
| 2011-08-08 | New proposition "rewrite Heq in H" for eq_rect (assuming that there is | herbelin |
| 2011-07-26 | All the parameters of or can be implicits. | pboutill |
| 2011-07-26 | Same Implicit Arguments rule for sumbool and sumor. | pboutill |
| 2011-07-16 | Tentative abbreviation "rew Heq in H" for eq_rect. (feedback welcome) | herbelin |
| 2011-07-16 | Added a characterization of unique existence. | herbelin |
| 2011-06-20 | Arithemtic: more concerning compare, eqb, leb, ltb | letouzey |
| 2011-06-20 | Some simplifications in NZDomain | letouzey |
| 2011-05-05 | Wf.iter_nat becomes Peano.nat_iter (with an implicit arg) | letouzey |
| 2011-05-05 | Modularization of BinNat + fixes of stdlib | letouzey |
| 2011-05-05 | Better comments and organisation in Datatypes.v | letouzey |
| 2011-04-28 | Fixing an "apply -> ... in hyp" bug (the hyp was considered as a fixed | herbelin |
| 2011-03-21 | Init: some results in Type should rather be Defined than Qed | letouzey |
| 2011-03-17 | CompareSpec: a slight generalization/reformulation of CompSpec | letouzey |
| 2011-01-28 | Remove the "Boxed" syntaxes and the const_entry_boxed field | letouzey |
| 2010-12-10 | First release of Vector library. | pboutill |
| 2010-10-23 | Used multiple lists of implicit arguments to transfer the choices of | herbelin |
| 2010-10-03 | Using multiple lists of implicit arguments in Program for preserving | herbelin |