| Age | Commit message (Expand) | Author |
| 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 |
| 2009-12-18 | RelationPairs: stop loading it in all Numbers, stop maximal args with fst/snd | letouzey |
| 2009-12-17 | ZOdiv: fully use generic properties from ZDivTrunc.v | letouzey |
| 2009-12-17 | Reverse order of arguments in min_case_strong for better uniformity (and comp... | letouzey |
| 2009-12-17 | Division in Numbers : more properties, new filenames based on a paper by R. B... | letouzey |
| 2009-12-16 | Division in Numbers: more properties proved (still W.I.P.) | letouzey |
| 2009-12-15 | A generic euclidean division in Numbers (Still Work-In-Progress) | letouzey |
| 2009-12-13 | Addition of mergesort + cleaning of the Sorting library | herbelin |
| 2009-12-10 | NZDomain: investigation of the shape of NZ domain, more results about ofnat:n... | letouzey |
| 2009-12-09 | Factorisation between Makefile and ocamlbuild systems : .vo to compile are in... | letouzey |
| 2009-12-08 | Fix the build of coq via ocamlbuild | letouzey |
| 2009-12-08 | integrate MSetToFiniteSet into the compilation (and fix it) | letouzey |
| 2009-12-07 | No more specific syntax "Include Self" for inclusion of partially-applied fun... | letouzey |
| 2009-12-06 | Forgot a file in last commit. | msozeau |
| 2009-12-06 | Fix anomaly when using typeclass resolution with filtered hyps in evars. | msozeau |
| 2009-12-03 | Rename proper to proper_prf to avoid clash with CoRN, | msozeau |
| 2009-12-01 | Fix make_exact_entry to allow applying [forall x, P x] hints directly, | msozeau |
| 2009-11-30 | Fix backtracking heuristic in typeclass resolution. | msozeau |
| 2009-11-27 | Added support for definition of fixpoints using tactics. | herbelin |
| 2009-11-24 | Minor fixes in typeclasses, avoiding repeated evar normalizations. | msozeau |
| 2009-11-24 | Small extra result on JMeq vs eq_dep. | herbelin |
| 2009-11-18 | Diamond-shape instead of linear hiearchy in Numbers/NatInt | letouzey |
| 2009-11-18 | Module subtyping : allow many <: and module type declaration with <: | letouzey |
| 2009-11-16 | New syntax <+ for chains of Include (or Include Type) (or Include Self (Type)) | letouzey |
| 2009-11-16 | Taking advantage of the new "Include Self Type" in DecidableType2 and NZAxioms | letouzey |
| 2009-11-16 | Some lemmas about dependent choice + extensions of Compare_dec + | herbelin |
| 2009-11-15 | Document Generalizable Variables, and change syntax to | msozeau |
| 2009-11-15 | Fix [Instance: forall ..., C args := t] declarations to behave as | msozeau |
| 2009-11-12 | BigQ / BigN / BigZ syntax and scope improvements (sequel to 12504) | letouzey |
| 2009-11-12 | Repair interpretation of numeral for BigQ, add a printer (close #2160) | letouzey |
| 2009-11-11 | Better compatibility for Peqb | letouzey |
| 2009-11-11 | Improving abbreviations/notations + backtrack of semantic change in r12439 | herbelin |
| 2009-11-10 | SpecViaZ.NSig: all-in-one spec for [pred] and [sub] based on ZMax | letouzey |
| 2009-11-10 | Simplification of Numbers, mainly thanks to Include | letouzey |