| Age | Commit message (Expand) | Author |
| 2014-05-02 | Pos.iter arguments in a better order for cbn. | Pierre Boutillier |
| 2014-05-02 | Eta contractions to please cbn | Pierre Boutillier |
| 2014-02-08 | Less dependencies in Omega. | Pierre-Marie Pédrot |
| 2013-07-17 | More dynamic argument scopes | letouzey |
| 2013-01-18 | Unset Asymmetric Patterns | pboutill |
| 2012-12-21 | nat_iter n f x -> nat_rect _ x (fun _ => f) n | pboutill |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-07-06 | BinPos/BinInt/BinNat : fix some argument scopes | letouzey |
| 2012-07-05 | 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-05-30 | Functions *_beq aren't generated anymore, remove comments about them | letouzey |
| 2011-08-11 | SearchAbout and similar: add a customizable blacklist | letouzey |
| 2011-07-01 | Cleanup of files related with power over Z. | letouzey |
| 2011-06-30 | Cleanup of Ndigits | letouzey |
| 2011-06-24 | Numbers: change definition of divide (compat with Znumtheory) | letouzey |
| 2011-06-20 | Arithemtic: more concerning compare, eqb, leb, ltb | letouzey |
| 2011-05-05 | 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-03-17 | CompareSpec: a slight generalization/reformulation of CompSpec | letouzey |
| 2011-02-10 | Vectors fully use implicit arguments | pboutill |
| 2011-01-28 | Remove the "Boxed" syntaxes and the const_entry_boxed field | letouzey |
| 2011-01-20 | Numbers: simplier spec for testbit | letouzey |
| 2011-01-04 | Ndigits: a Pshiftl_nat used in BigN (was double_digits there) | letouzey |
| 2010-12-17 | Cosmetic : let's take advantage of the n-ary exists notation | letouzey |
| 2010-12-10 | First release of Vector library. | pboutill |
| 2010-12-06 | Numbers and bitwise functions. | letouzey |
| 2010-11-18 | Some more revision of {P,N,Z}Arith + bitwise ops in Ndigits | letouzey |
| 2010-11-10 | Integer division: quot and rem (trunc convention) in addition to div and mod | letouzey |
| 2010-11-05 | Numbers: axiomatization, properties and implementations of gcd | letouzey |
| 2010-11-02 | Numbers : log2. Abstraction, properties and implementations. | letouzey |
| 2010-11-02 | NArith: a log2 function | letouzey |
| 2010-11-02 | Move stuff about positive into a distinct PArith subdir | letouzey |
| 2010-10-22 | Still another Open Scope than should be Local | letouzey |
| 2010-10-19 | Add sqrt in Numbers | letouzey |
| 2010-10-14 | NArith: add some functions Neven and Nodd | letouzey |
| 2010-10-14 | NArith: Definition of a Npow power function | letouzey |
| 2010-07-24 | Updated all headers for 8.3 and trunk | herbelin |
| 2010-07-18 | Reverted 13293 commited mistakenly. Sorry for the noise. | herbelin |
| 2010-07-18 | Tentative de suppression de l'import automatique des hints et coercions. | herbelin |
| 2010-06-08 | Made option "Automatic Introduction" active by default before too many | herbelin |