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
2016-10-09
Moving Pp.comments to CLexer so that Pp is purer (no more side-effect
Hugo Herbelin
2016-10-09
Attaching all extra imperative components of the lexer/parser state to
Hugo Herbelin
2016-10-08
Fix bug #5098: Symmetry broken in HoTT.
Pierre-Marie Pédrot
2016-10-06
Do not add "Append" as a lexer keyword.
Pierre-Marie Pédrot
2016-10-05
Fix incorrect token description for bullets.
Guillaume Melquiond
2016-10-05
Revert "Move bullet detection from lexer to parser (bug #5102)."
Guillaume Melquiond
2016-10-04
Merge remote-tracking branch 'github/pr/305' into v8.6
Maxime Dénès
2016-10-02
Move bullet detection from lexer to parser (bug #5102).
Guillaume Melquiond
2016-10-01
Add command 'Set foo Append "bar"' for appending to an option (bug #5109).
Guillaume Melquiond
2016-09-30
Merge remote-tracking branch 'github/pr/299' into v8.6
Maxime Dénès
2016-09-29
Fix bug #4798: compat notations should not modify the parser.
Pierre-Marie Pédrot
2016-09-29
Arguments: cleanup + detect discrepancy rename/implicit (#3753)
Enrico Tassi
2016-09-29
Fix bug #4869, allow Prop, Set, and level names in constraints.
Matthieu Sozeau
2016-09-16
Addressing OCaml compilation warnings.
Hugo Herbelin
2016-09-02
Silence the CAMLP5 warnings on command line.
Pierre-Marie Pédrot
2016-08-30
Fix #4941 - ~/.coqrc file confusing locations
Maxime Dénès
2016-08-27
Support qualified identifiers in Show Match (bug #5050).
Guillaume Melquiond
2016-07-26
restore compatibility with gallium's camlp4 (broken by commit 8e07227c)
Pierre Letouzey
2016-07-18
Removing useless grammar entries. Fixes bug #4919.
Pierre-Marie Pédrot
2016-07-03
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-01
Add and document match, fix and cofix reduction flags.
Maxime Dénès
2016-06-29
A new infrastructure for warnings.
Maxime Dénès
2016-06-27
Adding ability to put any pattern in binders, prefixed by a quote.
Daniel de Rauglaudre
2016-06-21
Parsing/compat.ml4: avoid "let open" syntax, unsupported by my camlp5 6.11
Pierre Letouzey
2016-06-20
Merge remote-tracking branch 'github/pr/212' into trunk
Maxime Dénès
2016-06-20
Add file name, line number and beginning of line position to locations.
Maxime Dénès
2016-06-18
Exporting a generic argument induction_arg. As a consequence,
Hugo Herbelin
2016-06-18
Adding eintros to respect the e- prefix policy.
Hugo Herbelin
2016-06-17
Set required version of camlp5 to 6.06.
Maxime Dénès
2016-06-16
Extend Hint Mode to handle the no-head-evar case
Matthieu Sozeau
2016-06-16
Fixing a mispelling coma -> comma.
Hugo Herbelin
2016-06-16
A stronger invariant on the syntax of TacAssert, what allows for a
Hugo Herbelin
2016-06-07
Adding an only printing flag to notations.
Pierre-Marie Pédrot
2016-06-07
Removing the use to Egramcoq.recover_constr_grammar.
Pierre-Marie Pédrot
2016-06-03
Removing "rename" from the tactic AST.
Pierre-Marie Pédrot
2016-06-03
Removing "exact" from the tactic AST.
Pierre-Marie Pédrot
2016-06-03
Removing "intro" from the tactic AST.
Pierre-Marie Pédrot
2016-06-03
Removing "double induction" from the tactic AST.
Pierre-Marie Pédrot
2016-06-01
g_tactics : remove opt_bindings (2-line dead code)
Pierre Letouzey
2016-05-31
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-11
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-10
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
Further tidying of the constr extension code.
Pierre-Marie Pédrot
2016-05-10
Type-safe constr notations.
Pierre-Marie Pédrot
[next]