aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac/pltac.ml
AgeCommit message (Expand)Author
2020-12-11Revert removal of eoi_entry in #13447Jim Fehrle
2020-11-25Merge PR #13447: Remove unused parsing codecoqbot-app[bot]
2020-11-22Remove unused parsing codeJim Fehrle
2020-11-20Use nat_or_var where negative values don't make senseJim Fehrle
2020-10-27Rename misc nonterminalsJim Fehrle
2020-10-27Rename tactic_expr -> ltac_exprJim Fehrle
2020-10-04Remove prefixes on nonterminal names, e.g. "constr:" and "Prim."Jim Fehrle
2020-03-18Update headers in the whole code base.Théo Zimmermann
2019-11-21[coq] Untabify the whole ML codebase.Emilio Jesus Gallego Arias
2019-06-19Merge PR #10239: Deprecate grammar entry "intropattern" in tactic notations i...Théo Zimmermann
2019-06-17Update ml-style headers to new year.Théo Zimmermann
2019-06-16Deprecate "intro_pattern" in tactic notations in favor of "simple_intropattern".Hugo Herbelin
2018-07-07Introduce a Pcoq.Entry module for functions that ought to be exported.Pierre-Marie Pédrot
2018-02-27Update 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-04Bump year in headers.Pierre-Marie Pédrot
2017-06-07Put all plugins behind an "API".Matej Kosik
2017-04-27Remove unused [open] statementsGaetan Gilbert
2017-02-17Ltac as a plugin.Pierre-Marie Pédrot