index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
vernacentries.ml
Age
Commit message (
Expand
)
Author
2020-07-03
Merge PR #10390: UIP in SProp
Maxime Dénès
2020-07-01
[state] Consolidate state handling in Vernacstate
Emilio Jesus Gallego Arias
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-06-30
[declaremods] Remove abstraction of imperative module operations
Emilio Jesus Gallego Arias
2020-06-26
[recLemmas] Nit on naming consistency.
Emilio Jesus Gallego Arias
2020-06-26
[declare] Return list of declared global in Proof.save
Emilio Jesus Gallego Arias
2020-06-26
[declare] Merge remaining obligations bits into Declare
Emilio Jesus Gallego Arias
2020-06-26
[declare] Improve organization of proof/constant information.
Emilio Jesus Gallego Arias
2020-06-26
[vernac] Nit refatoring on lemma command interpretation
Emilio Jesus Gallego Arias
2020-06-26
[declare] Use Recthm.t in mutual analysis functions
Emilio Jesus Gallego Arias
2020-06-26
[declare] Refactor analysis and construction of mutual lemmas
Emilio Jesus Gallego Arias
2020-06-26
[declare] Reify Proof.t API into the Proof module.
Emilio Jesus Gallego Arias
2020-06-26
[declare] [api] Removal of duplicated type aliases.
Emilio Jesus Gallego Arias
2020-06-26
[declare] Refactor constant information into a record.
Emilio Jesus Gallego Arias
2020-06-26
[declare] Remove mutual internals from Info.t structure.
Emilio Jesus Gallego Arias
2020-06-26
[declare] Move proof information to declare.
Emilio Jesus Gallego Arias
2020-05-29
Require in Section: warning is now about fragility not deprecation.
Gaëtan Gilbert
2020-05-18
[declare] Merge `DeclareObl` into `Declare`
Emilio Jesus Gallego Arias
2020-05-18
[obligations] Pre-functionalize Program state
Emilio Jesus Gallego Arias
2020-05-15
Moving interpretation of Search commands to their own file: comSearch.ml.
Hugo Herbelin
2020-05-15
Cleaning the use of pstate and evar_map in Search.
Hugo Herbelin
2020-05-15
Search: Displaying the "use About" notice only when really needed.
Hugo Herbelin
2020-05-15
Addressing a suggestion from Théo Zimmermann.
Hugo Herbelin
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-14
Merge PR #12256: Move the static check of evaluability in unfold tactic to ru...
Hugo Herbelin
2020-05-14
Generalize the interpretation of syntactic notation as reference to their head.
Pierre-Marie Pédrot
2020-05-14
Fixes #12234 (wrong environment for Show Proof).
Hugo Herbelin
2020-05-07
[declare] Merge DeclareDef into Declare
Emilio Jesus Gallego Arias
2020-05-03
[funind] Remove use of low-level entries in scheme generation.
Emilio Jesus Gallego Arias
2020-04-23
Merge PR #12130: [declare] [tactics] Move declare to `vernac`
Pierre-Marie Pédrot
2020-04-23
Merge PR #12034: Make cumulative sprop a typing flag, deprecate command line...
Pierre-Marie Pédrot
2020-04-21
[declare] [tactics] Move declare to `vernac`
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-20
Use polymorphic record for Vernacentries.iter_table
Gaëtan Gilbert
2020-04-20
Improve undeclared key messages.
Théo Zimmermann
2020-04-16
Make cumulative sprop a typing flag, deprecate command line -sprop-cumulative
Gaëtan Gilbert
2020-04-15
[declare] Rename `Declare.t` to `Declare.Proof.t`
Emilio Jesus Gallego Arias
2020-04-15
[proof] Move functions related to `Proof.t` to `Proof`
Emilio Jesus Gallego Arias
2020-04-15
[proof] Merge `Proof_global` into `Declare`
Emilio Jesus Gallego Arias
2020-04-15
[proof] Move proof_global functionality to Proof_global from Pfedit
Emilio Jesus Gallego Arias
2020-04-13
Partial import inductive(..)
Gaëtan Gilbert
2020-04-13
syntax for import filters
Gaëtan Gilbert
2020-04-13
pass filters around
Gaëtan Gilbert
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-03-31
Remove special case for implicit inductive parameters
Maxime Dénès
2020-03-30
[ComDefinition] Split program from regular declarations
Emilio Jesus Gallego Arias
2020-03-30
[lemma] Remove special case for first constant in mutual definition save path.
Emilio Jesus Gallego Arias
2020-03-28
Remove SearchAbout command, deprecated in 8.5
Jim Fehrle
[next]