This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
649ec27cedcf4cb1519b5d78978712a66ee270c0
rust
/
library
/
coretests
/
tests
/
num
History
Shun Sakai
199b808870
feat: Add
bit_width
for unsigned integer types
2025-06-11 11:15:37 +09:00
..
dec2flt
Enable Float non-determinism in miri. Update and add tests and change
2025-06-03 19:46:13 +02:00
flt2dec
float: Add tests for
f16
conversions to and from decimal
2025-05-18 16:51:28 +00:00
bignum.rs
…
const_from.rs
…
float_iter_sum_identity.rs
…
i8.rs
…
i16.rs
…
i32.rs
…
i64.rs
…
i128.rs
…
ieee754.rs
…
int_log.rs
checked_ilog tests: deal with a bit of float imprecision
2025-02-27 15:38:22 +01:00
int_macros.rs
add tests for negative numbers
2025-06-03 21:02:04 -04:00
int_sqrt.rs
…
midpoint.rs
…
mod.rs
Make NonZero<char> possible
2025-06-07 11:40:49 +00:00
nan.rs
…
niche_types.rs
Make NonZero<char> possible
2025-06-07 11:40:49 +00:00
ops.rs
…
u8.rs
…
u16.rs
…
u32.rs
…
u64.rs
…
u128.rs
…
uint_macros.rs
feat: Add
bit_width
for unsigned integer types
2025-06-11 11:15:37 +09:00
wrapping.rs
…