index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
global.mli
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-11-09
Remove the native symbol registering from the safe environment.
Pierre-Marie Pédrot
2020-05-13
Make explicit that UGraph lower bounds are only of two kinds.
Pierre-Marie Pédrot
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
2020-01-30
export_private_constants doesn't use the [constr in_univ_ctx] argument
Gaëtan Gilbert
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-11-01
Declare type of primitives in CPrimitives
Pierre Roux
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-07-03
Safe_typing.push_named_assum: don't take universes
Gaëtan Gilbert
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
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-26
More precise type for Safe_typing export and inlining of private constants.
Pierre-Marie Pédrot
2019-05-24
Remove the indirect opaque accessor hooks from Opaqueproof.
Pierre-Marie Pédrot
2019-05-20
Ensure statically that declarations built by Term_typing are direct.
Pierre-Marie Pédrot
2019-05-19
Parameterize the constant_body type by opaque subproofs.
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-26
Fix deprecation warning
Enrico Tassi
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-05
Pass native and VM flags to the kernel through environment
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
Deprecating Global.type_of_global_in_context.
Hugo Herbelin
2018-10-19
Deprecating Global.constr_of_global_in_context.
Hugo Herbelin
2018-10-16
Deprecate Global.universes_of_global (replaced by environ version)
Gaëtan Gilbert
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-07-26
Turn the kernel reduction sharing flag into an argument passed in the cache.
Pierre-Marie Pédrot
2018-06-27
Swapping Context and Constr: defining declarations on constr in Constr.
Hugo Herbelin
2018-06-14
Merge PR #7193: Fixes #7192: Print Assumptions does not enter implementation ...
Pierre-Marie Pédrot
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
[next]