index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
*
Merge PR #7176: Fix #6956: Uncaught exception in bytecode compilation
Pierre-Marie Pédrot
2018-04-09
|
\
|
*
Fix #6956: Uncaught exception in bytecode compilation
Maxime Dénès
2018-04-06
*
|
Expliciting and taking advantage of a representation invariant in Esubst.
Pierre-Marie Pédrot
2018-03-27
|
/
*
Fix expected number of arguments for cumulative constructors.
Gaëtan Gilbert
2018-03-09
*
Merge PR #6775: Allow using cumulativity without forcing strict constraints.
Maxime Dénès
2018-03-09
|
\
*
\
Merge PR #6769: Split closure cache and remove whd_both
Maxime Dénès
2018-03-09
|
\
\
|
|
*
Cumulativity: improve treatment of irrelevant universes.
Gaëtan Gilbert
2018-03-09
|
|
*
Allow using cumulativity without forcing strict constraints.
Gaëtan Gilbert
2018-03-09
|
|
/
|
/
|
*
|
Merge PR #6747: Relax conversion of constructors according to the pCuIC model
Maxime Dénès
2018-03-09
|
\
\
*
\
\
Merge PR #407: Fix SR breakage due to allowing fixpoints on non-rec values
Maxime Dénès
2018-03-09
|
\
\
\
|
*
|
|
Fix SR breakage due to allowing fixpoints on non-rec values
Matthieu Sozeau
2018-03-08
|
|
*
|
Relax conversion of constructors according to the pCuIC model
Matthieu Sozeau
2018-03-08
|
|
/
/
|
/
|
|
*
|
|
Add empty description for @raise statements to satisfy ocamldoc
mrmr1993
2018-03-05
*
|
|
Replace invalid tag @raises in ocamldoc comments with @raise
mrmr1993
2018-03-05
*
|
|
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-05
|
\
\
\
*
\
\
\
Merge PR #935: Handling evars in the VM
Maxime Dénès
2018-03-04
|
\
\
\
\
*
\
\
\
\
Merge PR #6876: Unify Const_sorts and Const_type, and remove Vsort
Maxime Dénès
2018-03-04
|
\
\
\
\
\
|
|
|
|
|
*
Remove whd_both from the kernel.
Pierre-Marie Pédrot
2018-03-04
|
|
|
|
|
*
Pass the constant cache as a separate argument in kernel reduction.
Pierre-Marie Pédrot
2018-03-04
|
|
*
|
|
|
Handling evars in the VM.
Pierre-Marie Pédrot
2018-03-03
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
/
|
|
[VM] Unify Const_sorts and Const_type, and remove Vsort.
Maxime Dénès
2018-03-02
|
|
/
/
/
*
/
/
/
Fix #6878: univ undefined for [with Definition] bad instance size.
Gaëtan Gilbert
2018-03-01
|
/
/
/
*
|
|
Merge PR #6734: dest_{prod,lam}: no Cast case (it's removed by whd)
Maxime Dénès
2018-02-28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
|
|
/
|
/
|
*
|
Merge PR #6784: New IR in VM: Clambda
Maxime Dénès
2018-02-24
|
\
\
|
*
|
New IR in VM: Clambda.
Maxime Dénès
2018-02-23
|
*
|
Fix map iterator on nativelambda.
Maxime Dénès
2018-02-23
*
|
|
Merge PR #6740: Adding a sanity check on inductive variance subtyping.
Maxime Dénès
2018-02-21
|
\
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge PR #6728: Extrude monomorphic universe contexts from with Definition co...
Maxime Dénès
2018-02-19
|
\
\
\
|
*
|
|
Extrude monomorphic universe contexts from with Definition constraints.
Pierre-Marie Pédrot
2018-02-16
|
|
*
|
Adding a sanity check on inductive variance subtyping.
Pierre-Marie Pédrot
2018-02-15
|
|
/
/
*
|
|
Factorize the relocations in the on-disk VM representation.
Pierre-Marie Pédrot
2018-02-14
*
|
|
Use a more compact representation for bytecode relocations stored on disk.
Pierre-Marie Pédrot
2018-02-14
*
|
|
Do not use global variables for VM bytecode compilation in Cemitcodes.
Pierre-Marie Pédrot
2018-02-14
*
|
|
Remove the unsafe bytes conversion function in Cemitcodes.
Pierre-Marie Pédrot
2018-02-14
*
|
|
Move the call to the computation of bytecode inside Cemitcodes.
Pierre-Marie Pédrot
2018-02-14
*
|
|
Abstract further the type of VM bytecode compilation.
Pierre-Marie Pédrot
2018-02-14
|
/
/
*
|
Merge PR #6713: Fix #6677: Critical bug with VM and universes
Maxime Dénès
2018-02-14
|
\
\
*
\
\
Merge PR #6702: [vernac] [minor] Move print effects to top-level caller.
Maxime Dénès
2018-02-13
|
\
\
\
*
\
\
\
Merge PR #1082: Fixing Print for inductive types with let-in in parameters
Maxime Dénès
2018-02-12
|
\
\
\
\
*
\
\
\
\
Merge PR #6128: Simplification: cumulativity information is variance informa...
Maxime Dénès
2018-02-12
|
\
\
\
\
\
*
\
\
\
\
\
Merge PR #6729: [nativecomp] Remove ad-hoc handling of Dynlink exception.
Maxime Dénès
2018-02-12
|
\
\
\
\
\
\
*
\
\
\
\
\
\
Merge PR #6674: Delay computation of lifts in the reduction machine.
Maxime Dénès
2018-02-12
|
\
\
\
\
\
\
\
|
|
|
|
|
|
*
|
Fix #6677: Critical bug with VM and universes
Maxime Dénès
2018-02-12
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
Universe instance printer: add optional variance argument.
Gaëtan Gilbert
2018-02-11
|
|
|
*
|
|
|
Use specialized function for inductive subtyping inference.
Gaëtan Gilbert
2018-02-11
|
|
|
|
|
|
*
dest_{prod,lam}: no Cast case (it's removed by whd)
Gaëtan Gilbert
2018-02-11
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
Simplification: cumulativity information is variance information.
Gaëtan Gilbert
2018-02-10
|
|
|
*
|
|
[get_cumulativity_constraints] allowing further code sharing.
Gaëtan Gilbert
2018-02-10
|
|
|
*
|
|
Factorize code for comparing maybe-cumulative inductives.
Gaëtan Gilbert
2018-02-10
[next]