index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
Age
Commit message (
Expand
)
Author
2018-08-27
Add support for focusing on named goals using brackets.
Théo Zimmermann
2018-08-22
Fix #8251: remove "the the" occurrences
Gaëtan Gilbert
2018-08-17
Remove dead argument allow_old.
Théo Zimmermann
2018-07-29
Store marshallable data in the custom entry summary.
Pierre-Marie Pédrot
2018-07-29
Supporting locality flag for custom entries + compatibility with modules.
Hugo Herbelin
2018-07-29
Do not treat curly brackets specially in custom entries.
Hugo Herbelin
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-26
Merge PR #8050: Cleanup VERNAC EXTEND
Maxime Dénès
2018-07-26
Merge PR #7786: In "redundant clause" pattern-matching error, show also the p...
Pierre-Marie Pédrot
2018-07-25
In "redundant clause" pattern-matching error, show also the pattern (#7777).
Hugo Herbelin
2018-07-25
Remove himsg.pr_puniverses, use @{} for universe printing in errors
Maxime Dénès
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-07-23
Displays the differences between successive proof steps in coqtop and CoqIDE.
Jim Fehrle
2018-07-23
Generate more compact escape sequences by
Jim
2018-07-19
Merge PR #7941: Extend QuestionMark to produce a better error message in case...
Pierre-Marie Pédrot
2018-07-17
change into QuestionMark default
Siddharth Bhat
2018-07-17
Change QuestionMark for better record field missing error message.
Siddharth Bhat
2018-07-13
Remove useless libobject in proof_using
Maxime Dénès
2018-07-12
Statically typecheck the VERNAC EXTEND wrapper.
Pierre-Marie Pédrot
2018-07-12
Export a wrapper simplifying the registration of vernacular commands.
Pierre-Marie Pédrot
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-07
Remove dead code that used to be there for CamlpX compatibility.
Pierre-Marie Pédrot
2018-07-03
fix syntax of .mlg
Vincent Laporte
2018-07-03
[vernac] use a record for the contents of the “deprecated” attribute
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] Add a “deprecated” attribute
Vincent Laporte
2018-07-03
Allow “Let”-defined coercions
Vincent Laporte
2018-07-03
[vernac] Concrete syntax for attributes
Vincent Laporte
2018-07-03
[vernac] mk_atts: an atts record with default values
Vincent Laporte
2018-07-03
[vernac] attribute_of_flags
Vincent Laporte
2018-07-03
Merge PR #7820: [hints] Add Hint Variables/Constants Opaque/Transparent commands
Pierre-Marie Pédrot
2018-07-02
Merge PR #7703: Add an option to force parameters to be uniform
Matthieu Sozeau
2018-07-02
hints: add Hint Variables/Constants Opaque/Transparent commands
Matthieu Sozeau
2018-07-02
Merge PR #7902: Use a homebrew parser to replace the GEXTEND extension points...
Emilio Jesus Gallego Arias
2018-07-01
Add flag Uniform Inductive Parameters
Jasper Hugunin
2018-07-01
Implement uniform parameters in ComInductive
Jasper Hugunin
2018-07-01
[api] Fix wrong deprecation warning (#7915)
Emilio Jesus Gallego Arias
2018-07-01
Merge PR #7760: Fixes #7712 (an anomaly in reporting bad recursive notation f...
Emilio Jesus Gallego Arias
2018-07-01
Merge PR #7759: Workaround to fix #7731 (printing not splitting line at break...
Emilio Jesus Gallego Arias
2018-06-29
Port g_vernac to the homebrew GEXTEND parser.
Pierre-Marie Pédrot
2018-06-29
Port g_proofs to the homebrew GEXTEND parser.
Pierre-Marie Pédrot
2018-06-29
Use a homebrew parser to replace the GEXTEND extension points of Camlp5.
Pierre-Marie Pédrot
2018-06-29
Workaround to fix #7731 (printing not splitting line at break hint).
Hugo Herbelin
2018-06-29
Fixes #7712 (an anomaly in reporting bad recursive notation format).
Hugo Herbelin
2018-06-29
Merge PR #7080: Swapping Context and Constr and defining declarations on cons...
Maxime Dénès
[next]