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 mv std libs to library/ 2020-07-27 19:51:13 -05:00
flt2dec flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
bignum.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
i8.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
i16.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
i32.rs Minor refactoring 2020-09-05 17:07:53 +05:30
i64.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
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 mv std libs to library/ 2020-07-27 19:51:13 -05:00
u16.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
u32.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
u64.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
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