index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tacinterp.ml
Age
Commit message (
Expand
)
Author
2016-03-20
Fixing bug #4630: Some tactics are 20x slower in 8.5 than 8.4.
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-12-10
Fixing a pat%constr bug. Thanks to Enrico for reporting.
Hugo Herbelin
2015-12-02
Dead code from August 2014 in apply in.
Hugo Herbelin
2015-11-19
Fix bug #4433, removing hack on evars appearing in a pattern from a
Matthieu Sozeau
2015-11-18
Improve error message.
Maxime Dénès
2015-10-29
Avoid an anomaly when destructing an unknown ident. (Fix bug #4395)
Guillaume Melquiond
2015-10-24
Backtracking on interpreting toplevel calls to exact in scope determined
Hugo Herbelin
2015-10-19
Categorizing debug messages as such + NonLogical uses loggers.
Pierre Courtieu
2015-10-11
Fixing untimely unexpected warning "Collision between bound variables" (#4317).
Hugo Herbelin
2015-06-23
Fixing incompatibility introduced with simpl in commit 364decf59c1 (or
Hugo Herbelin
2015-05-13
Safer typing primitives.
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-13
Remove declarations of matched variables in change as an extension of
Matthieu Sozeau
2015-04-10
Fix #3590 for good this time, by changing the API, change's argument now
Matthieu Sozeau
2015-03-07
Reverting r10021 which enforces early assumptions on freshness which
Hugo Herbelin
2015-03-03
Fix bug #3590, keeping evars that are not turned into named metas by
Matthieu Sozeau
2015-02-27
Removing the unused field ltacrecvars of tactic internalization.
Pierre-Marie Pédrot
2015-02-24
[info_auto] & [info_trivial]: warning message to help users find [Info].
Arnaud Spiwack
2015-02-24
[info] tactical warning: do not suggest [info_auto] and [info_trivial].
Arnaud Spiwack
2015-02-10
More expressive API for tclWITHHOLES.
Pierre-Marie Pédrot
2015-02-10
Revert "Removing spurious tclWITHHOLES."
Pierre-Marie Pédrot
2015-01-24
Tentative workaround for bug #3798.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2015-01-08
Avoiding introducing yet another convention in naming files.
Hugo Herbelin
2014-12-23
A global [gfail] tactic which works like [fail] except that it fails even if ...
Arnaud Spiwack
2014-12-23
Remove compatibility layer from Ltac's [fail].
Arnaud Spiwack
2014-12-23
Fix compilation error in some configurations.
Arnaud Spiwack
2014-12-19
Add a backtracking version of Ltac's [match].
Arnaud Spiwack
2014-12-18
Fixed bad newlines in output for std output and emacs.
Pierre Courtieu
2014-12-16
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-12-12
Add Ltac syntax for the [tclIFCATCH] primitive.
Arnaud Spiwack
2014-12-12
Extend the syntax of simpl with a delta flag.
Arnaud Spiwack
2014-11-21
Writing Tactics.keep in the new monad.
Pierre-Marie Pédrot
2014-11-20
Fixing the previous commit. We had to normalize evars first.
Pierre-Marie Pédrot
2014-11-20
Somehow fixing a side-effect bug in tactics-in-terms.
Pierre-Marie Pédrot
2014-11-19
Print [uconstr]-s in [idtac] messages.
Arnaud Spiwack
2014-11-16
Enforcing a stronger difference between the two syntaxes "simpl
Hugo Herbelin
2014-11-16
Fixing side bug in db37c9f3f32ae7 delaying interpretation of the
Hugo Herbelin
2014-11-10
Fixing wrongly used tclWITHHOLES in named tactics (continuation of 9fa45b3).
Pierre-Marie Pédrot
2014-11-09
Fixing bug #3803.
Pierre-Marie Pédrot
2014-11-09
Removing the unused boolean flag from the move tactic implementation.
Pierre-Marie Pédrot
2014-11-09
Removing a unused boolean in the TacMove node of tacexpr AST.
Pierre-Marie Pédrot
2014-11-07
Print [rename] tactic properly in info trace.
Arnaud Spiwack
2014-11-03
Writing rename_hyps in the new monad.
Pierre-Marie Pédrot
2014-11-01
Info: the warning message of the defunct [info] tactic now points to the [Inf...
Arnaud Spiwack
2014-11-01
Info: print name of calls to Ltac constants ([TacCall]).
Arnaud Spiwack
2014-11-01
Info: tactic notations (TacAlias) print their names.
Arnaud Spiwack
2014-11-01
Info: Tactics coming from [TACTIC EXTEND] print their names.
Arnaud Spiwack
[next]