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
*
Correct some spelling errors
master
Benjamin Barenblat
2018-07-22
*
Merge PR #8055: Fast accumulator check in native compilation
Maxime Dénès
2018-07-17
|
\
*
|
[ltac] Remove unused functions / constructors.
Emilio Jesus Gallego Arias
2018-07-14
|
*
Generate type-specific code for is_accu in native compilation of fixpoints.
Pierre-Marie Pédrot
2018-07-13
|
*
Store the {struct} inductive type in native fixpoint AST.
Pierre-Marie Pédrot
2018-07-13
|
*
Pass a proper environment to Nativelambda.lambda_of_constr.
Pierre-Marie Pédrot
2018-07-13
|
/
*
Term_typing: remove unused argument to internal function.
Gaëtan Gilbert
2018-07-03
*
Cooking.cook_constant: remove unused env argument.
Gaëtan Gilbert
2018-07-03
*
Indtypes: remove unused is_unit.
Gaëtan Gilbert
2018-07-03
*
Subtyping.check_constant: remove unused module path argument.
Gaëtan Gilbert
2018-07-03
*
Inductive.extract_stack,filter_stack_domain: remove unused arguments
Gaëtan Gilbert
2018-07-03
*
Nativecode compile_mind, compile_mind_field: remove unused arguments
Gaëtan Gilbert
2018-07-03
*
Nativecode.pp_mllam internal pp_letrec: remove unused argument.
Gaëtan Gilbert
2018-07-03
*
Modops.add_retroknowledge: remove unused argument.
Gaëtan Gilbert
2018-07-03
*
Merge PR #7080: Swapping Context and Constr and defining declarations on cons...
Maxime Dénès
2018-06-29
|
\
*
|
Deprecate Environ.retroknowledge function in favor of the projection
Gaëtan Gilbert
2018-06-28
*
|
[env.env_rel_context.env_rel_ctx] -> [rel_context env]
Gaëtan Gilbert
2018-06-28
*
|
Make Environ.globals abstract.
Gaëtan Gilbert
2018-06-28
*
|
Merge PR #7768: Fix #7723 (vm_compute segfault and proof of false)
Pierre-Marie Pédrot
2018-06-27
|
\
\
|
|
*
Swapping Context and Constr: defining declarations on constr in Constr.
Hugo Herbelin
2018-06-27
|
|
/
|
/
|
*
|
Merge PR #7863: Remove Sorts.contents
Pierre-Marie Pédrot
2018-06-27
|
\
\
|
|
*
Test file for #7723
Maxime Dénès
2018-06-27
|
|
*
Fix #7723: vm_compute segfaults with universe polymorphism
Maxime Dénès
2018-06-27
|
|
/
|
/
|
*
|
Merge PR #7919: Fix equality check on global names from native compute.
Maxime Dénès
2018-06-26
|
\
\
|
|
*
Remove Sorts.contents
Gaëtan Gilbert
2018-06-26
|
|
/
|
/
|
*
|
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-25
|
|
/
|
/
|
*
|
Merge PR #7772: [native_compute] Delay computations with toplevel match
Pierre-Marie Pédrot
2018-06-24
|
\
\
*
\
\
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-23
|
\
\
\
\
*
\
\
\
\
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-22
|
|
|
|
|
*
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-19
|
\
\
\
\
\
|
*
|
|
|
|
Remove Canary.
whitequark
2018-06-18
*
|
|
|
|
|
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-17
|
\
\
\
\
\
*
\
\
\
\
\
Merge PR #7677: [api] Remove Misctypes
Pierre-Marie Pédrot
2018-06-13
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[api] Misctypes removal: miscellaneous aliases.
Emilio Jesus Gallego Arias
2018-06-12
*
|
|
|
|
|
|
[VM] Rename reloc -> cenv
Maxime Dénès
2018-06-12
|
/
/
/
/
/
/
|
|
|
*
/
/
Simplify the cooking of primitive projections.
Pierre-Marie Pédrot
2018-06-11
|
|
_
|
/
/
/
|
/
|
|
|
|
[next]