aboutsummaryrefslogtreecommitdiff
path: root/tactics/tacinterp.ml
AgeCommit message (Expand)Author
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-19coq_makefile: -c and -shared conflict; tacinterp: delay evaluation of tactic ...barras
2009-03-17- gros commit sur ring et field: passage des arguments simplifiebarras
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-19On remplace evar_map par evar_defs (seul evar_defs est désormais exporté aspiwack
2009-01-04Fixed bugs #2001 (search_guard was overwriting the guard index givenherbelin
2009-01-02- Temptative change to notations like "as [|n H]_eqn" or "as [|n H]_eqn:H",herbelin
2008-12-29- Added support for subterm matching in SearchAbout.herbelin
2008-12-09About "apply in":herbelin
2008-11-05Port [rewrite] tactics to open terms. Currently no check that evarsmsozeau
2008-10-25More debugging of handling of open constrs with typeclasses:msozeau
2008-10-23Forgot one file which had other local modifications...msozeau
2008-10-19- Export de pattern_ident vers les ARGUMENT EXTEND and co.herbelin
2008-10-18Optimisation de clenv.ml pour que meta_instance ne soit pas appeléherbelin
2008-10-11Backporting 11445 from 8.2 to trunk (negative conditions inherbelin
2008-08-05Correction de bugs:herbelin
2008-08-04Évolutions diverses et variées.herbelin
2008-07-24Propagation de l'information "strict" (càd à toplevel ou en train deherbelin
2008-07-18Modification rapide du message d'erreur lorsqu'un _ ne peut êtreherbelin
2008-07-17Uniformisation du format des messages d'erreur (commencent par uneherbelin
2008-07-16Quelques modifications autour du filtrage Ltac:herbelin
2008-06-21- Implantation de la suggestion 1873 sur discriminate. Au final,herbelin
2008-06-19Little fixes: print unbound variable in error message (patch by Samuelmsozeau
2008-06-19incomplete bugfix for infocorbinea
2008-06-17Better typeclass error messages, always giving the full set ofmsozeau
2008-06-16Add possibility to match on defined hypotheses, using brackets tomsozeau
2008-06-10- Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs)herbelin
2008-06-09- Correction de la version simplifiée (filtrage sur deux sigherbelin
2008-06-08- Extension de "generalize" en "generalize c as id at occs".herbelin
2008-05-11- Cleanup parsing of binders, reducing to a single production for allmsozeau
2008-05-01Clarification de l'ordre d'interprétation des variables dans ltac. Enherbelin
2008-04-25Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuveherbelin
2008-04-14Diverses corrections herbelin
2008-04-13Bugs, nettoyage, et améliorations diversesherbelin
2008-04-04Quelques améliorations des intro patterns:herbelin
2008-04-01Ajout "simple apply" et "simple eapply" pour apply sans unfoldherbelin
2008-03-25Interpret patterns for hypotheses types in match goal in type_scope (if not amsozeau
2008-03-10Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)herbelin
2008-03-07f_equal, revert, specialize in ML, contradict in better Ltac (+doc)letouzey
2008-03-07Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As partmsozeau
2008-03-01Rework on rich forms of rewriteletouzey
2008-02-22Merge with lmamane's private branch:lmamane
2008-02-10Granting wish 1794 (the name provided in the "using" clause of theherbelin
2008-02-06Suite 10518herbelin
2008-02-06Correction d'un bug à l'interprétation de "change" (on exigeait queherbelin
2008-02-01Unification de TacLetRecIn et TacLetIn. En particulier, on peutherbelin