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
2018-06-26
Merge PR #7919: Fix equality check on global names from native compute.
Maxime Dénès
2018-06-25
Merge PR #7798: Remove hack skipping comparison of algebraic universes in sub...
Matthieu Sozeau
2018-06-25
Fix equality check on global names from native compute.
Pierre-Marie Pédrot
2018-06-24
Merge PR #7772: [native_compute] Delay computations with toplevel match
Pierre-Marie Pédrot
2018-06-23
Merge PR #7614: Simplify the code that handles trust of side-effects in kerne...
Maxime Dénès
2018-06-23
Adapt the kernel to generate proper data for mutual records.
Pierre-Marie Pédrot
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-23
Merge PR #7715: Simplify the cooking of primitive projections.
Maxime Dénès
2018-06-22
Merge PR #7600: Faster and cleaner fconstr-to-constr conversion function.
Maxime Dénès
2018-06-22
Remove hack skipping comparison of algebraic universes in subtyping.
Gaëtan Gilbert
2018-06-22
Define and use UGraph.enforce_leq_alg for subtyping inference
Gaëtan Gilbert
2018-06-19
Fix Univ.enforce_leq dropped constraints when algebraic on the right
Gaëtan Gilbert
2018-06-19
Merge PR #7841: Remove Canary
Pierre-Marie Pédrot
2018-06-18
Remove Canary.
whitequark
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
Remove special declaration of primitive projections in 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-17
Faster and cleaner fconstr-to-constr conversion function.
Pierre-Marie Pédrot
2018-06-17
Merge PR #7635: Define rec_declaration in terms of prec_declaration.
Maxime Dénès
2018-06-17
Merge PR #7616: Fix #7615: Functor inlining drops universe substitution.
Maxime Dénès
2018-06-13
Merge PR #7677: [api] Remove Misctypes
Pierre-Marie Pédrot
2018-06-12
[api] Misctypes removal: miscellaneous aliases.
Emilio Jesus Gallego Arias
2018-06-12
[VM] Rename reloc -> cenv
Maxime Dénès
2018-06-11
Simplify the cooking of primitive projections.
Pierre-Marie Pédrot
2018-06-11
[native_compute] Delay computations with toplevel match
Maxime Dénès
2018-06-10
[VM] Remove projection names from structured constants.
Maxime Dénès
2018-06-07
Fix #7615: Functor inlining drops universe substitution.
Pierre-Marie Pédrot
2018-06-05
Define rec_declaration in terms of prec_declaration.
SimonBoulier
2018-06-05
More straightforward native compilation of primitive projections.
Pierre-Marie Pédrot
2018-06-05
Use projection indices in native compilation rather than constant names.
Pierre-Marie Pédrot
2018-06-05
Merge PR #7643: Fix #7631: native_compute fails to compile an example in Coq 8.8
Pierre-Marie Pédrot
2018-06-05
Merge PR #7646: Fix #4714: Stack overflow with native compute
Pierre-Marie Pédrot
2018-06-05
Merge PR #7495: Fix restrict_universe_context
Matthieu Sozeau
2018-06-04
Fix #7631: native_compute fails to compile an example in Coq 8.8
Maxime Dénès
2018-06-04
Merge PR #7418: Actually take advantage of the normalization status of kernel...
Maxime Dénès
2018-06-04
Merge PR #7496: Fix #4403: insufficient handling of type-in-type in kernel.
Maxime Dénès
2018-06-01
Merge PR #7234: Reduce circular dependency constants <-> projections
Maxime Dénès
2018-05-31
Fix #4714: Stack overflow with native compute
Maxime Dénès
2018-05-31
Reduce circular dependency constants <-> projections
Gaëtan Gilbert
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-30
[api] Remove deprecated aliases from `Names`.
Emilio Jesus Gallego Arias
2018-05-30
[api] Reintroduce `Names.global_reference` alias
Emilio Jesus Gallego Arias
2018-05-30
Fix restrict_universe_context
Gaëtan Gilbert
2018-05-28
Fix #7333: vm_compute segfaults / Anomaly with cofix
Maxime Dénès
2018-05-28
Unify pre_env and env
Maxime Dénès
2018-05-28
Remove vm_conv hook and reorganize kernel files
Maxime Dénès
2018-05-28
Make some comments more precise about compilation of cofixpoints
Maxime Dénès
2018-05-28
Less confusing debug printing of setfield bytecode instruction
Maxime Dénès
[next]