index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2017-07-31
Merge PR #761: deprecate Pp.std_ppcmds type and promote Pp.t instead
Maxime Dénès
2017-07-27
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-07-26
Removing template polymorphism for definitions.
Pierre-Marie Pédrot
2017-07-26
Avoiding a variable shadowing in the kernel.
Pierre-Marie Pédrot
2017-07-26
Statically ensuring that inlined entries out of the kernel have no effects.
Pierre-Marie Pédrot
2017-07-26
Further simplication: do not recreate entries for side-effects.
Pierre-Marie Pédrot
2017-07-26
Remove a horrendous hack in Declare to retrieve exported side-effects.
Pierre-Marie Pédrot
2017-07-26
More precise type of entries capturing their lack of side-effects.
Pierre-Marie Pédrot
2017-07-26
Using a record type for Cooking.result.
Pierre-Marie Pédrot
2017-07-26
More precise type for universe entries.
Pierre-Marie Pédrot
2017-07-25
[api] Remove type equalities from API.
Emilio Jesus Gallego Arias
2017-07-25
[api] Put modules in order in API.{mli,ml}
Emilio Jesus Gallego Arias
2017-07-17
Merge PR #783: Remove some useless code in Term_typing
Maxime Dénès
2017-07-13
The only abstraction-breaking function in Univ is now AUContext.instance.
Pierre-Marie Pédrot
2017-07-12
Adding a comment regarding De Bruijn universe indices in the kernel.
Pierre-Marie Pédrot
2017-07-11
Moving the last bits of abtraction-breaking code out of the kernel.
Pierre-Marie Pédrot
2017-07-11
Fix nonsensical universe abstraction in the kernel.
Pierre-Marie Pédrot
2017-07-11
Properly handling polymorphic inductive subtyping in the kernel.
Pierre-Marie Pédrot
2017-07-11
Cleaning up the implementation of module subtyping in the kernel.
Pierre-Marie Pédrot
2017-07-11
Safe API for accessing universe constraints of global references.
Pierre-Marie Pédrot
2017-07-11
Less footguns in universe handling: remove subst_instance_context.
Pierre-Marie Pédrot
2017-07-11
Asserting that monomorphic section variables have no abstracted context.
Pierre-Marie Pédrot
2017-07-11
Getting rid of simple calls to AUContext.instance.
Pierre-Marie Pédrot
2017-07-10
Removing a redundant universe instance information in native compute.
Pierre-Marie Pédrot
2017-07-06
Merge PR #853: Clean 'with Definition' implementation.
Maxime Dénès
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
Removing dead code in Subtyping.
Pierre-Marie Pédrot
2017-07-03
Removing a few suspicious functions from the kernel.
Pierre-Marie Pédrot
2017-07-03
Do not add original constraints to the environment in 'with Definition' check.
Pierre-Marie Pédrot
2017-06-16
Fix a bug in cumulativity
Amin Timany
2017-06-16
A short cleanup
Amin Timany
2017-06-16
use map_constr more efficiently
Amin Timany
2017-06-16
Optimization
Amin Timany
2017-06-16
Use a smart map_constr
Amin Timany
2017-06-16
Clean up universes of constants and inductives
Amin Timany
2017-06-16
Move univops from kernel to library
Amin Timany
2017-06-16
Simplify Univ.ml
Amin Timany
2017-06-16
Disable debug printing
Amin Timany
2017-06-16
Fix bugs and add an option for cumulativity
Amin Timany
2017-06-16
Fix bugs
Amin Timany
2017-06-16
Squashed commit of the following:
Amin Timany
2017-06-16
Fix cum/conv for inductive types
Amin Timany
2017-06-16
Use inductive subtyping for conv/cumul
Amin Timany
2017-06-16
Add subtyping inference for inductive types
Amin Timany
2017-06-16
Correct subtyping check for constructors
Amin Timany
2017-06-16
Fix typo in error message
Amin Timany
2017-06-16
Check subtyping of inductive types in Kernel
Amin Timany
2017-06-16
Using UInfoInd for universes in inductive types
Amin Timany
2017-06-16
New datastructure for universes of inductive types
Amin Timany
2017-06-16
Extend definition of inductives to include subtyping info
Amin Timany
[next]