aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Correction du bug #2183Gravatar notin2009-11-10
* use only why-dp, support for z3Gravatar marche2009-11-10
* SpecViaZ.NSig: all-in-one spec for [pred] and [sub] based on ZMaxGravatar letouzey2009-11-10
* Simplification of Numbers, mainly thanks to IncludeGravatar letouzey2009-11-10
* DecidableType: A specification via boolean equality as an alternative to eq_decGravatar letouzey2009-11-10
* Deactivation of (intrusive) printing of abbreviations from non-imported modules.Gravatar herbelin2009-11-09
* Commit 12485 continued.Gravatar herbelin2009-11-09
* A bit of cleaning around name generation + creation of dedicated file namegen.mlGravatar herbelin2009-11-09
* Quick fix for restoring a left-to-right rewriting lemma compatibleGravatar herbelin2009-11-09
* git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12483 85f007b7-540e-0...Gravatar fbesson2009-11-09
* Fixed "Scheme Equality" when another instance of the scheme on theGravatar herbelin2009-11-08
* Restructuration of command.ml + generic infrastructure for inductive schemesGravatar herbelin2009-11-08
* Took local definitions into account in the test for deciding whetherGravatar herbelin2009-11-08
* Use generalizable variables info when internalizing arbitrary bindings,Gravatar msozeau2009-11-08
* - Fix discharge bug in typeclasses: some constrs were not actuallyGravatar msozeau2009-11-06
* Datatypes.length and app defined back via fun+fix instead of FixpointGravatar letouzey2009-11-06
* Numbers: finish files NStrongRec and NDefOpsGravatar letouzey2009-11-06
* Numbers: more (syntactic) changes toward new style of type classesGravatar letouzey2009-11-06
* Misc fixes.Gravatar msozeau2009-11-06
* Changement de la version minimale requise de OCaml (3.07 => 3.09.3).Gravatar notin2009-11-05
* Correction du bug #2142Gravatar notin2009-11-05
* Correction du bug #2153 (-D n'est pas une option standard de install)Gravatar notin2009-11-05
* Fixed record syntax "{|x=...; y=...|}" so that it works with qualified names.Gravatar gmelquio2009-11-04