index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
theories
/
Numbers
Age
Commit message (
Expand
)
Author
2020-09-16
Modify Numbers/Natural/Abstract/NBits.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NLcm.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NGcd.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NDiv.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NPow.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NParity.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NMaxMin.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NSub.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NAddOrder.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NOrder.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NAdd.v to compile with -mangle-names
Jasper Hugunin
2020-09-16
Modify Numbers/Natural/Abstract/NBase.v to compile with -mangle-names
Jasper Hugunin
2020-09-11
Rename Numeral Notation command to Number Notation
Pierre Roux
2020-08-25
Modify Numbers/NatInt/NZGcd.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZDiv.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZLog.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZSqrt.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZPow.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZParity.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZMulOrder.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZOrder.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZMul.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZAdd.v to compile with -mangle-names
Jasper Hugunin
2020-08-25
Modify Numbers/NatInt/NZBase.v to compile with -mangle-names
Jasper Hugunin
2020-08-24
Put cyclic numbers in sort Set instead of Type
Vincent Semeria
2020-08-09
Bring Int63 notations into line with stdlib
Jason Gross
2020-05-09
Hexadecimal: conversion to/from Coq strings
Pierre Roux
2020-05-09
Hexadecimal: proofs that conversions from/to nat,N,Z and Q are bijections
Pierre Roux
2020-05-09
Decimal: prove numeral notation for Q
Pierre Roux
2020-05-09
Decimal: specify numeral notation for Q
Pierre Roux
2020-05-09
Uniformize indentation in theories/Numbers
Pierre Roux
2020-05-09
Merge PR #12122: Avoid registering as keywords the #... in Primitive
Maxime Dénès
2020-05-04
add order properties about bool
Olivier Laurent
2020-04-19
Fix a typo
Pierre Roux
2020-04-08
Merge PR #11909: Make the level of ≡ in Int63 consistent with =
Hugo Herbelin
2020-03-25
Make the level of ≡ in Int63 consistent with =
Jason Gross
2020-03-24
[stdlib] Do not rely on failing “auto”
Vincent Laporte
2020-03-19
firstorder: default tactic is “auto with core”
Vincent Laporte
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-26
Consolidate int63-related notations
Maxime Dénès
2019-12-05
Added Nat.bezout_comm.
Daniel de Rauglaudre
2019-10-31
Merge PR #10983: QArith, Lia: depend on ZArith_base rather than on ZArith
Pierre-Marie Pédrot
2019-10-31
lia: depend only on ZArith_base
Vincent Laporte
2019-10-30
Numbers.Cyclic: use “lia” rather than “omega”
Vincent Laporte
2019-08-26
Make kernel parametric on the lowest universe and fix #9294
Matthieu Sozeau
2019-08-02
Merge PR #10553: Use a more traditional definition for uint63_div21 (fixes #1...
Maxime Dénès
2019-07-31
Merge PR #9811: [stdlib] Remove deprecated module Zlogarithm
Emilio Jesus Gallego Arias
2019-07-29
Add a non-overflow precondition to diveucl_21 to align it on standard impleme...
thery
2019-07-26
[stdlib] Remove deprecated module Zlogarithm
Vincent Laporte
2019-07-25
[Int63] Remove redundant misnamed lemma lsr_add_distr
Vincent Laporte
[next]