aboutsummaryrefslogtreecommitdiff
path: root/test-suite
AgeCommit message (Expand)Author
2009-12-01Continuing r12485-12486 (cleaning around name generation)herbelin
2009-11-30Fix backtracking heuristic in typeclass resolution. msozeau
2009-11-27Added support for definition of fixpoints using tactics.herbelin
2009-11-27Substitute terms for evars-as-goals as soon as they are solved inmsozeau
2009-11-26Fixing xml theory file export (was not consistent with coqdoc fileherbelin
2009-11-13Fix test-suite scripts: [Generalizable Variables] and small msozeau
2009-11-12Restore test-suite/csdp.cache erased from svn by mistakeletouzey
2009-11-12BigQ / BigN / BigZ syntax and scope improvements (sequel to 12504)letouzey
2009-11-12Repair interpretation of numeral for BigQ, add a printer (close #2160)letouzey
2009-11-11Redoing broken commit r12498 (fixing bug #2167 + attempt to test theherbelin
2009-11-11Fixing bug #2167 + attempt to test the compatibility of a more robustherbelin
2009-11-11Test for bug #2168, forgotten in r12496.herbelin
2009-11-11Fixed bug #2168 (closing a section may have as side-effect the erasureherbelin
2009-11-11Improving abbreviations/notations + backtrack of semantic change in r12439herbelin
2009-11-09git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12483 85f007b7-540e-0...fbesson
2009-11-08Restructuration of command.ml + generic infrastructure for inductive schemesherbelin
2009-10-30Attempt to capture on time unification errors for "with" bindings.herbelin
2009-10-29Revision 12439 continued, printing part (notations to names behaveherbelin
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-28Made that notations to names behave like the names they refer to wrtherbelin
2009-10-26Local/Global revision 12418 continuedherbelin
2009-10-26Adapted test unfold.v after eq gets its argument maximally insertedherbelin
2009-10-25Restore (and test) broken chaining of lemmas in "apply in" in presenceherbelin
2009-10-25Add support for remaining side-conditions in "apply in as".herbelin
2009-10-25Improved the treatment of Local/Global options (noneffective Local onherbelin
2009-10-17Fixed a notation bug when extending binder_constr with empty levelsherbelin
2009-10-08Fixed a bug introduced in revision 12265.herbelin
2009-10-04Removal of trailing spaces.serpyc
2009-09-27Fixed a bug in the interaction between dEqThen and inject_at_positionsherbelin
2009-09-27Fixed two tests that was incorrectly typed in former revisions 12348 and 12356.herbelin
2009-09-27Delay the choice of eliminator in destruct/induction until we know ifherbelin
2009-09-24Micromega doc : psatz Z -> psatz Z 2fbesson
2009-09-22Add the option to automatically introduce variables declared before themsozeau
2009-09-20Only one "in" clause in "destruct" even for a multiple "destruct".herbelin
2009-09-18micromega: better handling of exponentiation + correction of test-suite termi...fbesson
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-08-25git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12294 85f007b7-540e-0...fbesson
2009-08-15+ csdp.cachefbesson
2009-08-13Death of "survive_module" and "survive_section" (the first one washerbelin
2009-08-11Ensures that let-in's in arities of inductive types work well. Maybe notherbelin
2009-08-11Relatively ad hoc fix to an ill-typed instantiation bug in typeherbelin
2009-07-30psatz Z -> psatz Z 1fbesson
2009-07-24Remove the barely-used/obsolete/undocumented syntax "conditional <tac> rewrite"letouzey
2009-07-20Move some examples for groebner into a test-suite fileletouzey
2009-07-15- Granted wish #2138 (support for local binders in syntax of Record fields).herbelin
2009-07-08Reactivation of pattern unification of evars in apply unification, inherbelin
2009-06-06Fixing bug #2106 ("match" compilation with multi-dependent constructor).herbelin
2009-06-02Adding a regression test about Bauer's example on coq-club ofherbelin
2009-06-02Fix script file using the "Manual Implicit" flag.msozeau
2009-05-11micromega: proof compression bugfixfbesson