| Commit message (Expand) | Author | Age |
* | 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 |
* | Some more revision of {P,N,Z}Arith + bitwise ops in Ndigits | letouzey | 2010-11-18 |
* | Integer division: quot and rem (trunc convention) in addition to div and mod | letouzey | 2010-11-10 |
* | Numbers: axiomatization, properties and implementations of gcd | letouzey | 2010-11-05 |
* | 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-11-02 |
* | Still another Open Scope than should be Local | letouzey | 2010-10-22 |
* | Add sqrt in Numbers | letouzey | 2010-10-19 |
* | NArith: add some functions Neven and Nodd | letouzey | 2010-10-14 |
* | NArith: Definition of a Npow power function | letouzey | 2010-10-14 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | 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-07-18 |
* | Made option "Automatic Introduction" active by default before too many | herbelin | 2010-06-08 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | Kill some useless dependencies (Bvector, Program.Syntax) | letouzey | 2010-02-17 |
* | Euclidean division for NArith | letouzey | 2010-02-10 |
* | Numbers: properties of min/max with respect to 0,S,P,add,sub,mul | letouzey | 2010-02-09 |
* | NBinary improved, contains more, subsumes NOrderedType | letouzey | 2010-02-09 |
* | Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders* | letouzey | 2010-01-07 |