| Age | Commit message (Expand) | Author |
| 2011-02-10 | local variables can have implicits locally | pboutill |
| 2011-02-10 | Data structure telling implicits of local variables is a map in the | pboutill |
| 2011-01-31 | A fine-grain control of inlining at functor application via priority levels | letouzey |
| 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-11 | Add [Typeclasses Debug] option that respects backtracking, solve | msozeau |
| 2011-01-06 | s/appartness/membership/g (Closes: #2470) | glondu |
| 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-12 | Sorry for the mistake in r13702 | pboutill |
| 2010-12-10 | First release of Vector library. | pboutill |
| 2010-12-09 | In passing, very quick uniformization of coqdoc headers in a few files. | herbelin |
| 2010-12-09 | ZArith: for uniformity, Zdiv2 becomes Zquot2 while Zdiv2' becomes Zdiv2 | letouzey |
| 2010-12-06 | Numbers and bitwise functions. | letouzey |
| 2010-12-04 | Fixing coqdoc pretty-printing of a table in Mergesort. Incidentally, | herbelin |
| 2010-11-18 | Some more revision of {P,N,Z}Arith + bitwise ops in Ndigits | 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-16 | Division: avoid imposing rem as an infix keyword in Z_scope and bigZ_scope. | letouzey |
| 2010-11-10 | Oups, fix last commit, a missing file in a vo.itarget | 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 | Add small utility lemmas about nat/P/Z/Q arithmetic. | 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: misc improvements | letouzey |
| 2010-11-02 | Numbers : log2. Abstraction, properties and implementations. | letouzey |
| 2010-11-02 | NArith: a log2 function | 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-11-02 | Move stuff about positive into a distinct PArith subdir | letouzey |
| 2010-10-23 | Used multiple lists of implicit arguments to transfer the choices of | herbelin |
| 2010-10-22 | FMapFacts: typo noticed by Aaron | letouzey |
| 2010-10-22 | Still another Open Scope than should be Local | letouzey |
| 2010-10-21 | Solve name conflict about pow introduced by commit 13546. | letouzey |
| 2010-10-20 | Oups, new file Zsqrt_def was exporting Z_scope | 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-10-14 | Zeven: some complements, e.g. proofs that Zeven_bool and co are ok | letouzey |
| 2010-10-14 | NArith: add some functions Neven and Nodd | letouzey |
| 2010-10-14 | NArith: Definition of a Npow power function | letouzey |
| 2010-10-03 | Using multiple lists of implicit arguments in Program for preserving | herbelin |
| 2010-09-28 | Minor fixes of 'make doc' | pboutill |