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-09-22
Use the closure tag for accumulators.
Guillaume Melquiond
2020-09-22
Use the same memory layout as closures for accumulators.
Guillaume Melquiond
2020-09-22
Modify bytecode representation of closures to please OCaml's GC (fix #12636).
Guillaume Melquiond
2020-09-04
Merge PR #12912: Fix algebraic comparison with sprop on one side
Pierre-Marie Pédrot
2020-08-28
Drop opaque bodies of abstracted definitions.
Pierre-Marie Pédrot
2020-08-27
Merge PR #12849: Rename VM-related kernel/cfoo files to kernel/vmfoo
Pierre-Marie Pédrot
2020-08-26
Fix algebraic comparison with sprop on one side
Gaëtan Gilbert
2020-08-24
Merge PR #12738: Fix subject reduction VS cumulative inductives and function eta
coqbot
2020-08-18
Fix subject reduction VS cumulative inductives and function eta
Gaëtan Gilbert
2020-08-18
Rename VM-related kernel/cfoo files to kernel/vmfoo
Gaëtan Gilbert
2020-08-06
Add a few comments about the code.
Pierre-Marie Pédrot
2020-08-06
Store the default instance in named_context_val.
Pierre-Marie Pédrot
2020-07-23
Merge PR #12679: Remove redundant data from VM case switch.
Gaëtan Gilbert
2020-07-22
Remove redundant data from VM case switch.
Pierre-Marie Pédrot
2020-07-21
Turn various anomalies into regular errors in primitive declaration path
Gaëtan Gilbert
2020-07-08
Preserve delta-resolver at Module and Module Type starting.
Hugo Herbelin
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-06-19
Merge PR #12531: Fast inductive compilation
Gaëtan Gilbert
2020-06-19
Do not reallocate named_context_val of the pretyping environment.
Pierre-Marie Pédrot
2020-06-17
Use an efficient data structure for VM compilation indexing.
Pierre-Marie Pédrot
2020-05-25
Merge PR #12344: Cleanup noisy prefixes
Pierre-Marie Pédrot
2020-05-22
Merge PR #11986: [primitive floats] Add low level printing
Pierre-Marie Pédrot
2020-05-19
[primitive floats] Add low level hexadecimal printing
Pierre Roux
2020-05-18
Cleanup: remove noisy "sec_" prefixes in section.ml
Gaëtan Gilbert
2020-05-15
[misc] Better preserve backtraces in several modules
Emilio Jesus Gallego Arias
2020-05-13
Make explicit that UGraph lower bounds are only of two kinds.
Pierre-Marie Pédrot
2020-05-09
Add a `with_strategy` tactic
Jason Gross
2020-05-09
Merge PR #12122: Avoid registering as keywords the #... in Primitive
Maxime Dénès
2020-04-30
Merge PR #12107: Remove mod_constraints field of module body
Pierre-Marie Pédrot
2020-04-23
Merge PR #12034: Make cumulative sprop a typing flag, deprecate command line...
Pierre-Marie Pédrot
2020-04-22
Remove # keywords in Primitive
Pierre Roux
2020-04-21
Merge PR #11896: Use lists instead of arrays in evar instances.
Maxime Dénès
2020-04-20
Remove mod_constraints field of module body
Gaëtan Gilbert
2020-04-17
Merge PR #11972: Fix require in section
Pierre-Marie Pédrot
2020-04-16
Make cumulative sprop a typing flag, deprecate command line -sprop-cumulative
Gaëtan Gilbert
2020-04-14
Merge PR #11820: Partial imports
Maxime Dénès
2020-04-14
Merge PR #12084: [warnings] Be silent about the `set_tag` warning.
Pierre-Marie Pédrot
2020-04-13
Fix #11783 Require in Section
Gaëtan Gilbert
2020-04-13
Partial import inductive(..)
Gaëtan Gilbert
2020-04-12
[warnings] Be silent about the `set_tag` warning.
Emilio Jesus Gallego Arias
2020-04-10
[sideeff] Don't use polymorphic equality to check for empty side-effects
Emilio Jesus Gallego Arias
2020-04-10
Merge PR #12039: Do not erase native files in debug mode
Pierre-Marie Pédrot
2020-04-07
Do not erase native files in debug mode
Maxime Dénès
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-04-03
Be cleverer and do not hopelessly rezip a term when not needed.
Pierre-Marie Pédrot
2020-03-31
Merge PR #11684: Remove spurious anomalies in kernel reduction
Pierre-Marie Pédrot
2020-03-30
Merge PR #11951: Remove a useless reversed variant in Vars.
Gaëtan Gilbert
2020-03-29
Merge PR #11859: Warn when non exactly parsing non floating-point
Hugo Herbelin
[next]