rust/library/core/tests/num
est31 a0fc455d30 Replace absolute paths with relative ones
Modern compilers allow reaching external crates
like std or core via relative paths in modules
outside of lib.rs and main.rs.
2020-10-13 14:16:45 +02:00
..
dec2flt
flt2dec
bignum.rs
i8.rs
i16.rs
i32.rs
i64.rs
int_macros.rs Replace absolute paths with relative ones 2020-10-13 14:16:45 +02:00
mod.rs Fix FIXME in core::num test: Check sign of zero in min/max tests. 2020-09-24 22:29:32 +02:00
u8.rs
u16.rs
u32.rs
u64.rs
uint_macros.rs Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00
wrapping.rs Remove unnecessary mod-cfg 2020-10-02 11:40:57 -07:00