| Age | Commit message (Expand) | Author |
| 2011-06-20 | Some migration of results from BinInt to Numbers | letouzey |
| 2011-06-20 | Arithemtic: more concerning compare, eqb, leb, ltb | letouzey |
| 2011-05-05 | Modularization of BinInt, related fixes in the stdlib | letouzey |
| 2011-05-05 | Modularization of BinNat + fixes of stdlib | letouzey |
| 2011-04-18 | Fix generated script for NMake, a rewrite necessitates full conversion for | msozeau |
| 2011-03-17 | CompareSpec: a slight generalization/reformulation of CompSpec | letouzey |
| 2011-02-17 | - Use transparency information all the way through unification and | msozeau |
| 2011-02-11 | An automatic substitution of scope at functor application | letouzey |
| 2011-02-11 | Annotations at functor applications: | 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 |
| 2011-01-04 | f_equiv : a clone of f_equal that handles setoid equivalences | letouzey |
| 2011-01-03 | Numbers: some improvements in proofs | letouzey |
| 2010-12-17 | 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-09 | ZArith: for uniformity, Zdiv2 becomes Zquot2 while Zdiv2' becomes Zdiv2 | letouzey |
| 2010-12-06 | Numbers and bitwise functions. | letouzey |
| 2010-11-18 | 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-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 | NZSqrt : since spec is complete, no need for morphism axiom sqrt_wd | letouzey |
| 2010-11-02 | NZLog : since spec is complete, no need for morphism axiom log2_wd | letouzey |
| 2010-11-02 | Numbers : log2. Abstraction, properties and implementations. | letouzey |
| 2010-11-02 | NPeano: A log2 function for nat | letouzey |
| 2010-11-02 | Numbers: specs about sqrt and pow of neg numbers, even in NZ | letouzey |
| 2010-11-02 | Numbers: NZPowProp as a Module Type, some module variable renaming | letouzey |
| 2010-10-19 | Numbers: no need for advanced functions (e.g. sqrt) in NStrongRec, NDefOps, etc | letouzey |
| 2010-10-19 | Add sqrt in Numbers | letouzey |
| 2010-10-14 | Numbers : also axiomatize constants 1 and 2. | letouzey |
| 2010-10-14 | Numbers: new functions pow, even, odd + many reorganisations | letouzey |
| 2010-09-28 | Minor fixes of 'make doc' | pboutill |
| 2010-09-09 | NMake : another round of heavy rework | 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 | Fixing commit r13090 (forgot to commit the file generating Nmake_gen.v). | herbelin |
| 2010-06-08 | Made option "Automatic Introduction" active by default before too many | herbelin |
| 2010-05-19 | Discontinue support for ocaml 3.09.* | letouzey |
| 2010-04-29 | Remove the svn-specific $Id$ annotations | letouzey |
| 2010-03-10 | NMake: remove useless tactics abstract_pair, nicer comments | letouzey |
| 2010-03-10 | NMake: Reorganization, interface for NMake_gen, explicit View, tactic destr_t... | letouzey |
| 2010-03-10 | NMake_gen.ml: robustness w.r.t size, remove old commented stuff about shiftl | letouzey |
| 2010-02-17 | Arith's min and max placed in Peano (+basic specs max_l and co) | letouzey |
| 2010-02-10 | Euclidean division for NArith | letouzey |
| 2010-02-09 | Numbers: properties of min/max with respect to 0,S,P,add,sub,mul | letouzey |
| 2010-02-09 | NPeano improved, subsumes NatOrderedType | letouzey |
| 2010-02-09 | NSub: a missing lemma (sub usually decreases) | letouzey |
| 2010-02-09 | NBinary improved, contains more, subsumes NOrderedType | letouzey |