index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tactics.ml
Age
Commit message (
Expand
)
Author
2016-04-03
Fixing the "No applicable tactic" non informative error message
Hugo Herbelin
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-19
Fix bug #4420: check_types was losing universe constraints.
Matthieu Sozeau
2015-12-11
Add tactic native_cast_no_check, analog to vm_cast_no_check.
Maxime Dénès
2015-12-10
Silently ignore requests to _not_ clear something when that something cannot ...
Guillaume Melquiond
2015-12-07
Fix some typos.
Guillaume Melquiond
2015-12-02
Slight simplification of code for pat/constr.
Hugo Herbelin
2015-12-02
Dead code from August 2014 in apply in.
Hugo Herbelin
2015-11-17
More optimizations of [Clenv.clenv_fchain].
Pierre-Marie Pédrot
2015-11-17
Performance fix for destruct.
Pierre-Marie Pédrot
2015-11-10
Fix bug #4404: [remember] gives Error: Conversion test raised an anomaly.
Pierre-Marie Pédrot
2015-11-07
Preservation of the name of evars/goals when applying pose/set/intro/clearbody.
Hugo Herbelin
2015-11-05
Fix bug #4273
Matthieu Sozeau
2015-11-04
Fix bug in proofs/logic.ml type_of_global_reference_knowing_conclusion
Matthieu Sozeau
2015-11-02
Fix bug #4397: refreshing types in abstract_generalize.
Matthieu Sozeau
2015-11-02
Fix bug #4151: discrepancy between exact and eexact/eassumption.
Matthieu Sozeau
2015-10-28
Avoid type checking private_constants (side_eff) again during Qed (#4357).
Enrico Tassi
2015-10-26
Preserving goal name in revert/bring_hyps.
Hugo Herbelin
2015-10-11
Fixing bug #4366: Conversion tactics recheck uselessly convertibility.
Pierre-Marie Pédrot
2015-09-23
Hopefully better names to constructors of internal_flag, as discussed
Hugo Herbelin
2015-09-16
In pat/constr introduction patterns, fixing in a better way clearing problems
Hugo Herbelin
2015-09-16
Continuing investigation on how to preserve the locality of the action
Hugo Herbelin
2015-09-08
Fixing incomplete bugfix in 76f27140e6e34 (unfortunately 5 commits
Hugo Herbelin
2015-09-08
Ensuring that patterns of the form pat/constr move the hypotheses replacing
Hugo Herbelin
2015-09-08
Short cosmetic changes in tactics.ml.
Hugo Herbelin
2015-09-08
A bit of documentation of OCaml code for intro_patterns.
Hugo Herbelin
2015-09-08
New option "Unset Bracketing Last Introduction Pattern" for preserving
Hugo Herbelin
2015-09-08
Fixing clearing of temporary hypotheses with intro pattern pat/constr.
Hugo Herbelin
2015-09-08
Fixing "pose proof (H ...) as H" and "assert (H:=H ...) which were supposed
Hugo Herbelin
2015-08-02
Granting Jason's request for an ad hoc compatibility option on
Hugo Herbelin
2015-05-16
Fixing bug #2814: "Anomaly: Uncaught exception Option.IsNone".
Pierre-Marie Pédrot
2015-05-13
Safer typing primitives.
Pierre-Marie Pédrot
2015-05-04
Code simplification in Tactics.
Pierre-Marie Pédrot
2015-04-25
Cleaning some uses of exceptions in tactics.
Pierre-Marie Pédrot
2015-04-23
Remove almost all the uses of string concatenation when building error messages.
Guillaume Melquiond
2015-04-23
Using tclZEROMSG instead of tclZERO in several places.
Pierre-Marie Pédrot
2015-04-10
Fix #3590 for good this time, by changing the API, change's argument now
Matthieu Sozeau
2015-03-11
admit: replaced by give_up + Admitted (no proof_admitted : False, close #4032)
Enrico Tassi
2015-02-27
Hack so that refine_no_check accepts an argument which is a match on an
Hugo Herbelin
2015-02-26
Fixing printing of ordinals.
Pierre-Marie Pédrot
2015-02-20
Fixing error message when H already exists in tactic subexpression eqn:H.
Hugo Herbelin
2015-02-20
A fix for #3993 (not fully applied term to destruct when eqn is given).
Hugo Herbelin
2015-02-12
Univs: fix bug #4031: wrong folding of sigma in change.
Matthieu Sozeau
2015-02-11
Missing space in error message
Matěj Grabovský
2015-02-10
Fixing #4018 (uncaught exception on non-equality in intros [=]).
Hugo Herbelin
2015-02-10
More expressive API for tclWITHHOLES.
Pierre-Marie Pédrot
2015-02-10
Revert "Removing spurious tclWITHHOLES."
Pierre-Marie Pédrot
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-24
Removed obsolete option "Legacy Partially Applied Elimination
Hugo Herbelin
2015-01-12
Update headers.
Maxime Dénès
[next]