aboutsummaryrefslogtreecommitdiff
path: root/tactics
AgeCommit message (Expand)Author
2009-04-27Cleanup old eauto code.msozeau
2009-04-27- Implementation of a new typeclasses eauto procedure based on successmsozeau
2009-04-27- Fixed a little bug in previous commit (bad failure in case of unknown entry).herbelin
2009-04-27- Cleaning (unification of ML names, removal of obsolete code,herbelin
2009-04-24Backporting 12080 (fixing bug #2091 on bad rollback in the "where"herbelin
2009-04-24Fixing bug #2308 ("instantiate" tactic did not comply withherbelin
2009-04-21Rename [Morphism] into [Proper] and [respect] into [proper] to complymsozeau
2009-04-17- Fix handling of clauses in setoid_rewrite to rewrite under bindersmsozeau
2009-04-16Better Requires in Classes. Fix bug #2093: the code does not requiremsozeau
2009-04-16nouvelle version de la tactique groebner proposee par Loic:barras
2009-04-14Rewrite autorewrite to use a dnet indexed by the left-hand sides (ormsozeau
2009-04-14Add a combinator for rewriting given a list of terms and fix themsozeau
2009-04-13Rewrite of setoid_rewrite to modularize it based on proof-producingmsozeau
2009-04-10Fix premature optimisation in dependent induction: even variable args needmsozeau
2009-04-10Fix tauto no longer failing after commit 12077; appropriate errorherbelin
2009-04-09Turning tauto into a classical tautology prover as soon as classicalherbelin
2009-04-08Some dead code removal + cleanupsletouzey
2009-04-08- Fixing bug #2084 (unification not checking sort constraints), hopingherbelin
2009-04-07Move setoid_rewrite to its own module and do some clean up inmsozeau
2009-04-05Display the content of the list instead of "<list>" when an idtacherbelin
2009-03-31Fix auto so that Extern tactics associated to no patterns can apply tomsozeau
2009-03-28Fix useless redeclaration of a tactic name when UpdateTac is replayed.msozeau
2009-03-22Backport from v8.2 branch of 11986 (interpretation of quantifiedherbelin
2009-03-22Compromise wrt introduction-names compatibility issue after additionherbelin
2009-03-20Many changes in the Makefile infrastructure + a beginning of ocamlbuildletouzey
2009-03-20Fixes to make Ynot compile with the trunk:msozeau
2009-03-19coq_makefile: -c and -shared conflict; tacinterp: delay evaluation of tactic ...barras
2009-03-17Uniformizing Tacticals, continued (allClauses -> allHypsAndConcl)herbelin
2009-03-17- gros commit sur ring et field: passage des arguments simplifiebarras
2009-03-16Cleaning/improving the use of the "in" clause (e.g. "unfold foo in H at 4"herbelin
2009-03-14Cleaning/uniformizing the interface of tacticals.mliherbelin
2009-03-04illegal tactic application was having Ltac interpreter loopbarras
2009-03-04commande Timeout + compaction des traces de debug_tacticbarras
2009-03-04Backtrack sur la mémoïsation de nf_evar.aspiwack
2009-02-27=?utf-8?q?Tentative=20d'optimisation=20(en=20temps)=20sur=20[nf=5Fevar]=20et=...aspiwack
2009-02-23Add support for dependent "destruct" over terms in dependent types.herbelin
2009-02-19On remplace evar_map par evar_defs (seul evar_defs est désormais exporté aspiwack
2009-02-16Fix [apply_in] which short-circuited resolution of evars in a custommsozeau
2009-02-06pushed evar reduction in kernelbarras
2009-02-04Report r11631 from 8.2 and handle non-dependent goals better inmsozeau
2009-01-29Solves some warning and hides some not-bad ones in doc. It remains aherbelin
2009-01-23Petit nettoyage faisant suite au commit #11847 .aspiwack
2009-01-21Fix bug #2004 due to bad handling of evars in the unification for msozeau
2009-01-18Various little fixes:msozeau
2009-01-18Getting rid of the previous implementation of setoid_rewrite which wasmsozeau
2009-01-12Fix a bunch of bugs related to setoid_rewrite, unification and evars:msozeau
2009-01-11- Deactivation of dynamic loading on Mac OS 10.5 (see bug #2024).herbelin
2009-01-04Fixed bugs #2001 (search_guard was overwriting the guard index givenherbelin
2009-01-03Fixed two problems:herbelin
2009-01-02- Temptative change to notations like "as [|n H]_eqn" or "as [|n H]_eqn:H",herbelin