index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ltac
/
pltac.ml
Age
Commit message (
Expand
)
Author
2020-12-11
Revert removal of eoi_entry in #13447
Jim Fehrle
2020-11-25
Merge PR #13447: Remove unused parsing code
coqbot-app[bot]
2020-11-22
Remove unused parsing code
Jim Fehrle
2020-11-20
Use nat_or_var where negative values don't make sense
Jim Fehrle
2020-10-27
Rename misc nonterminals
Jim Fehrle
2020-10-27
Rename tactic_expr -> ltac_expr
Jim Fehrle
2020-10-04
Remove prefixes on nonterminal names, e.g. "constr:" and "Prim."
Jim Fehrle
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-06-19
Merge PR #10239: Deprecate grammar entry "intropattern" in tactic notations i...
Théo Zimmermann
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-16
Deprecate "intro_pattern" in tactic notations in favor of "simple_intropattern".
Hugo Herbelin
2018-07-07
Introduce a Pcoq.Entry module for functions that ought to be exported.
Pierre-Marie Pédrot
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-07-25
[api] Remove type equalities from API.
Emilio Jesus Gallego Arias
2017-07-17
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-07
Put all plugins behind an "API".
Matej Kosik
2017-04-27
Remove unused [open] statements
Gaetan Gilbert
2017-02-17
Ltac as a plugin.
Pierre-Marie Pédrot