index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
ltac
/
tacenv.ml
Age
Commit message (
Expand
)
Author
2020-04-13
pass filters around
Gaëtan Gilbert
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-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-06
`deprecated` attribute support for notations and syntactic definitions
Maxime Dénès
2018-11-02
Move attributes out of vernacinterp to new attributes module
Gaëtan Gilbert
2018-10-18
[api] Qualify access to `Nametab`
Emilio Jesus Gallego Arias
2018-08-31
Tacenv: minor code cleanup
Pierre Letouzey
2018-07-12
Tactic deprecation machinery
Maxime Dénès
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-10-03
Moving the Ltac-specific part of the nametab to the Ltac plugin.
Pierre-Marie Pédrot
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-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
Don't double up on periods in anomalies
Jason Gross
2017-02-17
Ltac as a plugin.
Pierre-Marie Pédrot