index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
abstract.ml
Age
Commit message (
Expand
)
Author
2019-10-30
Merge PR #10981: [abstract] Remove un-unused reference to `evar_map`
Pierre-Marie Pédrot
2019-10-29
[abstract] Remove un-unused reference to `evar_map`
Emilio Jesus Gallego Arias
2019-10-29
[declare] Make `proof_entry` a private type.
Emilio Jesus Gallego Arias
2019-10-16
Split the function used to declare side-effects from the standard one.
Pierre-Marie Pédrot
2019-08-27
[declare] Move proof_entry type to declare, put interactive proof data on top...
Emilio Jesus Gallego Arias
2019-07-01
[declare] Separate kinds from entries in constant declaration
Emilio Jesus Gallego Arias
2019-07-01
[api] Refactor most of `Decl_kinds`
Emilio Jesus Gallego Arias
2019-06-25
Remove the internal_flag argument from Declare API.
Pierre-Marie Pédrot
2019-06-24
[api] Move `locality` from `library` to `vernac`.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] [proof] Split proof kinds into per-layer components.
Emilio Jesus Gallego Arias
2019-06-24
[proof] Remove duplicated universe polymorphic from decl_kinds
Emilio Jesus Gallego Arias
2019-06-24
Duplicate the type of constant entries in Proof_global.
Pierre-Marie Pédrot
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-11
Move the side-effect role out of Entries into Evd.
Pierre-Marie Pédrot
2019-06-11
Remove the side-effect role from the kernel.
Pierre-Marie Pédrot
2019-06-08
Cleaning the status of Local Definition and similar.
Hugo Herbelin
2019-05-24
Fixing typos
JPR
2019-05-23
Fixing typos - Part 3
JPR
2019-05-19
Merge the definition of constants and private constants in the API.
Pierre-Marie Pédrot
2019-05-15
Simplify the private constant API.
Pierre-Marie Pédrot
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-12
[tactics] Remove dependency of abstract on global proof state.
Emilio Jesus Gallego Arias
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-11-09
Adding universe names to polymorphic entry instances.
Pierre-Marie Pédrot
2018-10-30
Move abstract out of tactics.ml
Gaëtan Gilbert