| Commit message (Expand) | Author | Age |
* | Update headers following #6543. | Théo Zimmermann | 2018-02-27 |
* | Bump year in headers. | Pierre-Marie Pédrot | 2017-07-04 |
* | BigNums: remove files about BigN,BigZ,BigQ (now in an separate git repo) | Pierre Letouzey | 2017-06-13 |
* | Giving a more natural semantics to injection by default. | Hugo Herbelin | 2016-06-18 |
* | Making parentheses mandatory in tactic scopes. | Pierre-Marie Pédrot | 2016-03-04 |
* | Update copyright headers. | Maxime Dénès | 2016-01-20 |
* | Fix some typos. | Guillaume Melquiond | 2015-10-13 |
* | 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 |
* | 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 |
* | Making those proofs which depend on names generated for the arguments | Hugo Herbelin | 2014-06-01 |
* | 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 |
* | nat_iter n f x -> nat_rect _ x (fun _ => f) n | pboutill | 2012-12-21 |
* | 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 |
* | 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 |
* | 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 |
* | Cleanup of Ndigits | letouzey | 2011-06-30 |
* | Deletion of useless Zsqrt_def | letouzey | 2011-06-28 |
* | Clean-up of Znumtheory, deletion of Zgcd_def | letouzey | 2011-06-24 |
* | Modularization of BinPos + fixes in Stdlib | letouzey | 2011-05-05 |
* | Cyclic: a small optimisation with nice effect on BigN.mul (thinks Benjamin) | letouzey | 2011-03-30 |
* | Remove the "Boxed" syntaxes and the const_entry_boxed field | letouzey | 2011-01-28 |
* | Ndigits: a Pshiftl_nat used in BigN (was double_digits there) | letouzey | 2011-01-04 |
* | Numbers: some improvements in proofs | letouzey | 2011-01-03 |
* | First release of Vector library. | pboutill | 2010-12-10 |
* | Add sqrt in Numbers | letouzey | 2010-10-19 |
* | 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 |
* | Made option "Automatic Introduction" active by default before too many | herbelin | 2010-06-08 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | Here comes the commit, announced long ago, of the new tactic engine. | aspiwack | 2010-04-22 |
* | Min, Max: for avoiding inelegant NPeano.max printing, we Export this lib | letouzey | 2010-02-10 |
* | DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generation | letouzey | 2010-02-08 |