index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
vernacexpr.ml
Age
Commit message (
Expand
)
Author
2021-04-07
[abbreviation] allow the user to set arguments scope
Enrico Tassi
2021-01-25
Remove the SearchHead command
Jim Fehrle
2020-11-25
Separate interning and pretyping of universes
Gaëtan Gilbert
2020-11-25
Reserve "sort_expr" for uninterned universes
Gaëtan Gilbert
2020-11-16
Syntax for specifying cumulative inductives
Gaëtan Gilbert
2020-10-16
Fixes/enhancements with local definitions in records.
Hugo Herbelin
2020-10-06
Define a new type instance_flag instead of using [unit option]
Gaëtan Gilbert
2020-09-30
Remove the forward class hint feature.
Pierre-Marie Pédrot
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-03
Fix #11121: Simultaneous definition of term and notation in custom grammar
Maxime Dénès
2020-05-15
Search: new clauses for searching head, conclusion, kind...
Hugo Herbelin
2020-05-15
Renaming search_about_item into search_item.
Hugo Herbelin
2020-05-07
[declare] Merge DeclareDef into Declare
Emilio Jesus Gallego Arias
2020-04-21
[hints] Move and split Hint Declaration AST to vernac
Emilio Jesus Gallego Arias
2020-04-20
Move new iter_table function to Goptions.
Théo Zimmermann
2020-04-15
[proof] Merge `Proof_global` into `Declare`
Emilio Jesus Gallego Arias
2020-04-13
Partial import inductive(..)
Gaëtan Gilbert
2020-04-13
syntax for import filters
Gaëtan Gilbert
2020-03-28
Remove SearchAbout command, deprecated in 8.5
Jim Fehrle
2020-03-19
Interpret the Export modifier of Set and Unset as an attribute.
Théo Zimmermann
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-02-19
Merge PR #11600: New syntax [Inductive Acc A R | x : Prop := ...]
Emilio Jesus Gallego Arias
2020-02-17
New syntax [Inductive Acc A R | x : Prop := ...]
Gaëtan Gilbert
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
2019-12-28
Extend `Print Canonical Projections` with a search functionality
Kazuhiko Sakaguchi
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-20
make VernacArguments closer to user syntax
Gaëtan Gilbert
2019-10-31
Move Arguments implementation to its own file (from vernacentries)
Gaëtan Gilbert
2019-08-23
Merge PR #10665: [api] Move handling of variable implicit data to impargs
Gaëtan Gilbert
2019-08-20
Merge PR #10291: Controlling typing flags with commands (no attribute)
Gaëtan Gilbert
2019-08-19
[api] Move handling of variable implicit data to impargs
Emilio Jesus Gallego Arias
2019-08-16
Add [Print Typing Flags] command.
SimonBoulier
2019-08-14
[vernac] Refactor Vernacular Control Attributes into a list
Emilio Jesus Gallego Arias
2019-07-25
Remove deprecated `Backtrack` command
Maxime Dénès
2019-07-23
[vernacexpr] Remove duplicate fixpoint record.
Emilio Jesus Gallego Arias
2019-07-23
[vernacexpr] Refactor fixpoint AST.
Emilio Jesus Gallego Arias
2019-07-01
[api] Reduce declare_kinds even more.
Emilio Jesus Gallego Arias
2019-07-01
[api] Refactor most of `Decl_kinds`
Emilio Jesus Gallego Arias
2019-06-24
[api] [proof] Move `discharge` type to vernac_ast where it is used.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-31
Remove Show Script (deprecated in 8.10)
Gaëtan Gilbert
2019-05-28
[elaboration] Bidirectionality hints
Maxime Dénès
[next]