aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Substitute terms for evars-as-goals as soon as they are solved inGravatar msozeau2009-11-27
* svn:ignore propertyGravatar herbelin2009-11-26
* Fixing xml theory file export (was not consistent with coqdoc fileGravatar herbelin2009-11-26
* Fix for notation scope & inductive typesGravatar vsiles2009-11-25
* Minor fixes in typeclasses, avoiding repeated evar normalizations.Gravatar msozeau2009-11-24
* Small extra result on JMeq vs eq_dep.Gravatar herbelin2009-11-24
* Ergonomy and robustness fixGravatar vgross2009-11-23
* Lazier behaviour of [auto] when introducing hypothesis: query the hint db's o...Gravatar puech2009-11-21
* Refactoring of coqide backtrack code, with the intent to put everythingGravatar vgross2009-11-19
* Correction du bug #2118 (Coqdep does not escape #)Gravatar notin2009-11-19
* Now "Include Self <expr>" handles partially applied functors, cf for example ...Gravatar soubiran2009-11-18
* Diamond-shape instead of linear hiearchy in Numbers/NatIntGravatar letouzey2009-11-18
* Allow interactive proofs in module typesGravatar letouzey2009-11-18
* Module subtyping : allow many <: and module type declaration with <:Gravatar letouzey2009-11-18
* New syntax <+ for chains of Include (or Include Type) (or Include Self (Type))Gravatar letouzey2009-11-16
* Taking advantage of the new "Include Self Type" in DecidableType2 and NZAxiomsGravatar letouzey2009-11-16
* Include Self (Type) Foo: applying a (Type) Functor to the current contextGravatar letouzey2009-11-16
* Some lemmas about dependent choice + extensions of Compare_dec +Gravatar herbelin2009-11-16
* Fix type class discharge again.Gravatar msozeau2009-11-15
* Document Generalizable Variables, and change syntax to Gravatar msozeau2009-11-15
* Fix [Instance: forall ..., C args := t] declarations to behave asGravatar msozeau2009-11-15
* Move Obj.magic call to the Vm moduleGravatar glondu2009-11-13
* Remove dubious call to Obj.magic (and dead code, by the way)Gravatar glondu2009-11-13
* Remove useless call to Obj.magicGravatar glondu2009-11-13
* Make usages of the Obj module explicitGravatar glondu2009-11-13
* Remove useless ppevd (which is identical to ppevm)Gravatar glondu2009-11-13
* scripting area now grabs focus at startup.Gravatar vgross2009-11-13
* new handling for lexical structures.Gravatar vgross2009-11-13
* lexing refactoringGravatar vgross2009-11-13
* the inlining computation at functor application was raising not_found when th...Gravatar soubiran2009-11-13
* Fix test-suite scripts: [Generalizable Variables] and small Gravatar msozeau2009-11-13
* Backtrack on fixing #2167Gravatar herbelin2009-11-12
* Suppression de l'appel à Lexing.new_line (qui n'existe pas dans les versions...Gravatar notin2009-11-12
* Oops, nf_evar_defs just changed to nf_evar_map.Gravatar msozeau2009-11-12
* Don't forget to normalize everything w.r.t. evars (fixes bug #2103).Gravatar msozeau2009-11-12
* Restore test-suite/csdp.cache erased from svn by mistakeGravatar letouzey2009-11-12
* BigQ / BigN / BigZ syntax and scope improvements (sequel to 12504)Gravatar letouzey2009-11-12
* Experiment propagation of implicit arguments and arguments scope forGravatar herbelin2009-11-12
* Addendum to revision 12501.Gravatar herbelin2009-11-12
* Repair interpretation of numeral for BigQ, add a printer (close #2160)Gravatar letouzey2009-11-12
* Better compatibility for PeqbGravatar letouzey2009-11-11
* Promote evar_defs to evar_map (in Evd)Gravatar glondu2009-11-11
* Backtracking on the use of automatically generated schemes forGravatar herbelin2009-11-11
* Added support for multiple where-clauses in Inductive and co (see wish #2163).Gravatar herbelin2009-11-11
* Redoing broken commit r12498 (fixing bug #2167 + attempt to test theGravatar herbelin2009-11-11
* Fixing bug #2167 + attempt to test the compatibility of a more robustGravatar herbelin2009-11-11
* Test for bug #2168, forgotten in r12496.Gravatar herbelin2009-11-11
* Fixed bug #2168 (closing a section may have as side-effect the erasureGravatar herbelin2009-11-11
* Improving abbreviations/notations + backtrack of semantic change in r12439Gravatar herbelin2009-11-11
* Compatibility ocaml <= 3.09Gravatar herbelin2009-11-10