aboutsummaryrefslogtreecommitdiff
path: root/proofs
AgeCommit message (Expand)Author
2010-06-22New script dev/tools/change-header to automatically update Coq files headers.herbelin
2010-06-18Quick fix for having clenv debug printer working in trunk.herbelin
2010-06-13Fixed bug #2314 (inversion using not checking the correctness of its argumentsherbelin
2010-06-09Fix bug #2317: setoid_rewrite ignored binding lists. Slightlymsozeau
2010-06-09Automatic introduction of names given before ":" in Lemma's andherbelin
2010-06-07Fix commentglondu
2010-06-06Added support for Ltac-matching terms with variables bound in the patternherbelin
2010-05-29Typo in comment of proof.mlherbelin
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-05-13Improved the efficiency of evars traverals thanks to a split ofherbelin
2010-05-10Fix: Pfedit.get_current_goal_context when no goal is focused.aspiwack
2010-05-10Removed an evar_merge in clenv_fchain which not only is incorrect butherbelin
2010-05-05Pfedit.resume_proof doesn't implicitly Pfedit.suspend_proofpboutill
2010-04-29Various minor improvements of comments in mli for ocamldocletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-29Move from ocamlweb to ocamdoc to generate mli documentationpboutill
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-03-08Consider OccurCheck a catchable exception.msozeau
2010-01-28New command Declare Reduction <id> := <conv_expr>.letouzey
2010-01-04Errors issued by reduction tactics (e.g. pattern) were not caught by "try".herbelin
2009-12-30Fixing bug #2146 (broken selection of occurrences in "change").herbelin
2009-12-24In "simpl c" and "change c with d", c can be a pattern.herbelin
2009-12-24Opened the possibility to type Ltac patterns but it is not fully functional yetherbelin
2009-12-22Attached evar source to the evar_info and add location to tclWITHHOLES errorsherbelin
2009-12-21Generic support for open terms in tacticsherbelin
2009-12-21In "progress", extending the set of evars w/o solving an existing one isherbelin
2009-12-19Made the interpretation levels rlevel/glevel/tlevel truly phantomherbelin
2009-11-27Added support for definition of fixpoints using tactics.herbelin
2009-11-11Promote evar_defs to evar_map (in Evd)glondu
2009-11-09A bit of cleaning around name generation + creation of dedicated file namegen.mlherbelin
2009-11-08Restructuration of command.ml + generic infrastructure for inductive schemesherbelin
2009-10-30Take constraints into account in the "instantiate" tacticherbelin
2009-10-28Remove old compatibility stuff (Tacred.nf)glondu
2009-10-27fixed czar bug with parametric inductivescorbinea
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-21This big commit addresses two problems:soubiran
2009-09-20Only one "in" clause in "destruct" even for a multiple "destruct".herbelin
2009-09-18- Fixed a bug in checking that implicit arguments are all correctlyherbelin
2009-09-17Remove useless Liboject.export_function fieldglondu
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-10Added syntax "exists bindings, ..., bindings" for iterated "exists".herbelin
2009-08-13Death of "survive_module" and "survive_section" (the first one washerbelin
2009-08-06- Cleaning phase of the interfaces of libnames.ml and nametab.mlherbelin
2009-08-03Added "etransitivity".herbelin
2009-07-15- Fixing bug #2139 (kernel-based test of well-formation of eliminationherbelin
2009-07-08Reactivation of pattern unification of evars in apply unification, inherbelin
2009-07-07Jolification : tentative de supprimer les "( evd)" et associƩs quiaspiwack
2009-06-11Use a lazy value for the message in FailError, so that it won't bemsozeau
2009-06-06Fixing bug 2110 (tactic "refine" was calling (co)mutual_fix with index 0herbelin