index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
g_vernac.mlg
Age
Commit message (
Expand
)
Author
2018-10-10
[coqlib] Rebindable Coqlib namespace.
Emilio Jesus Gallego Arias
2018-10-05
Using smart mkLambdaCN/mkProdCN.
Hugo Herbelin
2018-10-02
Update the -compat flags
Jason Gross
2018-09-26
Allow successive attributes #[foo] #[bar]
Gaëtan Gilbert
2018-09-14
Register: simpler syntax
Vincent Laporte
2018-09-14
Retroknowledge: use GlobRef.t instead of Constr.t as entry
Vincent Laporte
2018-09-10
Adding a command "Declare Scope" and deprecating scope implicit declaration.
Hugo Herbelin
2018-08-17
Remove dead argument allow_old.
Théo Zimmermann
2018-07-29
Renaming ETName and ETReference so as to fit the user-visible terminology.
Hugo Herbelin
2018-07-29
Adding support for custom entries in notations.
Hugo Herbelin
2018-07-11
Merge PR #7898: Remove camlp4 remains
Emilio Jesus Gallego Arias
2018-07-07
Introduce a Pcoq.Entry module for functions that ought to be exported.
Pierre-Marie Pédrot
2018-07-03
fix syntax of .mlg
Vincent Laporte
2018-07-03
[vernac] use plain strings as attribute names
Vincent Laporte
2018-07-03
[vernac] indentation
Vincent Laporte
2018-07-03
[vernac] Generic syntax for flags/attributes
Vincent Laporte
2018-07-03
[vernac] Generic parsing rules for attributes
Vincent Laporte
2018-07-03
[vernac] Concrete syntax for attributes
Vincent Laporte
2018-06-29
Port g_vernac to the homebrew GEXTEND parser.
Pierre-Marie Pédrot