aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
* Finer-grained types for toplevel values.Gravatar Pierre-Marie Pédrot2015-12-21
* Removing ad-hoc interpretation rules for tactic notations and their genarg.Gravatar Pierre-Marie Pédrot2015-12-21
* Changing the toplevel type of the int_or_var generic type to int.Gravatar Pierre-Marie Pédrot2015-12-21
* Removing the now useless genarg generic argument.Gravatar Pierre-Marie Pédrot2015-12-21
* Using dynamic values in tactic evaluation.Gravatar Pierre-Marie Pédrot2015-12-21
* Tying the loop in tactic printing API.Gravatar Pierre-Marie Pédrot2015-12-18
* Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-12-17
|\
* | Getting rid of some hardwired generic arguments.Gravatar Pierre-Marie Pédrot2015-12-17
| * FIx parsing of tactic "simple refine".Gravatar Maxime Dénès2015-12-16
| * Add a "simple refine" variant of "refine" that does not call "shelve_unifiable".Gravatar Guillaume Melquiond2015-12-16
| * Refine tactic now shelves unifiable holes.Gravatar Pierre-Marie Pédrot2015-12-15
| * Changing the order of the goals generated by unshelve.Gravatar Pierre-Marie Pédrot2015-12-15
* | Granting clear_flag in injection, even legacy mode. This is possibleGravatar Hugo Herbelin2015-12-15
* | More code sharing between tactic notation and genarg interpretation.Gravatar Pierre-Marie Pédrot2015-12-13
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-12-11
|\|
| * Add tactic native_cast_no_check, analog to vm_cast_no_check.Gravatar Maxime Dénès2015-12-11
| * Fixing a pat%constr bug. Thanks to Enrico for reporting.Gravatar Hugo Herbelin2015-12-10
| * Silently ignore requests to _not_ clear something when that something cannot ...Gravatar Guillaume Melquiond2015-12-10
| * Fixing parsing of the unshelve tactical.Gravatar Pierre-Marie Pédrot2015-12-09
| * Adding an unshelve tactical.Gravatar Pierre-Marie Pédrot2015-12-09
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-12-08
|\|
| * Fix some typos.Gravatar Guillaume Melquiond2015-12-07
* | Fixing compilation with old CAMLPX versions.Gravatar Pierre-Marie Pédrot2015-12-05
* | Removing redundant versions of generalize.Gravatar Hugo Herbelin2015-12-05
* | Moving extended_rel_vect/extended_rel_list to the kernel.Gravatar Hugo Herbelin2015-12-05
* | Experimenting removing strong normalization of the mid-statement in tactic cut.Gravatar Hugo Herbelin2015-12-05
* | Moving three related small half-general half-ad-hoc utility functionsGravatar Hugo Herbelin2015-12-05
* | Getting rid of some quoted tactics in Tauto.Gravatar Pierre-Marie Pédrot2015-12-05
* | Getting rid of the dynamic node of the tactic AST.Gravatar Pierre-Marie Pédrot2015-12-04
| * Fix in setoid_rewrite in Type: avoid the generation of a rigid universeGravatar Matthieu Sozeau2015-12-04
* | Removing the last use of valueIn in Tauto.Gravatar Pierre-Marie Pédrot2015-12-04
* | Removing dynamic inclusion of constrs in tactic AST.Gravatar Pierre-Marie Pédrot2015-12-04
* | Removing the globTacticIn primitive.Gravatar Pierre-Marie Pédrot2015-12-03
* | Fixing Tauto compilation for older versions of OCaml.Gravatar Pierre-Marie Pédrot2015-12-03
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-12-03
|\|
* | Removing the last use of tacticIn in setoid_ring.Gravatar Pierre-Marie Pédrot2015-12-03
* | Removing the use of tacticIn in Tauto.Gravatar Pierre-Marie Pédrot2015-12-03
| * Slight simplification of code for pat/constr.Gravatar Hugo Herbelin2015-12-02
| * Dead code from August 2014 in apply in.Gravatar Hugo Herbelin2015-12-02
* | Removing dead code in Obligations.Gravatar Pierre-Marie Pédrot2015-12-02
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-11-29
|\|
| * Fix [Polymorphic Hint Rewrite].Gravatar Matthieu Sozeau2015-11-27
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-11-26
|\|
| * Fix generation of equality schemes on polymorphic equality types.Gravatar Matthieu Sozeau2015-11-23
* | Removing a use of old refine in Tactics.Gravatar Pierre-Marie Pédrot2015-11-23
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2015-11-20
|\|
| * Fix bug #4429: eauto with arith: 70x performance regression in Coq 8.5.Gravatar Pierre-Marie Pédrot2015-11-19
| * Fix bug #4433, removing hack on evars appearing in a pattern from aGravatar Matthieu Sozeau2015-11-19
| * Improve error message.Gravatar Maxime Dénès2015-11-18
* | Inlining the only use of Clenv.connect_clenv.Gravatar Pierre-Marie Pédrot2015-11-18