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-11-26
[environ] [typing_flags] Introduce helper function to remove duplicate code
Emilio Jesus Gallego Arias
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-25
Separate interning and pretyping of universes
Gaëtan Gilbert
2020-11-24
Merge PR #13411: Rename the confusing neutral annotation in CClosure.
coqbot-app[bot]
2020-11-21
Rename the confusing neutral annotation in CClosure.
Pierre-Marie Pédrot
2020-11-20
Make sure accumulators do not exceed the minor heap (partly fix #11170).
Guillaume Melquiond
2020-11-19
Merge PR #12959: Improve the bytecode interpreter
Pierre-Marie Pédrot
2020-11-17
Merge PR #13397: Adding heterogeneous map on named contexts.
Pierre-Marie Pédrot
2020-11-16
Adding heterogeneous map on named contexts.
Hugo Herbelin
2020-11-16
Improve bad variance error message: mention expected and actual variances
Gaëtan Gilbert
2020-11-16
Syntax for specifying cumulative inductives
Gaëtan Gilbert
2020-11-16
Infrastructure for cumulative inductive syntax (no grammar extension yet)
Gaëtan Gilbert
2020-11-15
Merge PR #13356: Make the universe of primitive arrays irrelevant
Pierre-Marie Pédrot
2020-11-13
Merge PR #13358: Merge the Linked / LinkedInteractive native link information...
coqbot-app[bot]
2020-11-13
Hardcode next_up and next_down instead of relying on nextafter.
Guillaume Melquiond
2020-11-13
Add allocation-free variants of the nextup and nextdown floating-point operat...
Guillaume Melquiond
2020-11-13
Remove floating-point comparison operators as they are no longer needed.
Guillaume Melquiond
2020-11-13
Turn coq_float64.h into a .c file as it is no longer needed by coq_interp.c.
Guillaume Melquiond
2020-11-13
Inline the functions from coq_float64.h.
Guillaume Melquiond
2020-11-13
Make callback opcodes more generic.
Guillaume Melquiond
2020-11-13
Optimize Is_accu a bit.
Guillaume Melquiond
2020-11-13
Improve documentation of closure representations.
Guillaume Melquiond
2020-11-13
Turn Ksequence into a unary opcode, as its binary structure was never used.
Guillaume Melquiond
2020-11-13
Remove unused if-then-else construct from VM.
Guillaume Melquiond
2020-11-13
Restore discard_dead_code and use it to simplify match-with constructs.
Guillaume Melquiond
2020-11-13
Remove some unused opcodes from VM.
Guillaume Melquiond
2020-11-13
Remove unchecked arithmetic operations from VM, as they are not used.
Guillaume Melquiond
2020-11-13
Optimize handling of the VM stack with respect to the GC.
Guillaume Melquiond
2020-11-13
Make the universe of primitive arrays irrelevant
Gaëtan Gilbert
2020-11-13
Remove unused CClosure.FNativeEntries.farray
Gaëtan Gilbert
2020-11-12
Merge PR #13351: Fixes #13349: accept Search on subparts of an identifier, no...
coqbot-app[bot]
2020-11-12
Merge the Linked and LinkedInteractive constructors.
Pierre-Marie Pédrot
2020-11-12
Statically ensure that the native interactive flag is always set to true.
Pierre-Marie Pédrot
2020-11-12
Statically ensure that native update locations are of form Linked*.
Pierre-Marie Pédrot
2020-11-12
Fix #13330: Kernel messes with polymorphic side-effects.
Pierre-Marie Pédrot
2020-11-11
Addressing #13349: accept Search on subparts of ident, not only on subidents.
Hugo Herbelin
2020-11-09
Remove the native symbol registering from the safe environment.
Pierre-Marie Pédrot
2020-11-04
Merge PR #13193: [build] [native] Don't assume installed native libraries are...
coqbot-app[bot]
2020-11-03
Eagerly reduce rigid/flex conversion problems.
Pierre-Marie Pédrot
2020-11-03
Add a fast path in CClosure stack zipping.
Pierre-Marie Pédrot
2020-11-02
Merge PR #13274: Fix two bugs in conversion of primitive values
coqbot-app[bot]
2020-11-02
Merge PR #13273: universes_of_constr: don't ignore CaseInvert universes
Pierre-Marie Pédrot
2020-10-26
Yet another normal / neutral bug in primitive conversion.
Pierre-Marie Pédrot
2020-10-26
Fix bug in conversion of primitive values.
Pierre-Marie Pédrot
2020-10-26
universes_of_constr: don't ignore CaseInvert universes
Gaëtan Gilbert
2020-10-21
Add missing deprecations in Projection API.
Pierre-Marie Pédrot
2020-10-21
Document the signatures of quotient names in the API.
Pierre-Marie Pédrot
2020-10-21
Introduce the missing dual name quotient modules in Environ.
Pierre-Marie Pédrot
2020-10-21
Code factorization in Names.
Pierre-Marie Pédrot
[next]