index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
parsing
Commit message (
Expand
)
Author
Age
...
*
Merge PR #1114: Generic handling of nameable objects for plugins
Maxime Dénès
2017-10-09
|
\
*
\
Merge PR #1119: Fixing bug BZ#5769 (generating a name "_" out of a type "_som...
Maxime Dénès
2017-10-06
|
\
\
|
*
|
Distinguishing pseudo-letters out of the set of unicode letters.
Hugo Herbelin
2017-10-05
|
|
*
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-10-03
|
\
\
\
*
|
|
|
[vernac] Remove `Qed exporting` syntax.
Emilio Jesus Gallego Arias
2017-09-29
|
|
_
|
/
|
/
|
|
|
*
|
Efficient fresh name generation relying on sets.
Pierre-Marie Pédrot
2017-09-28
|
/
/
*
|
Merge PR #688: Binding universe constraints in Definition/Inductive/etc...
Maxime Dénès
2017-09-26
|
\
\
|
|
*
Fixing a little parsing bug with level 90 introduced in 3e70ea9c.
Hugo Herbelin
2017-09-25
|
|
/
|
/
|
*
|
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-19
|
/
*
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-15
|
\
\
\
|
|
*
|
Using an algebraic type for distinguishing toplevel input from location in file.
Hugo Herbelin
2017-09-14
|
*
|
|
Parse directly to Sorts.family when appropriate.
Gaëtan Gilbert
2017-09-08
|
|
/
/
|
|
*
[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-29
|
|
/
/
|
/
|
|
*
|
|
Merge PR #864: Some cleanups after cumulativity for inductive types
Maxime Dénès
2017-08-16
|
\
\
\
|
|
*
|
[flags] Remove XML output flag.
Emilio Jesus Gallego Arias
2017-08-01
|
|
/
/
|
/
|
|
|
*
|
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-31
|
|
/
*
/
Adding support for recursive notations of the form "x , .. , y , z".
Hugo Herbelin
2017-07-26
|
/
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
[vernac] Remove stale bool parameter from `VernacStartTheoremProof`
Emilio Jesus Gallego Arias
2017-06-21
*
Change the option to Set Inductive Cumulativity
Amin Timany
2017-06-16
*
Fix bugs and add an option for cumulativity
Amin Timany
2017-06-16
*
Merge PR#719: Constrexpr.Numeral without bigint
Maxime Dénès
2017-06-15
|
\
*
\
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
2017-06-14
|
|
/
|
/
|
|
*
Remove Show Thesis command which was never implemented.
Théo Zimmermann
2017-06-12
|
*
Remove non-working Show Tree and Show Node commands.
Théo Zimmermann
2017-06-12
|
*
Remove Show Implicit Arguments command.
Théo Zimmermann
2017-06-12
|
*
Remove Show Goal "uid" command.
Théo Zimmermann
2017-06-12
|
/
*
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
*
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
*
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-05-24
|
\
|
*
[vernac] Remove `Save thm id.` command.
Emilio Jesus Gallego Arias
2017-05-23
[prev]
[next]