index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stm
/
vernac_classifier.ml
Age
Commit message (
Expand
)
Author
2021-01-27
[vernac] move vernac_classifier to vernac
Enrico Tassi
2020-10-16
Fixes/enhancements with local definitions in records.
Hugo Herbelin
2020-10-09
[stm] move par: implementation to vernac/comTactic and stm/partac
Enrico Tassi
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-06-26
[declare] [api] Removal of duplicated type aliases.
Emilio Jesus Gallego Arias
2020-04-15
[proof] Merge `Proof_global` into `Declare`
Emilio Jesus Gallego Arias
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-02-13
Don't duplicate the inductive keyword for each block elt when parsing
Gaëtan Gilbert
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-13
Return of Refine Instance as an attribute.
Gaëtan Gilbert
2019-10-07
[vernac] Split vernacular translation and interpretation.
Emilio Jesus Gallego Arias
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-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-06-11
STM: encode in static types that vernac_when is only used when VtSideff
Gaëtan Gilbert
2019-05-21
Remove undocumented Instance : ! syntax
Gaëtan Gilbert
2019-05-20
Remove VtUnknown classification
Maxime Dénès
2019-05-07
[Record] Une a record to gather field declaration attributes
Vincent Laporte
2019-04-25
[vernac] [ast] Make location info an attribute of vernaculars.
Emilio Jesus Gallego Arias
2019-04-12
Unify Set and Unset handling for options
Gaëtan Gilbert
2019-03-30
[vernac] Small cleanup to remove assert false.
Emilio Jesus Gallego Arias
2019-02-05
Make Program a regular attribute
Maxime Dénès
2019-02-04
Primitive integers
Maxime Dénès
2019-01-28
[vernac] Fix classification of `Declare Custom Entry`
Emilio Jesus Gallego Arias
2019-01-24
[STM] explicit handling of parsing states
Enrico Tassi
2019-01-22
Distinguish ASTs for Instance and Declare Instance
Maxime Dénès
2019-01-22
VernacDeclareClass -> VernacExistingClass
Maxime Dénès
2019-01-22
VernacDeclareInstances -> VernacExistingInstance
Maxime Dénès
2019-01-11
Fix vernac classification of `Fail Instance`
Maxime Dénès
2018-12-17
Fix classification of Set Default Proof Mode.
Gaëtan Gilbert
2018-11-23
change vernac_qed_type to have [VtKeep of vernac_keep_as]
Gaëtan Gilbert
2018-11-23
Local universes for opaque polymorphic constants.
Gaëtan Gilbert
2018-11-17
[vernacextend] Consolidate extension points API
Emilio Jesus Gallego Arias
2018-11-13
[vernac] Rename Vernacinterp to Vernacextend and move extension functions there.
Emilio Jesus Gallego Arias
2018-11-02
Universe Polymorphism is a normal attribute modulo the stm (no Flags)
Gaëtan Gilbert
2018-11-02
Make attributes more general to make defining #[universes(...)] easy
Gaëtan Gilbert
2018-11-02
Command driven attributes.
Gaëtan Gilbert
2018-11-02
{Vernacentries -> Attributes}.attributes_of_flags
Gaëtan Gilbert
2018-11-02
Move attributes out of vernacinterp to new attributes module
Gaëtan Gilbert
2018-09-10
Adding a command "Declare Scope" and deprecating scope implicit declaration.
Hugo Herbelin
2018-07-29
Classify "Declare Custom" as VtNow for the stm.
Hugo Herbelin
2018-07-29
Adding support for custom entries in notations.
Hugo Herbelin
2018-07-12
Export a wrapper simplifying the registration of vernacular commands.
Pierre-Marie Pédrot
2018-07-03
[vernac] mk_atts: an atts record with default values
Vincent Laporte
2018-07-03
[vernac] attribute_of_flags
Vincent Laporte
2018-05-17
[STM] Nested Proofs Allowed has to be executed immediately
Enrico Tassi
[next]