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-10-08
Modify Numbers/Integer/Abstract/ZBits.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZLcm.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZGcd.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZDivFloor.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZDivTrunc.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZPow.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZParity.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZSgnAbs.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZMaxMin.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZMulOrder.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZAddOrder.v to compile with -mangle-names
Jasper Hugunin
2020-10-08
Modify Numbers/Integer/Abstract/ZAdd.v to compile with -mangle-names
Jasper Hugunin
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
[next]