index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
global.ml
Age
Commit message (
Expand
)
Author
2020-11-26
[kernel] Allow to set typing flags in add_mind [inductive]
Emilio Jesus Gallego Arias
2020-11-26
[kernel] Allow to set typing flags in add_constant
Emilio Jesus Gallego Arias
2020-04-16
Make cumulative sprop a typing flag, deprecate command line -sprop-cumulative
Gaëtan Gilbert
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-09
Remove the Template Check option.
Pierre-Marie Pédrot
2019-12-13
Use ~strict argument consistently in push_context/push_context_set intfs
Matthieu Sozeau
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-10-16
Split the function used to declare side-effects from the standard one.
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-26
Make kernel parametric on the lowest universe and fix #9294
Matthieu Sozeau
2019-08-16
Set/Unset commands for typing flags
SimonBoulier
2019-06-17
Merge PR #10362: Kernel-side delaying of polymorphic opaque constants
Gaëtan Gilbert
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
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-11
Remove the side-effect role from the kernel.
Pierre-Marie Pédrot
2019-05-24
Remove the indirect opaque accessor hooks from Opaqueproof.
Pierre-Marie Pédrot
2019-05-24
Move body_of_constant_body to Global and specialize its uses.
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-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-04-12
Remove `constr_of_global_in_context`
Maxime Dénès
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-12-13
Move shallow state logic to the function preparing state for workers
Maxime Dénès
2018-11-26
Put -indices-matter in typing_flags
Gaëtan Gilbert
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-31
Seeing Global purely as a wrapper on top of kernel functions.
Hugo Herbelin
2018-10-19
Moving Global.constr_of_global_in_context to Typeops.
Hugo Herbelin
2018-10-19
Moving Global.type_of_global_in_context to Typeops.
Hugo Herbelin
2018-10-16
Deprecate Global.universes_of_global (replaced by environ version)
Gaëtan Gilbert
2018-10-11
A state-free version of is_polymorphic.
Hugo Herbelin
2018-10-11
Adding a functional version of constant_of_delta_kn.
Hugo Herbelin
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: remove the (unused) by clause
Vincent Laporte
2018-07-26
Turn the kernel reduction sharing flag into an argument passed in the cache.
Pierre-Marie Pédrot
2018-04-07
Fixes #7192 (Print Assumptions does not enter implementation of submodules).
Hugo Herbelin
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-12-19
Let definitions do not create new universe constraints.
Pierre-Marie Pédrot
2017-12-09
[summary] Adapt STM to the new Summary API.
Emilio Jesus Gallego Arias
2017-12-01
Proper nametab handling of global universe names
Matthieu Sozeau
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
[next]