| Commit message (Expand) | Author | Age |
* | Merge PR #6855: Update headers following #6543. | Maxime Dénès | 2018-03-05 |
|\ |
|
* | | Remove the deprecation for some 8.2-8.5 compatibility aliases. | Théo Zimmermann | 2018-03-02 |
| * | Update headers following #6543. | Théo Zimmermann | 2018-02-27 |
|/ |
|
* | Decimal: simple representation of base-10 numbers | Pierre Letouzey | 2018-02-20 |
* | Ensuring all .v files end with a newline to make "sed -i" work better on them. | Hugo Herbelin | 2017-08-21 |
* | Bump year in headers. | Pierre-Marie Pédrot | 2017-07-04 |
* | drop vo.itarget files and compute the corresponding the corresponding values ... | Matej Kosik | 2017-06-01 |
* | 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 |
* | eta contractions | Pierre Boutillier | 2014-10-01 |
* | Simpl less (so that cbn will not simpl too much) | Pierre Boutillier | 2014-10-01 |
* | Testing a replacement of "cut" by "enough" on a couple of test files. | Hugo Herbelin | 2014-08-05 |
* | Arith: full integration of the "Numbers" modular framework | Pierre Letouzey | 2014-07-09 |
* | Pos.iter arguments in a better order for cbn. | Pierre Boutillier | 2014-05-02 |
* | Eta contractions to please cbn | Pierre Boutillier | 2014-05-02 |
* | Less dependencies in Omega. | Pierre-Marie Pédrot | 2014-02-08 |
* | More dynamic argument scopes | letouzey | 2013-07-17 |
* | Unset Asymmetric Patterns | pboutill | 2013-01-18 |
* | nat_iter n f x -> nat_rect _ x (fun _ => f) n | pboutill | 2012-12-21 |
* | Updating headers. | herbelin | 2012-08-08 |
* | BinPos/BinInt/BinNat : fix some argument scopes | letouzey | 2012-07-06 |
* | Kills the useless tactic annotations "in |- *" | 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 |
* | Functions *_beq aren't generated anymore, remove comments about them | letouzey | 2012-05-30 |
* | SearchAbout and similar: add a customizable blacklist | letouzey | 2011-08-11 |
* | Cleanup of files related with power over Z. | letouzey | 2011-07-01 |
* | Cleanup of Ndigits | letouzey | 2011-06-30 |
* | Numbers: change definition of divide (compat with Znumtheory) | letouzey | 2011-06-24 |
* | Arithemtic: more concerning compare, eqb, leb, ltb | letouzey | 2011-06-20 |
* | BinNat: N.binary_rect is now a definition instead of an opaque proof | letouzey | 2011-05-05 |
* | Peano recursion for positive: integration of Daniel Schepler's code | letouzey | 2011-05-05 |
* | Minimal lemmas about Z.gt, N.gt and co | letouzey | 2011-05-05 |
* | Modularisation of Znat, a few name changed elsewhere | letouzey | 2011-05-05 |
* | Modularization of BinInt, related fixes in the stdlib | letouzey | 2011-05-05 |
* | Modularization of Nnat | letouzey | 2011-05-05 |
* | Wf.iter_nat becomes Peano.nat_iter (with an implicit arg) | letouzey | 2011-05-05 |
* | BinNatDef containing all functions of BinNat, misc adaptations in BinPos | letouzey | 2011-05-05 |
* | Modularization of BinNat + fixes of stdlib | letouzey | 2011-05-05 |
* | Modularization of BinPos + fixes in Stdlib | letouzey | 2011-05-05 |
* | Definitions of positive, N, Z moved in Numbers/BinNums.v | letouzey | 2011-05-05 |
* | CompareSpec: a slight generalization/reformulation of CompSpec | letouzey | 2011-03-17 |
* | Vectors fully use implicit arguments | pboutill | 2011-02-10 |
* | Remove the "Boxed" syntaxes and the const_entry_boxed field | letouzey | 2011-01-28 |
* | Numbers: simplier spec for testbit | letouzey | 2011-01-20 |
* | Ndigits: a Pshiftl_nat used in BigN (was double_digits there) | letouzey | 2011-01-04 |
* | Cosmetic : let's take advantage of the n-ary exists notation | letouzey | 2010-12-17 |
* | First release of Vector library. | pboutill | 2010-12-10 |
* | Numbers and bitwise functions. | letouzey | 2010-12-06 |