index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ltac
/
tacinterp.ml
Age
Commit message (
Expand
)
Author
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-12-04
Document undocumented flags and options
Jim Fehrle
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-11-17
[ltac] Use CAst nodes in the tactic AST.
Emilio Jesus Gallego Arias
2018-11-16
Remove the implicit tactic feature following #7229.
Pierre-Marie Pédrot
2018-11-03
Merge PR #8844: Move abstract out of tactics.ml
Pierre-Marie Pédrot
2018-10-31
Merge PR #8759: Fix #8755: Uncaught exception Ltac_plugin.Taccoerce.CannotCoe...
Hugo Herbelin
2018-10-30
Remove fully_empty_glob_sign which uses a dummy environment
Maxime Dénès
2018-10-30
Move abstract out of tactics.ml
Gaëtan Gilbert
2018-10-19
Fix #8755: Uncaught exception Ltac_plugin.Taccoerce.CannotCoerceTo.
Pierre-Marie Pédrot
2018-10-18
[api] Qualify access to `Nametab`
Emilio Jesus Gallego Arias
2018-09-27
Fixes #8553 (regression of tactic "change" under binders).
Hugo Herbelin
2018-09-26
Merge PR #8534: Checking if low-level name printers are used on purpose or not
Maxime Dénès
2018-09-24
[engine] Remove and deprecate `nf_enter` et al.
Emilio Jesus Gallego Arias
2018-09-23
[api] Deprecate constructors of deprecated datatypes.
Emilio Jesus Gallego Arias
2018-09-23
Checking if low-level name printers are used on purpose or not.
Hugo Herbelin
2018-09-19
Merge PR #8246: Implementing an internal basic version of the "pose" tactic i...
Enrico Tassi
2018-09-10
Moving part of pretyping dealing with ltac and renaming in new module GlobEnv.
Hugo Herbelin
2018-08-13
Less crazy implementation of the "pose" family of tactics.
Pierre-Marie Pédrot
2018-07-20
Merge PR #8037: Export a function to apply toplevel tactic values in Tacinterp.
Enrico Tassi
2018-07-12
Tactic deprecation machinery
Maxime Dénès
2018-07-10
Export a function to apply toplevel tactic values in Tacinterp.
Pierre-Marie Pédrot
2018-07-03
Taccoerce: remove various unused arguments.
Gaëtan Gilbert
2018-06-18
Remove reference name type.
Maxime Dénès
2018-06-14
Workaround to handle non-value arguments in tactics.
Cyprien Mangin
2018-06-12
[api] Remove Misctypes.
Emilio Jesus Gallego Arias
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-05-14
Deprecate Typing.e_* functions
Gaëtan Gilbert
2018-04-13
Making tactic-in-term aware of "Set Ltac Debug".
Hugo Herbelin
2018-03-09
[located] Push inner locations in `reference` to a CAst.t node.
Emilio Jesus Gallego Arias
2018-03-09
[located] More work towards using CAst.t
Emilio Jesus Gallego Arias
2018-03-08
Make most of TACTIC EXTEND macros runtime calls.
Maxime Dénès
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-02-28
[econstr] Continue consolidation of EConstr API under `interp`.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-22
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2017-12-22
Remove legacy Value.normalize function.
Maxime Dénès
2017-12-18
Merge PR #6406: Make [abstract] nodes show up in the Ltac profile
Maxime Dénès
2017-12-18
Merge PR #6411: Fix #5081 by more fine-grained LtacProf recording
Maxime Dénès
2017-12-14
Pass a ghost location for abstract
Jason Gross
2017-12-14
Make [abstract] nodes show up in the Ltac profile
Jason Gross
2017-12-14
Merge PR #6386: Catch errors while coercing 'and' intro patterns
Maxime Dénès
2017-12-14
Merge PR #6169: Clean up/deprecated options
Maxime Dénès
2017-12-12
Fix #5081 by more fine-grained LtacProf recording
Jason Gross
2017-12-11
Catch errors while coercing 'and' intro patterns
Tej Chajed
2017-12-11
[proof] Embed evar_map in RefinerError exception.
Emilio Jesus Gallego Arias
2017-12-11
Remove deprecated option Tactic Compat Context.
Théo Zimmermann
2017-12-08
Merge PR #6158: Allows a level in the raw and glob printers
Maxime Dénès
2017-11-28
more complete not-fully-applied error messages, #6145
Paul Steckler
2017-11-24
Extending further PR#6047 (system to register printers for Ltac values).
Hugo Herbelin
[next]