| Age | Commit message (Expand) | Author |
| 2010-02-10 | Fix [Existing Class] impl and add documentation. Fix computation of the | msozeau |
| 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 |
| 2010-02-09 | ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedType | letouzey |
| 2010-02-08 | DoubleCyclic + NMake : typeclasses, more genericity, less ML macro-generation | letouzey |
| 2010-01-30 | Update CHANGES, add documentation for new commands/tactics and do a bit | msozeau |
| 2010-01-29 | Division in numbers: kills some Include to avoid bad alias Zsucc = ZDiv.Z.Z'.S | letouzey |
| 2010-01-26 | Support for generalized rewriting under dependent binders, using the | msozeau |
| 2010-01-26 | Add [Next Obligation with tactic] support (wish #1953). | msozeau |
| 2010-01-25 | NMake (and hence BigN): shiftr, shiftl now in the signature NSig | letouzey |
| 2010-01-25 | NMake: several things need not be macro-generated | letouzey |
| 2010-01-19 | Ring31 : a ring structure and tactic for int31 | letouzey |
| 2010-01-19 | NMake_gen: fix previous commit (some spaces were critical), remove some more ... | letouzey |
| 2010-01-19 | NMake_gen: no more spaces at end of lines | letouzey |
| 2010-01-18 | More improvements of BigN, BigZ, BigQ: | letouzey |
| 2010-01-17 | 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-14 | Avoid some more re-declarations of Equivalence instances | letouzey |
| 2010-01-14 | Rename Zbinary into Zdigit in order to avoid confusion with Numbers/.../ZBina... | letouzey |
| 2010-01-13 | Try to avoid re-declaring Equivalence, especially for Logic.eq | letouzey |
| 2010-01-12 | GenericMinMax: still a min_case_strong with hypothesis in the wrong order | letouzey |
| 2010-01-12 | MSets: Class Ok becomes a definition instead of an inductive (thanks Matthieu) | letouzey |
| 2010-01-12 | Numbers/.../NDefOps: one more property about ltb | letouzey |
| 2010-01-12 | Numbers: some more proofs about sub,add,le,lt for natural numbers | letouzey |
| 2010-01-12 | Numbers: two more Local Obligation Tactic | letouzey |
| 2010-01-11 | Support "Local Obligation Tactic" (now the default in sections). | msozeau |
| 2010-01-08 | Numbers: BigN and BigZ get instantiations of all properties about div and mod | letouzey |
| 2010-01-08 | Numbers: axiomatization + generic properties of abs and sgn. | letouzey |
| 2010-01-08 | Init/Logic: commutativity and associativity of /\ and \/ | letouzey |
| 2010-01-08 | NZAxioms plus a compare allows to build an OrderedType | letouzey |
| 2010-01-07 | 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 | Rework of GenericMinMax: new axiomatic, split logical/decidable parts, Leibni... | letouzey |
| 2010-01-07 | MSetInterface: more modularity | letouzey |
| 2010-01-07 | OrderTac: use TotalOrder, no more "change" before calling "order" (stuff with... | letouzey |
| 2010-01-07 | DecidableType2+OrderedType2 : notations in specific Module Type, slicing of O... | letouzey |
| 2010-01-07 | misc improvements in some Structures files | letouzey |
| 2010-01-07 | MSetAVL: hints made local since some of them are quite violent (transitivity) | letouzey |
| 2010-01-06 | Patch on subtyping check of opaque constants. | soubiran |
| 2010-01-06 | "by" becomes officially a reserved keyword of Coq (fixes "rewrite ... at ... ... | letouzey |
| 2010-01-05 | Numbers abstract layer: more Module Type, used especially for divisions. | letouzey |
| 2010-01-05 | Zdiv seen as a quasi-instantation of generic ZDivFloor from theories/Numbers | 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-04 | Specific syntax for Instances in Module Type: Declare Instance | letouzey |
| 2009-12-19 | Backtrack on making exact hints for lemmas starting with products | msozeau |