| Commit message (Expand) | Author | Age |
* | Update copyright headers. | Maxime Dénès | 2016-01-20 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Failing on unbound notation variable in notation level modifiers | Hugo Herbelin | 2014-12-15 |
* | Enforcing a stronger difference between the two syntaxes "simpl | Hugo Herbelin | 2014-11-16 |
* | Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different name | Matthieu Sozeau | 2014-10-11 |
* | Give the same argument name for the record binder of type class | Matthieu Sozeau | 2014-10-10 |
* | Simpl less (so that cbn will not simpl too much) | Pierre Boutillier | 2014-10-01 |
* | Keyed unification option, compiling the whole standard library | Matthieu Sozeau | 2014-09-27 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | fast bitwise operations (lor,land,lxor) on int31 and BigN | letouzey | 2012-08-11 |
* | Updating headers. | herbelin | 2012-08-08 |
* | ZArith + other : favor the use of modern names instead of compat notations | letouzey | 2012-07-05 |
* | theories/, plugins/ and test-suite/ ported to the Arguments vernacular | gareuselesinge | 2011-11-21 |
* | Cyclic: a small optimisation with nice effect on BigN.mul (thinks Benjamin) | letouzey | 2011-03-30 |
* | Numbers: some improvements in proofs | letouzey | 2011-01-03 |
* | First release of Vector library. | pboutill | 2010-12-10 |
* | Numbers : also axiomatize constants 1 and 2. | letouzey | 2010-10-14 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | Fix compilation by replacing some "auto with zarith" with "ring" | glondu | 2010-06-28 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generation | letouzey | 2010-02-08 |
* | Ring31 : a ring structure and tactic for int31 | letouzey | 2010-01-19 |
* | Numbers: separation of funs, notations, axioms. Notations via module, without... | letouzey | 2010-01-07 |
* | RelationPairs: stop loading it in all Numbers, stop maximal args with fst/snd | letouzey | 2009-12-18 |
* | Fix backtracking heuristic in typeclass resolution. | msozeau | 2009-11-30 |
* | Simplification of Numbers, mainly thanks to Include | letouzey | 2009-11-10 |
* | Numbers: more (syntactic) changes toward new style of type classes | letouzey | 2009-11-06 |
* | Numbers: start using Classes stuff, Equivalence, Proper, Instance, etc | letouzey | 2009-11-03 |
* | Delete trailing whitespaces in all *.{v,ml*} files | glondu | 2009-09-17 |
* | Autour du parsing: | herbelin | 2008-07-15 |
* | In abstract parts of theories/Numbers, plus/times becomes add/mul, | letouzey | 2008-06-03 |
* | In abstract parts of theories/Numbers, plus/times becomes add/mul, | letouzey | 2008-06-02 |
* | CyclicAxioms: after discussion with Laurent, znz_WW and variants are | letouzey | 2008-05-28 |
* | switch theories/Numbers from Set to Type (both the abstract and the bignum pa... | letouzey | 2008-05-22 |
* | ZModulo: Z viewed modulo 2^digits implements CyclicAxioms | letouzey | 2008-05-17 |
* | Filename ZnZ (or Z_nZ in a later attempt) is neither pretty nor accurate | letouzey | 2008-05-16 |
* | BigNum: more reorganization, mainly moves GenXYZ to DoubleXYZ | letouzey | 2008-05-16 |
* | ZTreeMod was meant to prove that BigZ correspond to the Integer Axioms. | letouzey | 2008-05-16 |
* | More BigNum cleanup: | letouzey | 2008-05-16 |
* | Coq headers + $ in theories/Numbers files | letouzey | 2008-05-15 |
* | Integration of theories/Ints into theories/Numbers, part 1: moving files | letouzey | 2008-05-07 |