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
2020-03-10
Merge PR #11764: Simplify mutual template polymorphism
Gaëtan Gilbert
2020-03-08
Ensure that template parameters are shared in the same inductive block.
Pierre-Marie Pédrot
2020-03-08
Template polymorphism is now a property of the inductive block.
Pierre-Marie Pédrot
2020-03-08
Do not hardcode specific handling of Prop levels in template poly.
Pierre-Marie Pédrot
2020-03-08
[exn] [nit] Remove not very useful re-raises.
Emilio Jesus Gallego Arias
2020-03-06
Actually take advantage of the universes contained in side-effect certificates.
Pierre-Marie Pédrot
2020-03-06
Also check for monomorphic universes in side-effects certificates.
Pierre-Marie Pédrot
2020-03-06
Abstract away the API for side-effect certificates.
Pierre-Marie Pédrot
2020-03-06
Make explicit that the side-effect certificate trust is all-or-nothing.
Pierre-Marie Pédrot
2020-03-03
[exninfo] Deprecate aliases for exception re-raising.
Emilio Jesus Gallego Arias
2020-02-26
[native compiler] Allow to set OCaml include dirs for compilation
Emilio Jesus Gallego Arias
2020-02-26
[native compiler] Allow to set the output directory for cmx objects
Emilio Jesus Gallego Arias
2020-02-24
Do not perform a universe diff when typing opaque constants.
Pierre-Marie Pédrot
2020-02-14
Use thunks to univ instead of lazy constr for template typing
Gaëtan Gilbert
2020-02-13
Merge PR #11417: Move kind_of_type from the kernel to EConstr.
Enrico Tassi
2020-02-13
Merge PR #11424: Check instance length in type_of_{inductive,constructor}
Pierre-Marie Pédrot
2020-02-12
Merge PR #11544: Cleanup some globref related manipulations
Pierre-Marie Pédrot
2020-02-12
Merge PR #11569: Remove unused Environ.push_constraints_to_env
Pierre-Marie Pédrot
2020-02-12
Check instance length in type_of_{inductive,constructor}
Gaëtan Gilbert
2020-02-12
Standardize constr -> globref operations to use destRef/isRef/isRefX
Gaëtan Gilbert
2020-02-12
ReferenceVariables error contains a globref instead of a constr
Gaëtan Gilbert
2020-02-11
Remove unused Environ.push_constraints_to_env
Gaëtan Gilbert
2020-02-09
Remove the Template Check option.
Pierre-Marie Pédrot
2020-02-09
Merge PR #11550: Fixing wrong comments in context.ml
Pierre-Marie Pédrot
2020-02-08
Fixing wrong comments in context.ml.
Hugo Herbelin
2020-02-07
Merge PR #11528: Checker does not rely on Monomorphic fields
Gaëtan Gilbert
2020-02-06
Merge PR #11478: Nicer kernel universe error for inductives
Pierre-Marie Pédrot
2020-02-05
Store the template polymorphic context inside the TemplateArity node.
Pierre-Marie Pédrot
2020-02-04
Merge PR #11491: Small side effect cleanup
Pierre-Marie Pédrot
2020-02-03
Merge PR #11481: Do not rely on Libobject for the current environment in extr...
Maxime Dénès
2020-02-02
Move kind_of_type from the kernel to ssr.
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
Fix 11483
Pierre Roux
2020-01-30
Do not rely on Libobject for the current environment in extraction.
Pierre-Marie Pédrot
2020-01-29
Nicer kernel universe error for inductives
Gaëtan Gilbert
2020-01-27
Small API additions to kernel/univ
Gaëtan Gilbert
2020-01-22
Fix #11421 computation of Set+2
Gaëtan Gilbert
2020-01-21
Typo in a comment of univ.mli.
Hugo Herbelin
2020-01-15
Discharge inductive types without rechecking them
Gaëtan Gilbert
2020-01-15
generate variance data for section universes (not yet used)
Gaëtan Gilbert
2020-01-14
infercumulativity: take less arguments
Gaëtan Gilbert
2020-01-13
Native compute: cleanup temporary files on program exit
Gaëtan Gilbert
2020-01-07
cleanup: do not use recargs when computing the reloc table for ctors
Gaëtan Gilbert
2020-01-07
minor cleanup template_polymorphic_univs: check_levels returns bool
Gaëtan Gilbert
2020-01-06
Fix #11360: discharge of template inductive with param only use of var
Gaëtan Gilbert
2019-12-27
Add critical-bugs entry, tests-suite file, and code comment.
Guillaume Melquiond
2019-12-22
Use a more straightforward algorithm for mulc on 32-bit architectures. (Fixes...
Guillaume Melquiond
2019-12-22
Simplify equality of 63-bit integers.
Guillaume Melquiond
2019-12-22
Do not hide constants from the compiler.
Guillaume Melquiond
2019-12-18
Merge PR #10616: Fix push_universe_context* interfaces to use a consistent ~s...
Pierre-Marie Pédrot
[next]