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-12-06
Merge PR #11127: Added theorem Nat.bezout_comm.
Hugo Herbelin
2019-12-05
Added Nat.bezout_comm.
Daniel de Rauglaudre
2019-11-29
Merge PR #11076: Remove all remaining calls to “omega” from the standard ...
Emilio Jesus Gallego Arias
2019-11-27
[release] Update files for 8.12 release per release process.
Emilio Jesus Gallego Arias
2019-11-26
Fix #11039: proof of False with template poly and nonlinear universes
Gaëtan Gilbert
2019-11-25
PermutEq: use “lia” rather than “omega”
Vincent Laporte
2019-11-25
PermutSetoid: use “lia” rather than “omega”
Vincent Laporte
2019-11-25
MSets: use “lia” rather than “omega”
Vincent Laporte
2019-11-13
Register proof_irrelevance
Pierre Roux
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
[next]