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-02
Merge PR #10768: [ci] Update to OCaml 4.09.0, drop now useless "trunk" jobs.
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
2019-06-26
Remove dead code for typing of section definitions in kernel.
Pierre-Marie Pédrot
2019-06-25
Merge PR #10284: Expose set interface to option tables
Pierre-Marie Pédrot
2019-06-24
Code simplification for definition_entry type.
Pierre-Marie Pédrot
2019-06-24
Remove the unused opaque_entry_inline_code field from opaque entries.
Pierre-Marie Pédrot
2019-06-24
Enforce that opaque entries carry their type.
Pierre-Marie Pédrot
2019-06-24
Dedicated type for opaque entries in the kernel.
Pierre-Marie Pédrot
2019-06-24
Enforce that transparent entries are forced beforehand.
Pierre-Marie Pédrot
2019-06-24
Take advantage of the change of entry representation to split opacity status.
Pierre-Marie Pédrot
2019-06-17
Merge PR #10362: Kernel-side delaying of polymorphic opaque constants
Gaëtan Gilbert
2019-06-17
Update headers of files that were stuck on older headers.
Théo Zimmermann
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-17
Clean up the code adding monomorphic global constraints in Safe_typing.
Pierre-Marie Pédrot
2019-06-17
Merge universe quantification and delayed constraints in opaque proofs.
Pierre-Marie Pédrot
2019-06-17
Allow to delay polymorphic opaque constants.
Pierre-Marie Pédrot
2019-06-12
Remove dependency of native_compile on global env for symbols
Gaëtan Gilbert
2019-06-11
Move the side-effect role out of Entries into Evd.
Pierre-Marie Pédrot
2019-06-11
Remove the side-effect role from the kernel.
Pierre-Marie Pédrot
2019-06-11
Move type definition Nativecode.symbols to Nativevalues
Gaëtan Gilbert
2019-06-07
Merge PR #10308: Merge the two sources of monomorphic constraints for side-ef...
Gaëtan Gilbert
2019-06-06
Merge PR #9972: [build] Select uint63 using `ocamlc -config` variables.
Vincent Laporte
[next]