| Commit message (Expand) | Author | Age |
... | |
* | Ring31 : a ring structure and tactic for int31 | letouzey | 2010-01-19 |
* | Numbers: separation of funs, notations, axioms. Notations via module, without... | letouzey | 2010-01-07 |
* | RelationPairs: stop loading it in all Numbers, stop maximal args with fst/snd | letouzey | 2009-12-18 |
* | Forgot a file in last commit. | msozeau | 2009-12-06 |
* | Fix anomaly when using typeclass resolution with filtered hyps in evars. | msozeau | 2009-12-06 |
* | Fix backtracking heuristic in typeclass resolution. | msozeau | 2009-11-30 |
* | Repair interpretation of numeral for BigQ, add a printer (close #2160) | letouzey | 2009-11-12 |
* | Simplification of Numbers, mainly thanks to Include | letouzey | 2009-11-10 |
* | Numbers: more (syntactic) changes toward new style of type classes | letouzey | 2009-11-06 |
* | Numbers: start using Classes stuff, Equivalence, Proper, Instance, etc | letouzey | 2009-11-03 |
* | Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False' | letouzey | 2009-10-08 |
* | Delete trailing whitespaces in all *.{v,ml*} files | glondu | 2009-09-17 |
* | Znumtheory + Zdiv enriched with stuff from ZMicromega, misc improvements | letouzey | 2009-09-09 |
* | Rewrite autorewrite to use a dnet indexed by the left-hand sides (or | msozeau | 2009-04-14 |
* | Cyclic31: proof of a forgotten admit | letouzey | 2009-02-10 |
* | Autour du parsing: | herbelin | 2008-07-15 |
* | - Extension de "generalize" en "generalize c as id at occs". | herbelin | 2008-06-08 |
* | In abstract parts of theories/Numbers, plus/times becomes add/mul, | letouzey | 2008-06-03 |
* | In abstract parts of theories/Numbers, plus/times becomes add/mul, | letouzey | 2008-06-02 |
* | newton iteration for sqrt31 | thery | 2008-06-02 |
* | Intropattern: syntax {x,y,z,t} becomes (x & y & z & t), as decided in | letouzey | 2008-06-01 |
* | Cyclic31: no more Admitted, but I've cheated: sqrt31 and sqrt312 are | letouzey | 2008-05-28 |
* | CyclicAxioms: after discussion with Laurent, znz_WW and variants are | letouzey | 2008-05-28 |
* | Cyclic31: proofs for addmuldiv31, tail031 and head031. Only two Admitted left ! | letouzey | 2008-05-28 |
* | Cyclic31: proof of auxiliary function iter_int31 + (failed) attempt at provin... | letouzey | 2008-05-27 |
* | Correction du problème de complexité de Print Assumptions : | aspiwack | 2008-05-27 |
* | Cyclic31: migrate auxiliary lemmas to their legitimate files | letouzey | 2008-05-27 |
* | Cyclic31 : proof of the spec of gcd31 | letouzey | 2008-05-27 |
* | Int31 : gcd31 was wrong | letouzey | 2008-05-26 |
* | Cyclic31: cleanup, 2 Admitted killed (6 remaining) | letouzey | 2008-05-26 |
* | Cyclic31 : replace the ugly time-consuming brute-force proof by a reasonable ... | letouzey | 2008-05-23 |
* | (Not completely finished) proofs that int31 integers fulfill the CyclicAxioms... | letouzey | 2008-05-23 |
* | writing a match on a digit via syntax "if ... then ... else" is not a good id... | letouzey | 2008-05-22 |
* | Proposition for a almost-bitsize-independent Int31.v (joint work with J. Voui... | letouzey | 2008-05-22 |
* | switch theories/Numbers from Set to Type (both the abstract and the bignum pa... | letouzey | 2008-05-22 |
* | Minor improvement: group stuff about carry apart from stuff about zn2z | letouzey | 2008-05-19 |
* | ZModulo: Z viewed modulo 2^digits implements CyclicAxioms | letouzey | 2008-05-17 |
* | Filename ZnZ (or Z_nZ in a later attempt) is neither pretty nor accurate | letouzey | 2008-05-16 |
* | BigNum: more reorganization, mainly moves GenXYZ to DoubleXYZ | letouzey | 2008-05-16 |
* | ZTreeMod was meant to prove that BigZ correspond to the Integer Axioms. | letouzey | 2008-05-16 |
* | More BigNum cleanup: | letouzey | 2008-05-16 |
* | Coq headers + $ in theories/Numbers files | letouzey | 2008-05-15 |
* | Integration of theories/Ints into theories/Numbers, part 1: moving files | letouzey | 2008-05-07 |