index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
g_vernac.mlg
Age
Commit message (
Expand
)
Author
2020-05-18
[search] [ssr] Emit deprecated message when calling search from ssreflect
Emilio Jesus Gallego Arias
2020-05-15
Search: new clauses for searching head, conclusion, kind...
Hugo Herbelin
2020-05-13
Merge PR #12229: Hopefully consensual cleaning of keywords
Théo Zimmermann
2020-05-09
Add a `with_strategy` tactic
Jason Gross
2020-05-09
Merge PR #12122: Avoid registering as keywords the #... in Primitive
Maxime Dénès
2020-05-06
Stop keeping outdated static list of keywords.
Hugo Herbelin
2020-04-22
Remove # keywords in Primitive
Pierre Roux
2020-04-20
Move new iter_table function to Goptions.
Théo Zimmermann
2020-04-13
Partial import inductive(..)
Gaëtan Gilbert
2020-04-13
syntax for import filters
Gaëtan Gilbert
2020-04-07
Support universe bindings and universe constraints in Let definitions.
Théo Zimmermann
2020-04-05
Fixes #11194 (Canonical/Coercion not located for coqdoc).
Hugo Herbelin
2020-04-02
Remove Chapter command.
Théo Zimmermann
2020-03-31
Merge PR #11668: Helping issue #11659 by leaving only the Cast hack in the gr...
Maxime Dénès
2020-03-28
Remove SearchAbout command, deprecated in 8.5
Jim Fehrle
2020-03-27
Helping issue #11659 by leaving only the Cast hack in the grammar.
Hugo Herbelin
2020-03-19
Make Cumulative, NonCumulative and Private attributes.
Théo Zimmermann
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-04
Experimenting using a record for decl_notation.
Hugo Herbelin
2020-03-04
Adding support for an "only parsing" modifier in "where"-based notations.
Hugo Herbelin
2020-03-03
[vernac] Use a record for VernacAddLoadPath
Emilio Jesus Gallego Arias
2020-03-03
[loadpath] Rework and simplify ML loadpath handling
Emilio Jesus Gallego Arias
2020-03-01
Refactor lookaheads using DSL
Maxime Dénès
2020-02-23
Fix #11654: syntax of inductive declaration.
Théo Zimmermann
2020-02-19
Merge PR #11636: Revert buggy commit mistakenly pushed with #11530
Emilio Jesus Gallego Arias
2020-02-19
Merge PR #11600: New syntax [Inductive Acc A R | x : Prop := ...]
Emilio Jesus Gallego Arias
2020-02-19
Revert "Granting #9516 and #9518 (support for numerals and strings in custom ...
Hugo Herbelin
2020-02-17
New syntax [Inductive Acc A R | x : Prop := ...]
Gaëtan Gilbert
2020-02-16
Granting #9516 and #9518 (support for numerals and strings in custom entries).
Hugo Herbelin
2020-02-16
Mini-factorization in vernac grammar.
Hugo Herbelin
2020-02-15
Reorganize type "production_level" along a more intuitive structure.
Hugo Herbelin
2020-02-13
Don't duplicate the inductive keyword for each block elt when parsing
Gaëtan Gilbert
2020-02-04
Add syntax for non maximally inserted implicit arguments
SimonBoulier
2020-01-09
Merge PR #11164: [CS] allow Let variable to be canonical
Pierre-Marie Pédrot
2019-12-28
Extend `Print Canonical Projections` with a search functionality
Kazuhiko Sakaguchi
2019-12-24
[Attributes] accept #[canonical] (Let|Definition)
Enrico Tassi
2019-12-02
Remove deprecated compat modifier of Notation / Infix commands.
Théo Zimmermann
2019-11-30
Actually deprecate `SearchAbout`
Maxime Dénès
2019-11-27
Remove deprecated commands `AddPath`, `AddRecPath` and `DelPath`
Maxime Dénès
2019-11-27
[release] Update files for 8.12 release per release process.
Emilio Jesus Gallego Arias
2019-11-25
Merge PR #11146: Combine similar arguments when printing Arguments command
Hugo Herbelin
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-20
make VernacArguments closer to user syntax
Gaëtan Gilbert
2019-11-19
G_constr: Renaming record_fields_instance -> fields_def.
Hugo Herbelin
2019-11-19
Grammar: mini-factorization between fix/cofix and Fixpoint/CoFixpoint.
Hugo Herbelin
2019-11-15
Merge PR #11079: Rename non-unique local nonterminals
Hugo Herbelin
2019-11-14
Rename non-unique local nonterminals
Jim Fehrle
2019-11-11
Run update-compat script with --release option.
Théo Zimmermann
2019-11-01
Add "==", "<", "<=" in PrimFloat.v
Erik Martin-Dorel
2019-11-01
Add next_{up,down} primitive float functions
Pierre Roux
[next]