aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-11Mainly made that evarconv is able to solve "?n = (fun x => x) ?n" (sic).herbelin
2010-06-10Fixed two bugs in pattern-matching compilationherbelin
2010-06-10Fixed a very old (from V6.3) typo in headers.styherbelin
2010-06-10Extraction Implicits: can accept argument names instead of just positionsletouzey
2010-06-10Fix build with OCaml 3.12glondu
2010-06-09Fixed bug # 2303 in r 13087.msozeau
2010-06-09Tentative fix for bug #2226: put inj_pair2 and eq_dep_eq hints in amsozeau
2010-06-09Fix bug #2317: setoid_rewrite ignored binding lists. Slightlymsozeau
2010-06-09Fix bug #2262: bad implicit argument number by avoiding countingmsozeau
2010-06-09Keep description of Automatic Introduction at only one place of CHANGES.herbelin
2010-06-09Relaxed the freshness constraint in "intro H" (with "H" explicit):herbelin
2010-06-09Allowing to use an ordering different than Lt with measurejforest
2010-06-09Automatic introduction of names given before ":" in Lemma's andherbelin
2010-06-09Backported r13080 (support for open terms in ltac matching) from trunk to v8.3.herbelin
2010-06-08Fixing commit r13090 (forgot to commit the file generating Nmake_gen.v).herbelin
2010-06-08Using vernac parsing for Functionjforest
2010-06-08Extraction with implicits: perform the occur-check after optimisationsletouzey
2010-06-08Fixed wrong spelling in a warning.herbelin
2010-06-08Added documentation: "Theorem id x1..xn : T" and "Set Automatic Introduction".herbelin
2010-06-08Made option "Automatic Introduction" active by default before too manyherbelin
2010-06-08Typo in ExtrOcamlString: list char instead of char listletouzey
2010-06-08Fix unfolding tactic for well-founded Programs.msozeau
2010-06-08Tentative fix for typeclass resolution raising Evd.define exceptions.msozeau
2010-06-08Fix treatment of {struct x} annotations in presence of generalizedmsozeau
2010-06-07Fix commentglondu
2010-06-07Document grammar.cma->unix.cma dependency in CHANGESglondu
2010-06-07Replace ld by gcc in ocamlopt_shared_os5fix.sh (Closes: #2325)glondu
2010-06-07fixing error message display.vgross
2010-06-07Backporting part of r12970 to trunk (deprecation of double induction).herbelin
2010-06-06Added support for Ltac-matching terms with variables bound in the patternherbelin
2010-06-06Updated performance analysis fileherbelin
2010-06-04Extraction: attempt to provide nice extraction of chars and strings for Ocamlletouzey
2010-06-04Ascii: simplier ascii_of_pos, conversion from/to N, proofs about nat-->ascii-...letouzey
2010-06-04Extraction: finish ExtrOcamlNatInt, add similar translation nat==>big_intletouzey
2010-06-04doc Nstaz updatedpottier
2010-06-04Backported r13068 to branch v8.3 (whd_betaiota on inferred returnherbelin
2010-06-04A new command Compute foo, shortcut for Eval vm_compute in fooletouzey
2010-06-04Grobner.v removedpottier
2010-06-03"Improved" the form of the inferred type of "match" byherbelin
2010-06-03Added command "Locate Ltac qid".herbelin
2010-06-03Avoid computing tactic printing tree (std_ppcmds) when printing not needed inherbelin
2010-06-03plugins/xml: kill two warningsletouzey
2010-06-03Ocamlbuild: try to speed-up error detection in *.ml*, by byte-compiling firstletouzey
2010-06-03Ide_blob: avoid direct use of Stdpp for compatibility with new camlp4letouzey
2010-06-03Misc fixes related to new nsatz (and ocamlbuild)letouzey
2010-06-03Add unix.cma on camlp4 command-line in coq_makefile (Closes: #2326)glondu
2010-06-03nsatz ajoutepottier
2010-06-03ajout oubliepottier
2010-06-03plugin groebner updated and renamed as nsatz; first version of the doc of nsa...pottier
2010-06-02Fix xml test in non-local modeglondu