| Commit message (Expand) | Author | Age |
* | nat_iter n f x -> nat_rect _ x (fun _ => f) n | pboutill | 2012-12-21 |
* | Rework of GenericMinMax and OrdersTac (helps extraction, cf. #2904) | letouzey | 2012-12-18 |
* | Updating headers. | herbelin | 2012-08-08 |
* | ZArith + other : favor the use of modern names instead of compat notations | letouzey | 2012-07-05 |
* | SearchAbout and similar: add a customizable blacklist | letouzey | 2011-08-11 |
* | Cleanup of files related with power over Z. | letouzey | 2011-07-01 |
* | Numbers: a particular case of div_unique | letouzey | 2011-06-24 |
* | Numbers: change definition of divide (compat with Znumtheory) | letouzey | 2011-06-24 |
* | Some more cleanup of Zorder | letouzey | 2011-06-23 |
* | Some migration of results from BinInt to Numbers | letouzey | 2011-06-20 |
* | Some simplifications in NZDomain | letouzey | 2011-06-20 |
* | Annotations at functor applications: | letouzey | 2011-02-11 |
* | A fine-grain control of inlining at functor application via priority levels | letouzey | 2011-01-31 |
* | Numbers: simplier spec for testbit | letouzey | 2011-01-20 |
* | f_equiv : a clone of f_equal that handles setoid equivalences | letouzey | 2011-01-04 |
* | Numbers: some improvements in proofs | letouzey | 2011-01-03 |
* | Cosmetic : let's take advantage of the n-ary exists notation | letouzey | 2010-12-17 |
* | Numbers and bitwise functions. | letouzey | 2010-12-06 |
* | 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-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 |
* | 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 |
* | 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 |
* | Add sqrt in Numbers | letouzey | 2010-10-19 |
* | Numbers : also axiomatize constants 1 and 2. | letouzey | 2010-10-14 |
* | Numbers: new functions pow, even, odd + many reorganisations | 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 |
* | Division in numbers: kills some Include to avoid bad alias Zsucc = ZDiv.Z.Z'.S | letouzey | 2010-01-29 |
* | BigN, BigZ, BigQ: presentation via unique module with both ops and props | letouzey | 2010-01-17 |
* | Simplification of OrdersTac thanks to the functor application ! with no inline | letouzey | 2010-01-17 |
* | Avoid some more re-declarations of Equivalence instances | letouzey | 2010-01-14 |
* | Numbers: BigN and BigZ get instantiations of all properties about div and mod | letouzey | 2010-01-08 |
* | NZAxioms plus a compare allows to build an OrderedType | letouzey | 2010-01-08 |
* | Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders* | letouzey | 2010-01-07 |
* | Include can accept both Module and Module Type | letouzey | 2010-01-07 |
* | Numbers: separation of funs, notations, axioms. Notations via module, without... | letouzey | 2010-01-07 |
* | "by" becomes officially a reserved keyword of Coq (fixes "rewrite ... at ... ... | letouzey | 2010-01-06 |
* | Numbers abstract layer: more Module Type, used especially for divisions. | letouzey | 2010-01-05 |
* | Avoid declaring hints about refl/sym/trans of eq in DecidableType2 | letouzey | 2010-01-05 |
* | Division in Numbers: proofs with less auto (less sensitive to hints, in parti... | letouzey | 2010-01-05 |
* | Division in Numbers: factorisation of signatures | letouzey | 2010-01-05 |