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
2019-05-28
[elaboration] Bidirectionality hints
Maxime Dénès
2019-05-23
do not parse `|` as infix in patterns; parse `|}` as `|` `}`
Georges Gonthier
2019-05-21
Remove undocumented Instance : ! syntax
Gaëtan Gilbert
2019-05-13
Merge PR #10076: [Canonical structures] Annotation to field declarations to p...
Enrico Tassi
2019-05-10
Use Print Custom Grammar to inspect custom entries
Jasper Hugunin
2019-05-10
[Attributes] Allow explicit value for two-valued attributes
Vincent Laporte
2019-05-10
[Canonical structures] “not_canonical” annotation to field declarations
Vincent Laporte
2019-05-07
[Record] Une a record to gather field declaration attributes
Vincent Laporte
2019-04-25
[vernac] [ast] Make location info an attribute of vernaculars.
Emilio Jesus Gallego Arias
2019-04-12
Unify Set and Unset handling for options
Gaëtan Gilbert
2019-04-05
Merge PR #9685: [vernac] Small cleanup to remove assert false.
Vincent Laporte
2019-04-05
Merge PR #8764: Add parsing of decimal constants (e.g., 1.02e+01)
Emilio Jesus Gallego Arias
2019-04-02
Remove -compat 8.7
Jason Gross
2019-04-02
Add parsing of decimal constants (e.g., 1.02e+01)
Pierre Roux
2019-04-02
Rename the INT token to NUMERAL
Pierre Roux
2019-03-30
[vernac] Small cleanup to remove assert false.
Emilio Jesus Gallego Arias
2019-02-28
Implement a method for manual declaration of implicits.
Jasper Hugunin
2019-02-13
[ssr] move shorter Canonical to Coq proper
Enrico Tassi
2019-02-13
refactor grammar
Enrico Tassi
2019-02-13
Fix #9432: canonical structure and coercion accept universe binders.
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2019-01-24
Update -compat to support -compat 8.10
Jason Gross
2019-01-22
Distinguish ASTs for Instance and Declare Instance
Maxime Dénès
2019-01-22
Simplify parsing of instance binders
Maxime Dénès
2019-01-22
VernacDeclareClass -> VernacExistingClass
Maxime Dénès
2019-01-22
VernacDeclareInstances -> VernacExistingInstance
Maxime Dénès
2018-11-27
[gramlib] Minor cleanups:
Emilio Jesus Gallego Arias
2018-11-23
Remove the unsafe camlp5 API from the Coq codebase.
Pierre-Marie Pédrot
2018-11-19
Merge PR #9003: [vernacextend] Consolidate extension points API
Pierre-Marie Pédrot
2018-11-17
[vernacextend] Consolidate extension points API
Emilio Jesus Gallego Arias
2018-11-16
Print Universes Subgraph
Gaëtan Gilbert
2018-11-02
Make attributes more general to make defining #[universes(...)] easy
Gaëtan Gilbert
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
[next]