index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
declarations.ml
Age
Commit message (
Expand
)
Author
2019-05-19
Parameterize the constant_body type by opaque subproofs.
Pierre-Marie Pédrot
2019-05-19
Make the type of constant bodies parametric on opaque proofs.
Pierre-Marie Pédrot
2019-03-14
Repair relevance marks in-kernel.
Gaëtan Gilbert
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-02-28
Constructor type information uses the expanded form.
Pierre-Marie Pédrot
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2018-11-27
Merge PR #8850: Private universes for opaque polymorphic constants.
Matthieu Sozeau
2018-11-26
Put -indices-matter in typing_flags
Gaëtan Gilbert
2018-11-23
Local universes for opaque polymorphic constants.
Gaëtan Gilbert
2018-11-05
Pass native and VM flags to the kernel through environment
Maxime Dénès
2018-09-17
[VM] Move structured_constant to Vmvalues
Maxime Dénès
2018-07-26
Turn the kernel reduction sharing flag into an argument passed in the cache.
Pierre-Marie Pédrot
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-06-27
Swapping Context and Constr: defining declarations on constr in Constr.
Hugo Herbelin
2018-06-23
Using more general information for primitive records.
Pierre-Marie Pédrot
2018-06-23
Change the proj_ind field from MutInd.t to inductive.
Pierre-Marie Pédrot
2018-06-17
Remove the proj_body field from the kernel.
Pierre-Marie Pédrot
2018-06-17
Remove the proj_eta field of the kernel.
Pierre-Marie Pédrot
2018-06-17
Getting rid of the const_proj field in the kernel.
Pierre-Marie Pédrot
2018-06-05
Use projection indices in native compilation rather than constant names.
Pierre-Marie Pédrot
2018-05-31
Reduce circular dependency constants <-> projections
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-16
Extrude monomorphic universe contexts from with Definition constraints.
Pierre-Marie Pédrot
2018-01-14
Store the conversion oracle in constant and inductive definitions.
Pierre-Marie Pédrot
2017-12-10
[api] Remove kernel dependency on intf (Decl_kind)
Emilio Jesus Gallego Arias
2017-11-24
When declaring constants/inductives use ContextSet if monomorphic.
Gaëtan Gilbert
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-08-29
Statically enforcing that module types have no retroknowledge.
Pierre-Marie Pédrot
2017-08-29
Separating the module_type and module_body types by using a type parameter.
Pierre-Marie Pédrot
2017-07-26
Removing template polymorphism for definitions.
Pierre-Marie Pédrot
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-16
A short cleanup
Amin Timany
2017-06-16
Clean up universes of constants and inductives
Amin Timany
2017-06-16
Fix bugs and add an option for cumulativity
Amin Timany
2017-06-16
Using UInfoInd for universes in inductive types
Amin Timany
2017-06-16
Extend definition of inductives to include subtyping info
Amin Timany
2017-06-07
Put all plugins behind an "API".
Matej Kosik
2013-02-26
kernel/declarations becomes a pure mli
letouzey
2013-01-22
New implementation of the conversion test, using normalization by evaluation to
mdenes
2012-12-18
Modulification of name
ppedrot
2012-12-18
Modulification of mod_bound_id
ppedrot
2012-12-18
Modulification of Label
ppedrot
2012-12-14
Modulification of identifier
ppedrot
2012-11-22
Monomorphization (kernel)
ppedrot
2012-11-13
More monomorphizations
ppedrot
2012-09-14
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot
2012-09-14
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-14
This patch removes unused "open" (automatically generated from
regisgia
[next]