aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/extratactics.ml4
Commit message (Expand)AuthorAge
* locus.mli for occurrences+clauses, misctypes.mli for various little thingsGravatar letouzey2012-05-29
* Evar_kinds.mli containing former Evd.hole_kind, avoid deps on EvdGravatar letouzey2012-05-29
* Remove the Dp plugin.Gravatar gmelquio2012-04-17
* Second step of integration of Program:Gravatar msozeau2012-03-14
* Noise for nothingGravatar pboutill2012-03-02
* A "Grab Existential Variables" to transform the unresolved evars at the end o...Gravatar aspiwack2012-02-07
* Merge subinstances branch by me and Tom Prince.Gravatar msozeau2011-11-17
* Add type annotations around all calls to Libobject.declare_objectGravatar letouzey2011-11-02
* A new tactic is_var to check whether a term is a goal/section variableGravatar letouzey2011-10-07
* Moving implicit tactic support from Tacinterp to Pfedit and final evarGravatar herbelin2011-09-26
* Relaxed the constraint introduced in r14190 that froze the existingGravatar herbelin2011-06-18
* - Fix treatment of globality flag for typeclass instance hints (theyGravatar msozeau2011-02-14
* Rename the "raw" argument extension into "glob"Gravatar glondu2010-12-27
* More {raw => glob} changes for consistencyGravatar glondu2010-12-24
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Change of nomenclature: rawconstr -> glob_constrGravatar glondu2010-12-23
* Add tactic has_evar (#2433)Gravatar glondu2010-12-02
* Add tactic is_evar (Closes: #2433)Gravatar glondu2010-12-02
* Delayed the evar normalization in error messages to the last minuteGravatar herbelin2010-11-07
* Simplify tactic(_)-bound arguments in TACTIC EXTEND rulesGravatar glondu2010-09-30
* Remove some occurrences of "open Termops"Gravatar glondu2010-09-28
* Some dead code removal, thanks to Oug analyzerGravatar letouzey2010-09-24
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Adding the destauto tactic, that reduces match by destructing matchedGravatar courtieu2010-07-22
* Finish adding out-of-the-box support for camlp4Gravatar letouzey2010-07-09
* Made "replace" accepts open terms on its left-hand-side.Gravatar herbelin2010-06-28
* Added Chung-Kil Hur's smart "pattern" tactic (h_resolve).Gravatar herbelin2010-06-22
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Update CHANGES, add documentation for new commands/tactics and do a bitGravatar msozeau2010-01-30
* Generic support for open terms in tacticsGravatar herbelin2009-12-21
* Updated compatibility for rewriting equality proofs that are dependentGravatar herbelin2009-12-12
* Minor fixes in typeclasses, avoiding repeated evar normalizations.Gravatar msozeau2009-11-24
* Integrate a few improvements on typeclasses and Program from the equations br...Gravatar msozeau2009-10-28
* This big commit addresses two problems:Gravatar soubiran2009-10-21
* Remove useless Liboject.export_function fieldGravatar glondu2009-09-17
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* Death of "survive_module" and "survive_section" (the first one wasGravatar herbelin2009-08-13
* - Cleaning phase of the interfaces of libnames.ml and nametab.mlGravatar herbelin2009-08-06
* Move out JMeq of subst for compatibility (it affects e.g. theGravatar herbelin2009-08-06
* Remove the barely-used/obsolete/undocumented syntax "conditional <tac> rewrite"Gravatar letouzey2009-07-24
* Add new variants of [rewrite] and [autorewrite] which differ in theGravatar msozeau2009-06-30
* - Fixing declarative mode in presence of high use of Change_evars nodesGravatar herbelin2009-05-20
* - Adding "Hint Resolve ->" and "Hint Resolve <-" for declaration of equivalenceGravatar herbelin2009-05-09
* Rewrite autorewrite to use a dnet indexed by the left-hand sides (orGravatar msozeau2009-04-14
* Getting rid of the previous implementation of setoid_rewrite which wasGravatar msozeau2009-01-18
* Finish fix for the treatment of [inverse] in [setoid_rewrite], making aGravatar msozeau2008-12-16
* About "apply in":Gravatar herbelin2008-12-09
* Port [rewrite] tactics to open terms. Currently no check that evarsGravatar msozeau2008-11-05
* Fixes and refinements regarding occurrence selection:Gravatar herbelin2008-10-26
* Various little improvements:Gravatar msozeau2008-09-25