| Commit message (Expand) | Author | Age |
* | 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 |
* | "allows to", like "allowing to", is improper | Jason Gross | 2014-08-25 |
* | Arith: full integration of the "Numbers" modular framework | Pierre Letouzey | 2014-07-09 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | More dynamic argument scopes | letouzey | 2013-07-17 |
* | NMake*: avoid some warning about Let outside sections | letouzey | 2013-03-22 |
* | nat_iter n f x -> nat_rect _ x (fun _ => f) n | pboutill | 2012-12-21 |
* | Ltac repeat is in fact already doing progress | letouzey | 2012-10-01 |
* | fast bitwise operations (lor,land,lxor) on int31 and BigN | letouzey | 2012-08-11 |
* | Updating headers. | herbelin | 2012-08-08 |
* | induction/destruct : nicer syntax for generating equations (solves #2741) | letouzey | 2012-07-09 |
* | ZArith + other : favor the use of modern names instead of compat notations | letouzey | 2012-07-05 |
* | Granted legitimate wish #2607 (not exposing crude fixpoint body of | herbelin | 2011-12-18 |
* | theories/, plugins/ and test-suite/ ported to the Arguments vernacular | gareuselesinge | 2011-11-21 |
* | Merge subinstances branch by me and Tom Prince. | msozeau | 2011-11-17 |
* | SearchAbout and similar: add a customizable blacklist | letouzey | 2011-08-11 |
* | Cleanup of files related with power over Z. | letouzey | 2011-07-01 |
* | Cleanup in SpecViaZ | letouzey | 2011-06-30 |
* | Cleanup of Ndigits | letouzey | 2011-06-30 |
* | Deletion of useless Zdigits_def | letouzey | 2011-06-28 |
* | Deletion of useless Zlog_def | letouzey | 2011-06-28 |
* | Deletion of useless Zsqrt_def | letouzey | 2011-06-28 |
* | Clean-up of Znumtheory, deletion of Zgcd_def | letouzey | 2011-06-24 |
* | Numbers: a particular case of div_unique | letouzey | 2011-06-24 |
* | Numbers: change definition of divide (compat with Znumtheory) | letouzey | 2011-06-24 |
* | Some migration of results from BinInt to Numbers | letouzey | 2011-06-20 |
* | Arithemtic: more concerning compare, eqb, leb, ltb | letouzey | 2011-06-20 |
* | Modularization of BinInt, related fixes in the stdlib | letouzey | 2011-05-05 |
* | Modularization of BinNat + fixes of stdlib | letouzey | 2011-05-05 |
* | Fix generated script for NMake, a rewrite necessitates full conversion for | msozeau | 2011-04-18 |
* | CompareSpec: a slight generalization/reformulation of CompSpec | letouzey | 2011-03-17 |
* | - Use transparency information all the way through unification and | msozeau | 2011-02-17 |
* | An automatic substitution of scope at functor application | letouzey | 2011-02-11 |
* | Annotations at functor applications: | letouzey | 2011-02-11 |
* | Numbers: simplier spec for testbit | letouzey | 2011-01-20 |
* | Ndigits: a Pshiftl_nat used in BigN (was double_digits there) | letouzey | 2011-01-04 |
* | f_equiv : a clone of f_equal that handles setoid equivalences | letouzey | 2011-01-04 |
* | Numbers: some improvements in proofs | letouzey | 2011-01-03 |
* | NPeano.modulo : another trick a la "minus" for having a decreasing arg | letouzey | 2010-12-17 |
* | Cosmetic : let's take advantage of the n-ary exists notation | letouzey | 2010-12-17 |
* | Nicer log2 function for nat (suggested by Hugo) | letouzey | 2010-12-17 |
* | ZArith: for uniformity, Zdiv2 becomes Zquot2 while Zdiv2' becomes Zdiv2 | letouzey | 2010-12-09 |
* | Numbers and bitwise functions. | letouzey | 2010-12-06 |
* | NZSqrt: we define sqrt_up, a square root that rounds up instead of down as sqrt | letouzey | 2010-11-18 |
* | NZLog: we define log2_up, a base-2 logarithm that rounds up instead of down a... | letouzey | 2010-11-18 |
* | Integer division: quot and rem (trunc convention) in addition to div and mod | letouzey | 2010-11-10 |
* | Numbers: axiomatization, properties and implementations of gcd | letouzey | 2010-11-05 |