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
2019-10-24
Raise an anomaly when looking up unknown constant/inductive
Gaëtan Gilbert
2019-10-23
Merge PR #10884: Last stop before CEP 40
Maxime Dénès
2019-10-19
universes_of_private: return set instead of list of sets
Gaëtan Gilbert
2019-10-18
Merge PR #10904: Fix a De Bruijn bug in the computation of term relevance in ...
Gaëtan Gilbert
2019-10-18
Merge PR #8228: (Partially) Revert "Make Environ.globals abstract."
Pierre-Marie Pédrot
2019-10-16
Ensure that side-effect declarations reaching the kernel are forced.
Pierre-Marie Pédrot
2019-10-16
Split the function used to declare side-effects from the standard one.
Pierre-Marie Pédrot
2019-10-16
Cleaning up the previous code by ensuring statically invariants on opaque pro...
Pierre-Marie Pédrot
2019-10-16
Make explicit the delayed computation of opaque bodies in Term_typing.
Pierre-Marie Pédrot
2019-10-16
Fix a De Bruijn bug in the computation of term relevance in the kernel.
Pierre-Marie Pédrot
2019-10-14
Use kernel info from Global for Lib.sections_{depth,are_opened}
Gaëtan Gilbert
2019-10-14
Remove [in_section] arguments to Safe_typing functions
Gaëtan Gilbert
2019-10-13
Merge PR #10670: ComAssumption cleanup
Pierre-Marie Pédrot
2019-10-12
Merge PR #10818: Merge Direct and Indirect nodes in Opaqueproof.
Maxime Dénès
2019-10-07
(Partially) Revert "Make Environ.globals abstract."
Emilio Jesus Gallego Arias
2019-10-05
Remove "is_polymorphic_univ" checks in upper layers.
Gaëtan Gilbert
2019-10-04
Merge Direct and Indirect nodes in Opaqueproof.
Pierre-Marie Pédrot
2019-10-04
Remove redundancy in section hypotheses of kernel entries.
Pierre-Marie Pédrot
2019-10-04
Merge PR #10798: Loosen restrictions on mixing universe mono/polymorphism in ...
Pierre-Marie Pédrot
2019-10-02
Merge PR #10768: [ci] Update to OCaml 4.09.0, drop now useless "trunk" jobs.
Gaëtan Gilbert
2019-10-02
Loosen restrictions on mixing universe mono/polymorphism in sections
Gaëtan Gilbert
2019-09-26
Move the declararation of delayed constraints out of add_constant_aux.
Pierre-Marie Pédrot
2019-09-26
Implement section discharging inside kernel.
Pierre-Marie Pédrot
2019-09-25
Clean up InferCumulativity after its move to the kernel.
Pierre-Marie Pédrot
2019-09-25
Move the Lib section data into the kernel.
Pierre-Marie Pédrot
2019-09-25
Move cumulativity inference to the kernel.
Pierre-Marie Pédrot
2019-09-25
Stub code for handling sections in kernel.
Pierre-Marie Pédrot
2019-09-19
[ocaml] Allow building with deprecated Obj primitives.
Emilio Jesus Gallego Arias
2019-09-02
Merge PR #9918: Fix #9294: critical bug with template polymorphism
Pierre-Marie Pédrot
2019-08-26
Make kernel parametric on the lowest universe and fix #9294
Matthieu Sozeau
2019-08-24
Simplify picking between uint63_63.ml and uint63_31.ml
Gaëtan Gilbert
2019-08-16
Fix typing_flags in the checker
SimonBoulier
2019-08-16
Set/Unset commands for typing flags
SimonBoulier
2019-08-16
Split the [check_guarded] typing_flag into [check_guarded] (for (co)fixpoints...
SimonBoulier
2019-08-02
Merge PR #10553: Use a more traditional definition for uint63_div21 (fixes #1...
Maxime Dénès
2019-07-30
Merge PR #10430: [Extraction] Add support for primitive integers
Maxime Dénès
2019-07-29
Use the precondition of diveucl_21 to avoid massaging the dividend.
Guillaume Melquiond
2019-07-29
Transpose the C code of uint63_div21 to the OCaml implementations.
Guillaume Melquiond
2019-07-29
Use a more traditional definition for uint63_div21 (fixes #10551).
Guillaume Melquiond
2019-07-25
Mark primitives integer as able to participate in reductions (fixes #10560).
Guillaume Melquiond
2019-07-22
[Int63] Implement all primitives in OCaml
Vincent Laporte
2019-07-16
Move unfold_side_flags CClosure -> Tacred internals
Gaëtan Gilbert
2019-07-11
Merge PR #10439: Uniform handling of side-effects for opaque definitions
Maxime Dénès
2019-07-08
Similar purity invariants in the kernel.
Pierre-Marie Pédrot
2019-07-08
[core] [api] Support OCaml 4.08
Emilio Jesus Gallego Arias
2019-07-04
Merge PR #10461: Simplify Declare.declare_variable
Emilio Jesus Gallego Arias
2019-07-04
Merge PR #10359: Remove dependency of native_compile on global env for symbols
Maxime Dénès
2019-07-03
Safe_typing.push_named_assum: don't take universes
Gaëtan Gilbert
2019-06-27
Kernel transparent definition entries have no body universes.
Gaëtan Gilbert
2019-06-26
Perform the opaque section variable inference outside of the kernel.
Pierre-Marie Pédrot
[next]