index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parsing
Age
Commit message (
Expand
)
Author
2017-11-23
Merge PR #6167: Fixing factorization of recursive notations with an atomic se...
Maxime Dénès
2017-11-23
Merge PR #6200: Remove pidentref grammar entry.
Maxime Dénès
2017-11-20
Fixing factorization of recursive notations in the case of an atomic separator.
Hugo Herbelin
2017-11-20
Remove pidentref grammar entry.
Gaëtan Gilbert
2017-11-19
[parser] Remove unnecessary statically initialized hook.
Emilio Jesus Gallego Arias
2017-11-01
Fix FIXME: use OCaml 4.02 generative functors when available.
Gaëtan Gilbert
2017-10-10
Parse [Proof using Type] without translating Type to an id.
Gaëtan Gilbert
2017-10-10
[vernac] Remove "Proof using" hacks from parser.
Emilio Jesus Gallego Arias
2017-10-09
Merge PR #1114: Generic handling of nameable objects for plugins
Maxime Dénès
2017-10-06
Merge PR #1119: Fixing bug BZ#5769 (generating a name "_" out of a type "_som...
Maxime Dénès
2017-10-05
Distinguishing pseudo-letters out of the set of unicode letters.
Hugo Herbelin
2017-10-03
Implementing a generic mechanism for locating named objects from Coq side.
Pierre-Marie Pédrot
2017-10-03
Merge PR #1094: Fixing a little parsing bug with level 90 introduced in 3e70e...
Maxime Dénès
2017-10-03
Merge PR #1040: Efficient fresh name generation
Maxime Dénès
2017-09-29
[vernac] Remove `Qed exporting` syntax.
Emilio Jesus Gallego Arias
2017-09-28
Efficient fresh name generation relying on sets.
Pierre-Marie Pédrot
2017-09-26
Merge PR #688: Binding universe constraints in Definition/Inductive/etc...
Maxime Dénès
2017-09-25
Fixing a little parsing bug with level 90 introduced in 3e70ea9c.
Hugo Herbelin
2017-09-19
Remove STM vernaculars.
Maxime Dénès
2017-09-19
Allow declaring universe binders with no constraints with @{|}
Gaëtan Gilbert
2017-09-19
Allow declaring universe constraints at definition level.
Matthieu Sozeau
2017-09-19
Allow empty instance parsing @{}
Matthieu Sozeau
2017-09-15
Merge PR #939: [general] Merge parsing with highparsing, put toplevel at the ...
Maxime Dénès
2017-09-15
Merge PR #1051: Using an algebraic type for distinguishing toplevel input fro...
Maxime Dénès
2017-09-15
Merge PR #1037: Parse directly to Sorts.family when appropriate.
Maxime Dénès
2017-09-14
Using an algebraic type for distinguishing toplevel input from location in file.
Hugo Herbelin
2017-09-08
Parse directly to Sorts.family when appropriate.
Gaëtan Gilbert
2017-08-29
[general] Merge parsing with highparsing, put toplevel at the top of the link...
Emilio Jesus Gallego Arias
2017-08-29
[vernac] Store Infix Modifier in Vernac Notation.
Pierre-Marie Pédrot
2017-08-29
[parsing] Remove hacks for reduced Prelude.
Emilio Jesus Gallego Arias
2017-08-29
Merge PR #937: [general] Remove spurious dependency of highparsing on toplevel.
Maxime Dénès
2017-08-29
Merge PR #916: Fixing notation bug 5608 involving { } and a slight restructur...
Maxime Dénès
2017-08-29
Merge PR #773: [flags] Remove XML output flag.
Maxime Dénès
2017-08-29
A new step of restructuration of notations.
Hugo Herbelin
2017-08-29
A little reorganization of notations + a fix to #5608.
Hugo Herbelin
2017-08-16
Merge PR #864: Some cleanups after cumulativity for inductive types
Maxime Dénès
2017-08-01
[flags] Remove XML output flag.
Emilio Jesus Gallego Arias
2017-07-31
Improve errors for cumulativity when monomorphic
Amin Timany
2017-07-31
Change the option for cumulativity
Amin Timany
2017-07-31
[general] Remove spurious dependency of highparsing on toplevel.
Emilio Jesus Gallego Arias
2017-07-26
Adding support for recursive notations of the form "x , .. , y , z".
Hugo Herbelin
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-21
[vernac] Remove stale bool parameter from `VernacStartTheoremProof`
Emilio Jesus Gallego Arias
2017-06-16
Change the option to Set Inductive Cumulativity
Amin Timany
2017-06-16
Fix bugs and add an option for cumulativity
Amin Timany
2017-06-15
Merge PR#719: Constrexpr.Numeral without bigint
Maxime Dénès
2017-06-14
Merge PR#765: Remove obsolete Show commands
Maxime Dénès
2017-06-14
Grammar hacks to get nice errors about non-loaded plugins (extr,recdef)
Pierre Letouzey
2017-06-14
G_prim: the bigint entry keeps numbers in raw strings
Pierre Letouzey
2017-06-14
Constrexpr.Numeral stays uninterpreted (string+sign instead of BigInt.t)
Pierre Letouzey
[next]