aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
* Small optimization in clear_body.Gravatar Pierre-Marie Pédrot2016-06-20
* Adding an "as" clause to specialize.Gravatar Hugo Herbelin2016-06-18
* Giving a more natural semantics to injection by default.Gravatar Hugo Herbelin2016-06-18
* Exporting a generic argument induction_arg. As a consequence,Gravatar Hugo Herbelin2016-06-18
* A cleaning phase around delayed induction arg + exporting force_induction_arg.Gravatar Hugo Herbelin2016-06-18
* Adding eintros to respect the e- prefix policy.Gravatar Hugo Herbelin2016-06-18
* Typeclasses:rename solve_instantiation* & use HookGravatar Matthieu Sozeau2016-06-16
* Fix resolve_one_typeclass to use the new engineGravatar Matthieu Sozeau2016-06-16
* Bind resolve_one_typeclass to 8.5 or 8.6 resolutionGravatar Matthieu Sozeau2016-06-16
* Put autoapply back, lost during rebaseGravatar Matthieu Sozeau2016-06-16
* Cleanup and refactoringGravatar Matthieu Sozeau2016-06-16
* Extend Hint Mode to handle the no-head-evar caseGravatar Matthieu Sozeau2016-06-16
* Revise syntax of Hint CutGravatar Matthieu Sozeau2016-06-16
* Purely refactoring and code/API cleanup.Gravatar Matthieu Sozeau2016-06-16
* bteauto: a Proofview.tactic for multiple goalsGravatar Matthieu Sozeau2016-06-16
* Typeclasses: allow shelved subgoalsGravatar Matthieu Sozeau2016-06-16
* Minor cleanupGravatar Matthieu Sozeau2016-06-16
* Typeclasses: refine the eauto tacticGravatar Matthieu Sozeau2016-06-16
* Typeclasses: verbosity and Limit Intros optionsGravatar Matthieu Sozeau2016-06-16
* typeclass resolution: add two compatibility optionsGravatar Matthieu Sozeau2016-06-16
* Fix incorrect caching of local hints w.r.t sectionsGravatar Matthieu Sozeau2016-06-16
* Compat with ocaml 4.01Gravatar Matthieu Sozeau2016-06-16
* Fix iterative deepening strategy failing too earlyGravatar Matthieu Sozeau2016-06-16
* Implement limited proof search and iterative deepening.Gravatar Matthieu Sozeau2016-06-16
* Typeclasses eauto based on new proof engine,Gravatar Matthieu Sozeau2016-06-16
* A stronger invariant on the syntax of TacAssert, what allows for aGravatar Hugo Herbelin2016-06-16
* Merge 'pr/191' into trunkGravatar Enrico Tassi2016-06-16
|\
* \ Merge PR #100: fresh now accepts more things than just identifiers.Gravatar Pierre-Marie Pédrot2016-06-16
|\ \
| | * Goal selectors are now tacticals and can be used as such.Gravatar Cyprien Mangin2016-06-14
| |/ |/|
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-06-13
|\ \
| * | Fixing a try with in apply that has become too weak in 8.5.Gravatar Hugo Herbelin2016-06-11
* | | Adding a bit of documentation in the mli.Gravatar Pierre-Marie Pédrot2016-06-09
| * | Improve the interpretation scope of arguments of an ltac match.Gravatar Hugo Herbelin2016-06-09
* | | Fixing #4787 (Unset Bracketing Last Introduction Pattern not working).Gravatar Hugo Herbelin2016-06-07
* | | Removing the Q_constr file.Gravatar Pierre-Marie Pédrot2016-06-05
* | | Moving Hipattern to a regular ML file.Gravatar Pierre-Marie Pédrot2016-06-05
* | | Removing PATTERN uses in Hipattern.Gravatar Pierre-Marie Pédrot2016-06-05
* | | Add a synonymous Set Debug Typeclasses for Set Typeclasses Debug, for uniform...Gravatar Hugo Herbelin2016-06-02
* | | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-06-01
|\| |
| * | Revert "Rename Lexer -> CLexer."Gravatar Pierre-Marie Pédrot2016-05-31
* | | Feedback cleanupGravatar Emilio Jesus Gallego Arias2016-05-31
| * | Fix bug #4746: Anomaly: Evar ?X10 was not declared.Gravatar Pierre-Marie Pédrot2016-05-29
| * | rewrite/Univs: Fix bug # 4498.Gravatar Matthieu Sozeau2016-05-26
| * | Hints/Univs: fix bug #4628 anomaliesGravatar Matthieu Sozeau2016-05-23
* | | Removing some compatibility layers in Tactics.Gravatar Pierre-Marie Pédrot2016-05-17
* | | Removing the old refine tactic from the Tactics module.Gravatar Pierre-Marie Pédrot2016-05-17
* | | Put the "move" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-17
* | | Put the "change" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
* | | Put the "specialize_eq" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
* | | Put the "generalize dependent" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16