index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
tests
/
num
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-28
Improve `isqrt` tests and add benchmarks
Chai T. Rex
-0
/
+1
2024-08-25
Remove cfg(test) from library/core
Ben Kimock
-1
/
+1
2024-08-20
Change neutral element of <fNN as iter::Sum> to neg_zero
Arthur Carcano
-0
/
+1
2024-06-02
Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472
Jubilee
-3
/
+26
2024-06-01
Change f32::midpoint to upcast to f64
RustyYato
-3
/
+26
2024-03-30
Make {integer}::from_str_radix constant
George Bateman
-0
/
+10
2023-12-10
remove redundant imports
surechen
-5
/
+0
2023-05-14
Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm
bors
-3
/
+53
2023-04-26
Implement midpoint for all floating point f32 and f64
Loïc BRANSTETT
-3
/
+53
2023-04-26
Spelling library/
Josh Soref
-1
/
+1
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-04-11
better def of is signed in tests.
Giles Cope
-8
/
+2
2022-04-10
Use Add, Sub, Mul traits instead of unsafe
Giles Cope
-1
/
+31
2022-04-04
from_u32(0) can just be default()
Giles Cope
-1
/
+46
2021-11-20
Implement IEEE 754-2019 minimun and maximum functions for f32/f64
Loïc BRANSTETT
-0
/
+61
2021-08-07
Add tests
Albin Hedman
-0
/
+2
2021-06-25
Add Integer::{log,log2,log10} variants
Yoshua Wuyts
-0
/
+1
2021-03-22
Add IEEE754 tests
Jubilee Young
-0
/
+1
2021-01-13
Adds tests to ensure some base op traits exist.
Philippe Laflamme
-0
/
+1
2021-01-13
Fix missing mod declaration for Wrapping tests.
Philippe Laflamme
-0
/
+1
2020-11-14
Add u128 and i128 integer tests
Christiaan Dirkx
-0
/
+2
2020-11-09
Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus
Dylan DPC
-26
/
+39
2020-11-05
Add `mod nan` for test
chansuke
-0
/
+2
2020-10-26
Apply suggested changes
Ethan Brierley
-8
/
+8
2020-10-07
Add comment to helper function
Ethan Brierley
-0
/
+1
2020-10-06
remove OnlySign in favour of InvalidDigit
Ethan Brierley
-2
/
+3
2020-10-06
Bring char along with InvalidDigit
Ethan Brierley
-5
/
+5
2020-10-06
Fill in things needed to stabilize int_error_matching
Ethan Brierley
-26
/
+37
2020-09-24
Fix FIXME in core::num test: Check sign of zero in min/max tests.
Mara Bos
-1
/
+13
2020-07-27
mv std libs to library/
mark
-0
/
+706