Commit Graph

12 Commits

Author SHA1 Message Date
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
Jonas Schievink 389f7cf7d6 Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matklad
Move Wrapping<T> ui tests into library

Part of #76268
r? @matklad
2020-10-03 00:31:08 +02:00
Jubilee Young 4e973966b9 Remove unnecessary mod-cfg 2020-10-02 11:40:57 -07:00
Mara Bos 74952b9f21 Fix FIXME in core::num test: Check sign of zero in min/max tests. 2020-09-24 22:29:32 +02:00
Mara Bos 1e2dba1e7c Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00
Jubilee Young 797cb9526a Fix to libstd test 2020-09-15 08:47:20 -07:00
Jubilee Young 247b73939a Move Wrapping<T> ui tests into library 2020-09-15 07:15:59 -07:00
Ayush Kumar Mishra dc37b553ac Minor refactoring 2020-09-05 17:07:53 +05:30
Ayush Kumar Mishra 941dca8ed2 Add Arith Tests in Library 2020-09-05 16:52:52 +05:30
Ralf Jung 56129d39c0 flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
Ralf Jung 7468f632ff also reduce some libcore test iteration counts 2020-07-31 11:56:08 +02:00
mark 2c31b45ae8 mv std libs to library/ 2020-07-27 19:51:13 -05:00