index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
parsing
/
pcoq.ml
Commit message (
Expand
)
Author
Age
*
Statment -> Statement
Hugo Herbelin
2018-06-03
*
[api] Make `vernac/` self-contained.
Emilio Jesus Gallego Arias
2018-05-27
*
Merge PR #6790: Allow universe declarations for [with Definition].
Maxime Dénès
2018-03-07
|
\
|
*
Allow universe declarations for [with Definition].
Gaëtan Gilbert
2018-03-05
*
|
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-05
|
\
\
|
|
/
|
/
|
*
|
[toplevel] Move beautify to its own pass.
Emilio Jesus Gallego Arias
2018-02-28
*
|
Merge PR #6812: Rename release_lexer_state to the more descriptive get_lexer_...
Maxime Dénès
2018-02-28
|
\
\
|
|
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
|
|
/
|
/
|
|
*
Rename release_lexer_state to the more descriptive get_lexer_state.
Jim Fehrle
2018-02-22
*
|
Moving Metasyntax.register_grammar to Pcoq for usability in Egramcoq.
Hugo Herbelin
2018-02-20
|
/
*
Change references to CAMLP4 to CAMLP5 to be more accurate since we no
Jim Fehrle
2018-02-17
*
Separate vernac controls and regular commands.
Maxime Dénès
2017-12-20
*
[summary] Allow typed projections from global state + rework of internals.
Emilio Jesus Gallego Arias
2017-12-09
*
Remove pidentref grammar entry.
Gaëtan Gilbert
2017-11-20
*
Fix FIXME: use OCaml 4.02 generative functors when available.
Gaëtan Gilbert
2017-11-01
*
Allow declaring universe constraints at definition level.
Matthieu Sozeau
2017-09-19
*
Merge PR #1051: Using an algebraic type for distinguishing toplevel input fro...
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
|
/
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
*
Fix 4.04 warnings
Gaetan Gilbert
2017-04-27
*
Remove some unused values and types
Gaetan Gilbert
2017-04-27
*
[flags] Deprecate is_silent/is_verbose in favor of single flag.
Emilio Jesus Gallego Arias
2017-04-21
*
[camlpX] Remove camlp4 compat layer.
Emilio Jesus Gallego Arias
2017-04-07
*
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-03-22
|
\
|
*
don't require printing-only notation to be productive
Ralf Jung
2017-02-16
*
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-11-18
|
\
|
|
*
Lets Hints/Instances take an optional pattern
Matthieu Sozeau
2016-11-03
|
*
Fix bug #5098: Symmetry broken in HoTT.
Pierre-Marie Pédrot
2016-10-08
*
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-10-02
|
\
|
|
*
Fix bug #4869, allow Prop, Set, and level names in constraints.
Matthieu Sozeau
2016-09-29
*
|
Merging Stdarg and Constrarg.
Pierre-Marie Pédrot
2016-09-21
*
|
Moving Ltac-specific parsing API to ltac/ folder.
Pierre-Marie Pédrot
2016-09-14
|
/
*
Silence the CAMLP5 warnings on command line.
Pierre-Marie Pédrot
2016-09-02
*
Remove lexing of ordinal notations.
Maxime Dénès
2016-07-03
*
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
Exporting a generic argument induction_arg. As a consequence,
Hugo Herbelin
2016-06-18
*
The grammar_extend function now registers unsynchronized extensions.
Pierre-Marie Pédrot
2016-05-11
*
Making the grammar command extend API purely functional.
Pierre-Marie Pédrot
2016-05-11
*
Moving the constr empty entry registering to the state-based API.
Pierre-Marie Pédrot
2016-05-11
*
Turning the grammar extend command API into a state-passing one.
Pierre-Marie Pédrot
2016-05-11
*
Moving the grammar summary to Pcoq.
Pierre-Marie Pédrot
2016-05-11
*
Delimiting the use of unsafe code in Pcoq.
Pierre-Marie Pédrot
2016-05-10
*
Overlooked use of Gram instead of G module in Pcoq.
Pierre-Marie Pédrot
2016-05-10
*
Type-safe constr notations.
Pierre-Marie Pédrot
2016-05-10
*
AlistNsep token now accepts an arbitrary separator.
Pierre-Marie Pédrot
2016-05-10
*
Simpler data structure for Arules token.
Pierre-Marie Pédrot
2016-05-10
*
Purer implementation of empty level registering in Pcoq.
Pierre-Marie Pédrot
2016-05-10
*
Removing the Entry module now that rules need not be marshalled.
Pierre-Marie Pédrot
2016-05-10
[next]