| 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 |
* | Fix segfault in native compiler on int31 division. | Maxime Dénès | 2014-10-10 |
* | argument flip of Cyclic31.nshiftr and Cyclic31.nshiftl | Pierre Boutillier | 2014-10-01 |
* | 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 |
* | - Fix printing and parsing of primitive projections, including the Set | Matthieu Sozeau | 2014-09-09 |
* | "allows to", like "allowing to", is improper | Jason Gross | 2014-08-25 |
* | instanciation is French, instantiation is English | Jason Gross | 2014-08-25 |
* | Arith: full integration of the "Numbers" modular framework | Pierre Letouzey | 2014-07-09 |
* | Fixing bug #3270. Patch by Robbert Krebbers. | Pierre-Marie Pédrot | 2014-07-08 |
* | Making those proofs which depend on names generated for the arguments | Hugo Herbelin | 2014-06-01 |
* | Moving (e)transitivity out of the AST. | Pierre-Marie Pédrot | 2014-05-20 |
* | - Fix treatment of global universe constraints which should be passed along | Matthieu Sozeau | 2014-05-06 |
* | Restore reasonable performance by not allocating during universe checks, | Matthieu Sozeau | 2014-05-06 |
* | - Rename eq to equal in Univ, document new modules, set interfaces. | Matthieu Sozeau | 2014-05-06 |
* | This commit adds full universe polymorphism and fast projections to Coq. | Matthieu Sozeau | 2014-05-06 |
* | Pos.iter arguments in a better order for cbn. | Pierre Boutillier | 2014-05-02 |
* | "Boolean Equality" and "Case Analysis" are already off by default... | letouzey | 2013-07-17 |
* | More dynamic argument scopes | letouzey | 2013-07-17 |
* | NMake*: avoid some warning about Let outside sections | letouzey | 2013-03-22 |
* | make validate repaired via a temporary fix for #2949 | letouzey | 2013-02-13 |
* | nat_iter n f x -> nat_rect _ x (fun _ => f) n | pboutill | 2012-12-21 |
* | Rework of GenericMinMax and OrdersTac (helps extraction, cf. #2904) | letouzey | 2012-12-18 |
* | Finish patch for Hint Resolve, stopping to generate new constant names for | msozeau | 2012-12-08 |
* | Change Hint Resolve, Immediate to take a global reference as argument | msozeau | 2012-10-26 |
* | 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 |
* | Give inner fixpoint of gcd31 a name, to avoid excessive unfolding | glondu | 2011-08-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 |
* | Some cleanup of Zdiv and Zquot, deletion of useless Zdiv_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 more cleanup of Zorder | letouzey | 2011-06-23 |
* | Some migration of results from BinInt to Numbers | letouzey | 2011-06-20 |
* | Zcompare.destr_zcompare subsumed by case Z.compare_spec | letouzey | 2011-06-20 |
* | Arithemtic: more concerning compare, eqb, leb, ltb | letouzey | 2011-06-20 |