| Commit message (Expand) | Author | Age |
* | Proof clean-up. | Théo Zimmermann | 2017-01-30 |
* | Remove v62 from stdlib. | Théo Zimmermann | 2016-10-24 |
* | Giving a more natural semantics to injection by default. | Hugo Herbelin | 2016-06-18 |
* | Update copyright headers. | Maxime Dénès | 2016-01-20 |
* | Remove some outdated files and fix permissions. | Guillaume Melquiond | 2015-07-31 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Simpl less (so that cbn will not simpl too much) | Pierre Boutillier | 2014-10-01 |
* | Fixed proof of irrelevance of le on nat, inspired by the | Maxime Dénès | 2014-07-22 |
* | Arith: full integration of the "Numbers" modular framework | Pierre Letouzey | 2014-07-09 |
* | Making those proofs which depend on names generated for the arguments | Hugo Herbelin | 2014-06-01 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | Unset Asymmetric Patterns | pboutill | 2013-01-18 |
* | nat_iter n f x -> nat_rect _ x (fun _ => f) n | pboutill | 2012-12-21 |
* | Revert "En cours pour 'generalize in clause' et 'induction in clause'" | herbelin | 2012-10-04 |
* | En cours pour 'generalize in clause' et 'induction in clause' | herbelin | 2012-10-04 |
* | Updating headers. | herbelin | 2012-08-08 |
* | induction/destruct : nicer syntax for generating equations (solves #2741) | letouzey | 2012-07-09 |
* | Restore the compatibility notation Compare.not_eq_sym | letouzey | 2012-07-06 |
* | Kills the useless tactic annotations "in |- *" | letouzey | 2012-07-05 |
* | Open Local Scope ---> Local Open Scope, same with Notation and alii | 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-07-05 |
* | remove undocumented and scarcely-used tactic auto decomp | letouzey | 2012-04-23 |
* | theories/, plugins/ and test-suite/ ported to the Arguments vernacular | gareuselesinge | 2011-11-21 |
* | Euclid: make the proof transparent (example of extraction in stdlib) | letouzey | 2011-09-17 |
* | Some forgotten lemma in Arith with "O" in the name instead of "0". | herbelin | 2011-08-08 |
* | Wf.iter_nat becomes Peano.nat_iter (with an implicit arg) | letouzey | 2011-05-05 |
* | CompareSpec: a slight generalization/reformulation of CompSpec | letouzey | 2011-03-17 |
* | Remove the "Boxed" syntaxes and the const_entry_boxed field | letouzey | 2011-01-28 |
* | Sorry for the mistake in r13702 | pboutill | 2010-12-12 |
* | First release of Vector library. | pboutill | 2010-12-10 |
* | Some more revision of {P,N,Z}Arith + bitwise ops in Ndigits | letouzey | 2010-11-18 |
* | Solve name conflict about pow introduced by commit 13546. | letouzey | 2010-10-21 |
* | Add sqrt in Numbers | letouzey | 2010-10-19 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | Reverted 13293 commited mistakenly. Sorry for the noise. | herbelin | 2010-07-18 |
* | Tentative de suppression de l'import automatique des hints et coercions. | herbelin | 2010-07-18 |
* | Made option "Automatic Introduction" active by default before too many | herbelin | 2010-06-08 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | Compare_dec : a few better proofs (and extracted terms), some more Defined | letouzey | 2010-04-16 |
* | Arith's min and max placed in Peano (+basic specs max_l and co) | letouzey | 2010-02-17 |
* | Min, Max: for avoiding inelegant NPeano.max printing, we Export this lib | letouzey | 2010-02-10 |
* | Numbers: properties of min/max with respect to 0,S,P,add,sub,mul | letouzey | 2010-02-09 |
* | NPeano improved, subsumes NatOrderedType | letouzey | 2010-02-09 |
* | Simplification of OrdersTac thanks to the functor application ! with no inline | letouzey | 2010-01-17 |
* | Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders* | letouzey | 2010-01-07 |
* | Rework of GenericMinMax: new axiomatic, split logical/decidable parts, Leibni... | letouzey | 2010-01-07 |
* | OrderTac: use TotalOrder, no more "change" before calling "order" (stuff with... | letouzey | 2010-01-07 |
* | Reverse order of arguments in min_case_strong for better uniformity (and comp... | letouzey | 2009-12-17 |
* | Factorisation between Makefile and ocamlbuild systems : .vo to compile are in... | letouzey | 2009-12-09 |