index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
safe_typing.mli
Age
Commit message (
Expand
)
Author
2020-04-30
Merge PR #12107: Remove mod_constraints field of module body
Pierre-Marie Pédrot
2020-04-20
Remove mod_constraints field of module body
Gaëtan Gilbert
2020-04-16
Make cumulative sprop a typing flag, deprecate command line -sprop-cumulative
Gaëtan Gilbert
2020-04-10
[sideeff] Don't use polymorphic equality to check for empty side-effects
Emilio Jesus Gallego Arias
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-04
Merge PR #11491: Small side effect cleanup
Pierre-Marie Pédrot
2020-01-30
export_private_constants doesn't use the [constr in_univ_ctx] argument
Gaëtan Gilbert
2020-01-30
Do not rely on Libobject for the current environment in extraction.
Pierre-Marie Pédrot
2019-12-13
Use ~strict argument consistently in push_context/push_context_set intfs
Matthieu Sozeau
2019-12-07
Section.t is never empty
Gaëtan Gilbert
2019-11-01
Declare type of primitives in CPrimitives
Pierre Roux
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-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-14
Remove [in_section] arguments to Safe_typing functions
Gaëtan Gilbert
2019-10-02
Loosen restrictions on mixing universe mono/polymorphism in sections
Gaëtan Gilbert
2019-09-26
Implement section discharging inside kernel.
Pierre-Marie Pédrot
2019-09-25
Move the Lib section data into the kernel.
Pierre-Marie Pédrot
2019-09-25
Stub code for handling sections in kernel.
Pierre-Marie Pédrot
2019-08-16
Set/Unset commands for typing flags
SimonBoulier
2019-07-08
Similar purity invariants in the kernel.
Pierre-Marie Pédrot
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-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-12
Remove dependency of native_compile on global env for symbols
Gaëtan Gilbert
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-05-26
More precise type for Safe_typing export and inlining of private constants.
Pierre-Marie Pédrot
2019-05-20
Ensure statically that declarations built by Term_typing are direct.
Pierre-Marie Pédrot
2019-05-19
Merge the definition of constants and private constants in the API.
Pierre-Marie Pédrot
2019-05-15
Simplify the private constant API.
Pierre-Marie Pédrot
2019-05-14
Abstract away the implementation of side-effects in Safe_typing.
Pierre-Marie Pédrot
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-02-08
Remove global output_native_objects flag.
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2018-11-26
Put -indices-matter in typing_flags
Gaëtan Gilbert
2018-11-06
[checker] Refactor by sharing code with the kernel
Maxime Dénès
2018-11-05
Pass native and VM flags to the kernel through environment
Maxime Dénès
2018-10-31
Use standard combinator for Global.set_strategy
Maxime Dénès
2018-10-31
Introduce Safe_typing.set_share_reduction
Maxime Dénès
2018-10-11
Adding a functional version of constant_of_delta_kn.
Hugo Herbelin
2018-10-06
[api] Remove (most) 8.9 deprecated objects.
Emilio Jesus Gallego Arias
2018-10-05
[kernel] Remove section paths from `KerName.t`
Maxime Dénès
2018-09-27
Remove {Safe_typing,Global}.push_context
Gaëtan Gilbert
2018-09-14
Retroknowledge: use GlobRef.t instead of Constr.t as entry
Vincent Laporte
2018-09-14
Retroknowledge: remove the (unused) by clause
Vincent Laporte
2018-09-03
Merge PR #7912: Simplify effects API
Maxime Dénès
[next]