| Age | Commit message (Expand) | Author |
| 2009-11-10 | DecidableType: A specification via boolean equality as an alternative to eq_dec | letouzey |
| 2009-11-08 | Restructuration of command.ml + generic infrastructure for inductive schemes | herbelin |
| 2009-11-08 | Use generalizable variables info when internalizing arbitrary bindings, | msozeau |
| 2009-11-06 | Datatypes.length and app defined back via fun+fix instead of Fixpoint | letouzey |
| 2009-11-06 | Numbers: finish files NStrongRec and NDefOps | letouzey |
| 2009-11-06 | Numbers: more (syntactic) changes toward new style of type classes | letouzey |
| 2009-11-03 | Numbers: start using Classes stuff, Equivalence, Proper, Instance, etc | letouzey |
| 2009-11-03 | ROrderedType + Rminmax : Coq's Reals can be seen as OrderedType. | letouzey |
| 2009-11-03 | Better visibility of the inductive CompSpec used to specify comparison functions | letouzey |
| 2009-11-03 | OrderedType implementation for various numerical datatypes + min/max structures | letouzey |
| 2009-11-02 | List + SetoidList : some cleanup around predicates Exists, Forall, Forall2, F... | letouzey |
| 2009-11-02 | Remove various useless {struct} annotations | letouzey |
| 2009-11-02 | Added alternate versions of existing lemmas on sqrt. | gmelquio |
| 2009-11-02 | Sorting/Permutation: no need to require the whole Arith (and hence plugins li... | letouzey |
| 2009-11-02 | Operators_Properties: avoid to depend on Setoid | letouzey |
| 2009-11-02 | list, length, app are migrated from List to Datatypes | letouzey |
| 2009-10-29 | Fix flat_map definition so that it plays nicely with fix | glondu |
| 2009-10-28 | Integrate a few improvements on typeclasses and Program from the equations br... | msozeau |
| 2009-10-27 | Add a new vernacular command for controling implicit generalization of | msozeau |
| 2009-10-25 | Improved the treatment of Local/Global options (noneffective Local on | herbelin |
| 2009-10-22 | Fix new instances that could easily make class resolution loop on | msozeau |
| 2009-10-21 | MSetInterface: some explicit types to avoid Raw.t-instead-of-t effect | letouzey |
| 2009-10-20 | FSetCompat: a compatibility wrapper between FSets and MSets | letouzey |
| 2009-10-19 | Merge SetoidList2 into SetoidList: forgotten reference to the removed file | letouzey |
| 2009-10-19 | Merge SetoidList2 into SetoidList. | letouzey |
| 2009-10-16 | OrderedType2 : trivial lemmas are turned into tests for order. | letouzey |
| 2009-10-16 | Structure/OrderTac.v : highlight the "order" tactic by isolating it from FSet... | letouzey |
| 2009-10-15 | MSetInterface: (W)Raw2Sets splitted in 2 (helps a future commit by Elie) | letouzey |
| 2009-10-15 | OrderedType2.order is slightly weaker since last commit, adapt accordingly | letouzey |
| 2009-10-15 | OrderedType2.order : fix the last fix (a fail at the wrong place) | letouzey |
| 2009-10-14 | Typo in last commit | letouzey |
| 2009-10-14 | Improved tactic "order" in OrderedType | letouzey |
| 2009-10-13 | Made implicit arguments of Operators_Properties.v local | herbelin |
| 2009-10-13 | MSets: a new generation of FSets | letouzey |
| 2009-10-09 | Fix a typo(?) in previous commit | letouzey |
| 2009-10-08 | Fixed clash names in Relations (see bug report #2152) and make names | herbelin |
| 2009-10-08 | Init/Tactics.v: tactic with nicer name 'exfalso' for 'elimtype False' | letouzey |
| 2009-10-08 | Implicit argument of Logic.eq become maximally inserted | letouzey |
| 2009-10-05 | Correctly do backtracking during type class resolution even if only new | msozeau |
| 2009-10-04 | Removal of trailing spaces. | serpyc |
| 2009-10-04 | Some new lemmas on max and min and a fix for a wrongly stated lemma in r12358. | herbelin |
| 2009-10-03 | A few additions in Min.v. | herbelin |
| 2009-09-28 | Fix the stdlib doc compilation + switch all .v file to utf8 | letouzey |
| 2009-09-27 | Add a few properties about Rmin/Rmax with replication in Zmin/Zmax. | herbelin |
| 2009-09-17 | Remove useless MonoList.v | glondu |
| 2009-09-17 | Delete trailing whitespaces in all *.{v,ml*} files | glondu |
| 2009-09-15 | Fix compilation errors due to last commit. | msozeau |
| 2009-09-15 | Stop using [obligation_tactic] from Program.Tactics as the default | msozeau |
| 2009-09-11 | Added the following lemmas to homogenize Reals a bit: | gmelquio |
| 2009-09-11 | - Resolve type class constraints before trying to find unresolved | msozeau |