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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
tests
/
num
Age
Commit message (
Expand
)
Author
Lines
2021-09-22
Temporarily rename int_roundings functions to avoid conflicts
Josh Triplett
-22
/
+22
2021-09-05
Change return type for T::{log,log2,log10} to u32. The value is at
Falk Hüffner
-11
/
+11
2021-09-02
Implement #88581
Jacob Pratt
-0
/
+74
2021-08-07
Add test for int to float
Albin Hedman
-0
/
+4
2021-08-07
Add tests
Albin Hedman
-0
/
+23
2021-07-17
Auto merge of #86761 - Alexhuszagh:master, r=estebank
bors
-200
/
+237
2021-07-17
Changed dec2flt to use the Eisel-Lemire algorithm.
Alex Huszagh
-200
/
+237
2021-07-07
test integer log10 values close to all powers of 10
Trevor Spiteri
-0
/
+54
2021-07-07
Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-se
Yuki Okushi
-0
/
+100
2021-06-25
Add Integer::{log,log2,log10} variants
Yoshua Wuyts
-0
/
+100
2021-06-06
Move `flt2dec::{Formatted, Part}` to dedicated module
Gary Guo
-1
/
+2
2021-03-22
Preserve signed zero on roundtrip
Jubilee Young
-158
/
+88
2021-03-22
Add IEEE754 tests
Jubilee Young
-0
/
+159
2021-01-15
Re-enable all num tests on WASM
Smitty
-7
/
+0
2021-01-13
Adds tests to ensure some base op traits exist.
Philippe Laflamme
-0
/
+245
2021-01-13
Avoid ident concatenation in macro.
Philippe Laflamme
-14
/
+15
2021-01-13
Fix missing mod declaration for Wrapping tests.
Philippe Laflamme
-0
/
+1
2020-11-30
Make ui test that are run-pass and do not test the compiler itself library tests
Christiaan Dirkx
-0
/
+233
2020-11-29
Update tests to remove old numeric constants
bstrie
-1
/
+0
2020-11-14
Add u128 and i128 integer tests
Christiaan Dirkx
-6
/
+10
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-11-05
Fix format
chansuke
-5
/
+5
2020-11-05
Move f64::NAN ui tests into `library`
chansuke
-0
/
+8
2020-10-26
Apply suggested changes
Ethan Brierley
-8
/
+8
2020-10-13
Replace absolute paths with relative ones
est31
-2
/
+2
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-10-03
Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matklad
Jonas Schievink
-0
/
+76
2020-10-02
Remove unnecessary mod-cfg
Jubilee Young
-17
/
+14
2020-09-24
Fix FIXME in core::num test: Check sign of zero in min/max tests.
Mara Bos
-1
/
+13
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-24
/
+16
2020-09-15
Fix to libstd test
Jubilee Young
-42
/
+44
2020-09-15
Move Wrapping<T> ui tests into library
Jubilee Young
-0
/
+77
2020-09-05
Minor refactoring
Ayush Kumar Mishra
-2
/
+4
2020-09-05
Add Arith Tests in Library
Ayush Kumar Mishra
-0
/
+27
2020-09-02
flt2dec: properly handle uninitialized memory
Ralf Jung
-50
/
+52
2020-07-31
also reduce some libcore test iteration counts
Ralf Jung
-1
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+3477