index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
Age
Commit message (
Expand
)
Author
2019-11-11
Run update-compat script with --release option.
Théo Zimmermann
2019-11-01
Merge PR #10022: [ssr] Generalize tactics under and over to any (Reflexive) r...
Enrico Tassi
2019-11-01
Fix ldshiftexp
Pierre Roux
2019-11-01
docs: Add refman+stdlib documentation
Erik Martin-Dorel
2019-11-01
Add "==", "<", "<=" in PrimFloat.v
Erik Martin-Dorel
2019-11-01
Pretty-printing primitive float constants
Erik Martin-Dorel
2019-11-01
Parsing primitive float constants
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 Floats to standard library
Guillaume Bertholon
2019-10-31
Merge PR #10983: QArith, Lia: depend on ZArith_base rather than on ZArith
Pierre-Marie Pédrot
2019-10-31
Merge PR #10994: Numbers.Cyclic: use “lia” rather than “omega”
Pierre-Marie Pédrot
2019-10-31
Merge PR #10937: [stdlib]Reals: use “lia” rather than “omega”
Pierre-Marie Pédrot
2019-10-31
lia: depend only on ZArith_base
Vincent Laporte
2019-10-31
QArith: only depend on ZArith_base
Vincent Laporte
2019-10-31
Zdigits: use “lia” rather than “omega”
Vincent Laporte
2019-10-31
Zquot: use “lia” rather than “omega”
Vincent Laporte
2019-10-31
Zpow_facts: use “lia” rather than “omega”
Vincent Laporte
2019-10-31
Zwf: use “lia” rather than “omega”
Vincent Laporte
2019-10-31
Zgcd_alt: use “lia” rather than “omega”
Vincent Laporte
2019-10-30
Numbers.Cyclic: use “lia” rather than “omega”
Vincent Laporte
2019-10-29
Use a less kludgy way of solving #9114
Jason Gross
2019-10-29
Fix #9114, assert_succeeds (exact I) solves goal
Jason Gross
2019-10-29
`assert_succeeds`&`assert_fails`: multisuccess fix
Jason Gross
2019-10-28
[stdlib]Reals: use “lia” rather than “omega”
Vincent Laporte
2019-10-27
Merge PR #10827: Replace classical reals quotient axioms by functional extens...
Hugo Herbelin
2019-10-24
Replace classical reals quotient axioms by functional extensionality. Define ...
Vincent Semeria
2019-10-22
FSetEqProperties: do not use “omega”
Vincent Laporte
2019-10-22
OrderedTypeEx: do not use “omega”
Vincent Laporte
2019-10-22
Zpower: do not use “omega”
Vincent Laporte
2019-10-22
Qround: do not use “omega”
Vincent Laporte
2019-10-22
Qreduction: do not use “omega”
Vincent Laporte
2019-10-22
QArith_base: do not use “omega”
Vincent Laporte
2019-10-22
FSets: do not use “omega”
Vincent Laporte
2019-10-22
Znumtheory: do not use “omega”
Vincent Laporte
2019-10-22
Zdiv: do not use “omega”
Vincent Laporte
2019-10-22
Zcomplements: do not use “omega”
Vincent Laporte
2019-10-14
ClassicalFacts.v: Unifying format for bibliographical references.
Hugo Herbelin
2019-10-14
Weak excluded-middle: adding a reference.
Hugo Herbelin
2019-10-14
Logic: Add equivalence between weak excluded-middle and classical Morgan's law
Hugo Herbelin
2019-10-07
Call to update-compat.py.
Pierre-Marie Pédrot
2019-10-04
[Stdlib] OrderedType: do not pollute the “core” hint database
Vincent Laporte
2019-09-25
Merge PR #10713: Define morphisms of real numbers and accelerate Cauchy reals
Hugo Herbelin
2019-09-24
Merge PR #10758: Fix #10757: Program Fixpoint uses "exists" for telescopes
Matthieu Sozeau
2019-09-16
Fix #10757: Program Fixpoint uses "exists" for telescopes
Gaëtan Gilbert
2019-09-16
Define morphisms of real numbers and accelerate Cauchy reals
Vincent Semeria
2019-09-16
Remove library-specific code for `Import`.
Maxime Dénès
2019-09-10
Merge PR #9406: [stdlib] Do not put INR_eq in the “real” hint database
Pierre-Marie Pédrot
[next]