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-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
2019-12-18
Merge PR #11027: Cleanup post #10647 (expose comind universe handling)
Pierre-Marie Pédrot
2019-12-17
failwith -> caml_failwith
Guillaume Munch-Maccagnoni
2019-12-17
Fatal error in VM if SIGINT was seen but no exception occured.
Guillaume Munch-Maccagnoni
2019-12-17
Fix signal polling for OCaml 4.10
Guillaume Munch-Maccagnoni
2019-12-17
[VM] fix volatile declaration
Guillaume Munch-Maccagnoni
2019-12-16
Remove variance info from inductive entries, infer in indtyping
Gaëtan Gilbert
2019-12-13
Use ~strict argument consistently in push_context/push_context_set intfs
Matthieu Sozeau
2019-12-12
[vm] Untabify the VM C code.
Emilio Jesus Gallego Arias
2019-12-07
Section.t is never empty
Gaëtan Gilbert
2019-12-04
[dune] Update to dune language version 2.0
Emilio Jesus Gallego Arias
2019-11-26
indTyping: error instead of anomaly for ill-formed template
Gaëtan Gilbert
2019-11-26
Fix #11039: proof of False with template poly and nonlinear universes
Gaëtan Gilbert
2019-11-22
Use the relevance flag in CClosure rel contexts in an efficient way.
Pierre-Marie Pédrot
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-12
Merge PR #11092: [dune] Have only one rule calling configure
Emilio Jesus Gallego Arias
2019-11-11
Have only one dune rule calling configure
Pierre Roux
2019-11-10
Merge PR #10980: Fix #10903: type-in-type allows fixpoints on sprop inductives
Pierre-Marie Pédrot
2019-11-08
Merge PR #11014: Fix #8459: anomaly not enough abstractions in fix body
Pierre-Marie Pédrot
2019-11-01
Communicate CFLAGS to dune
Pierre Roux
2019-11-01
Add a check for gradual underflows
Pierre Roux
2019-11-01
feat: Use SSE2_MATH if available & Die if missing on x87
Erik Martin-Dorel
2019-11-01
Fix ldshiftexp
Pierre Roux
2019-11-01
Add "==", "<", "<=" in PrimFloat.v
Erik Martin-Dorel
2019-11-01
Make primitive float work on Windows
Pierre Roux
2019-11-01
Reimplement is_float
Pierre Roux
2019-11-01
Make primitive float work on x86_32
Pierre Roux
2019-11-01
Pretty-printing primitive float constants
Erik Martin-Dorel
2019-11-01
Add primitive floats to checker
Pierre Roux
2019-11-01
Add primitive floats to 'native_compute'
Pierre Roux
2019-11-01
Add next_{up,down} primitive float functions
Pierre Roux
2019-11-01
Implement classify on primitive float
Pierre Roux
2019-11-01
Change return type of primitive float comparison
Pierre Roux
2019-11-01
Put axioms on ldshiftexp and frshiftexp
Guillaume Bertholon
2019-11-01
Add primitive floats to 'vm_compute'
Guillaume Bertholon
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-11-01
Declare type of primitives in CPrimitives
Pierre Roux
2019-10-31
Fix #8459: anomaly not enough abstractions in fix body
Gaëtan Gilbert
2019-10-28
Fix #10903: type-in-type allows fixpoints on sprop inductives
Gaëtan Gilbert
2019-10-24
Raise an anomaly when looking up unknown constant/inductive
Gaëtan Gilbert
2019-10-23
Merge PR #10884: Last stop before CEP 40
Maxime Dénès
2019-10-19
universes_of_private: return set instead of list of sets
Gaëtan Gilbert
[next]