index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grammar
/
tacextend.mlp
Age
Commit message (
Expand
)
Author
2018-11-21
[camlp5] Remove dependency on camlp5.
Emilio Jesus Gallego Arias
2018-10-02
Pass unnamed arguments to ML macros.
Pierre-Marie Pédrot
2018-09-06
Deprecation warning in legacy tacextend.mlp
Vincent Laporte
2018-07-26
Merge PR #8050: Cleanup VERNAC EXTEND
Maxime Dénès
2018-07-12
Statically typecheck the VERNAC EXTEND wrapper.
Pierre-Marie Pédrot
2018-07-12
Tactic deprecation machinery
Maxime Dénès
2018-07-02
Slight simplification of the Tacentries API to register ML tactics.
Pierre-Marie Pédrot
2018-03-08
Make most of TACTIC EXTEND macros runtime calls.
Maxime Dénès
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-12-22
Remove syntax for classification in TACTIC EXTEND.
Maxime Dénès
2017-07-25
[api] Remove type equalities from API.
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-05-24
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-05-16
Adding support for using grammar entries returning no value in EXTEND.
Hugo Herbelin
2017-04-27
Fix omitted labels in function calls
Gaetan Gilbert
2017-04-25
[location] Remove Loc.ghost.
Emilio Jesus Gallego Arias
2017-04-14
Fix compilation with camlp5 transitional mode.
Maxime Dénès
2017-04-07
[camlpX] Remove camlp4 compat layer.
Emilio Jesus Gallego Arias
2017-03-22
Better compatibility of TACTIC EXTEND AT LEVEL with versions of camlp5.
Hugo Herbelin
2017-03-17
Merge PR#445: TACTIC EXTEND now takes an optional level as argument.
Maxime Dénès
2017-02-24
TACTIC EXTEND now takes an optional level as argument.
Maxime Dénès
2017-02-16
[cleanup] Change Id.t option to Name.t in TacFun
Tej Chajed
2016-11-03
Merge branch 'v8.6' into trunk
Maxime Dénès
2016-10-30
Fix spurious OCaml Warning 56 in TACTIC EXTEND macros.
Pierre-Marie Pédrot
2016-09-15
Moving Ltac-specific generic arguments to their own file in the ltac/ folder.
Pierre-Marie Pédrot
2016-07-26
restore compatibility with gallium's camlp4 (broken by commit 8e07227c)
Pierre Letouzey
2016-06-29
A new infrastructure for warnings.
Maxime Dénès
2016-06-01
Merge branch 'yet-another-makefile-bigbang' into trunk
Pierre Letouzey
2016-06-01
Yet another Makefile reform : a unique phase without nasty make tricks
Pierre Letouzey