aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
* Applying Tom Prince's patch for build_constant_by_tactic not able toGravatar herbelin2011-04-08
* A tatical "timeout <n> <tac>" that fails if <tac> hasn't finished in <n> secondsGravatar letouzey2011-03-18
* - Add modulo_delta_types flag for unification to allow fullGravatar msozeau2011-03-13
* Keep information on which fields are subclasses in class declarations,Gravatar msozeau2011-03-11
* - Better error messages taking unif. constraints into account.Gravatar msozeau2011-03-11
* Forgot a use of evars_reset_evd in nf_evars, add an optional argument asGravatar msozeau2011-03-10
* Fix declarations of [Add Setoid/Morphism...] in sections to not exportGravatar msozeau2011-03-08
* Fixing injection bug #2493 (regression introduced by fixing injectionGravatar herbelin2011-03-05
* - Allow to set a particular transparent_state for the local hintGravatar msozeau2011-03-04
* - Allow rewriting under abitrary products, not just those in Prop.Gravatar msozeau2011-02-28
* - Use transparency information all the way through unification andGravatar msozeau2011-02-17
* - Fix treatment of globality flag for typeclass instance hints (theyGravatar msozeau2011-02-14
* Try to clarify a bit Class_tactics (comments, refactoring,...)Gravatar letouzey2011-02-11
* An generic imperative union-find, used for deps of evars in Class_tacticsGravatar letouzey2011-02-11
* Change Evd.fold to a faster version that simply removes unneeded evars.Gravatar msozeau2011-02-11
* - proper printing of setoid_rewrite tactic applicationsGravatar msozeau2011-02-10
* Rename subst_raw_with_bindings to subst_glob_with_bindings and exportGravatar msozeau2011-02-10
* One more fix for setoid_rewrite: completely reinterpret the given lemmasGravatar msozeau2011-02-09
* Correct handling of existential variables when multiple differentGravatar msozeau2011-02-08
* Factorize code of rewrite to make way for a new implementation using theGravatar msozeau2011-02-07
* Repair Class_tactics.split_evars, broken by r13717 (should fix #2481)Gravatar letouzey2011-02-03
* A fine-grain control of inlining at functor application via priority levelsGravatar letouzey2011-01-31
* Remove the "Boxed" syntaxes and the const_entry_boxed fieldGravatar letouzey2011-01-28
* Add [Typeclasses Debug] option that respects backtracking, solveGravatar msozeau2011-01-11
* Rename the "raw" argument extension into "glob"Gravatar glondu2010-12-27
* ARGUMENT EXTEND: forbid TYPED simultaneously with {RAW,GLOB}_TYPEDGravatar glondu2010-12-25
* More {raw => glob} changes for consistencyGravatar glondu2010-12-24
* tactics/eqdecide.ml4: avoid a useless argument in decideEqualityGravatar glondu2010-12-24
* Remove the two-argument variant of "decide equality"Gravatar glondu2010-12-23
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Change of nomenclature: rawconstr -> glob_constrGravatar glondu2010-12-23
* Evar-related speed-up and clarifications in Class_tactics and RewriteGravatar letouzey2010-12-15
* Misc improvements about evar_mapGravatar letouzey2010-12-15
* Class_tactics: avoid an Evd.fold taking ages in contrib ProjectiveGeometryGravatar letouzey2010-12-13
* 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
* An experimental support for open constrs in hints and in "using"Gravatar herbelin2010-10-31
* Cleaning the use of parentheses around evd and evdref (cosmetic commit).Gravatar herbelin2010-10-31
* Slight code cleaning in auto.ml (made code of make_exact_entry andGravatar herbelin2010-10-31
* correction of bug #2414 (report of r 13586)Gravatar jforest2010-10-27
* Automatically translate hints of the form "c _ ... _" into "c". BesidesGravatar herbelin2010-10-23
* Two [Evd.fold] turned into [Evd.fold_undefined].Gravatar aspiwack2010-10-04
* Simplify tactic(_)-bound arguments in TACTIC EXTEND rulesGravatar glondu2010-09-30
* Remove some occurrences of "open Termops"Gravatar glondu2010-09-28
* Remove "init" label from Termops.it_mk* specialized functionsGravatar glondu2010-09-28
* Fix bug in implementation of setoid rewriting under cases andGravatar msozeau2010-09-27
* Solving bug #2212 (unification under tuples now not allowed forGravatar herbelin2010-09-24
* Some dead code removal, thanks to Oug analyzerGravatar letouzey2010-09-24
* Added eta-expansion in kernel, type inference and tactic unification,Gravatar herbelin2010-09-20