rust/src/libcore/tests
2018-11-20 18:22:40 +01:00
..
fmt Add hexadecimal formatting of integers with fmt::Debug 2018-03-13 14:53:06 +01:00
hash Add missing dyn 2018-07-25 10:24:31 +09:00
num core/tests/num: Simplify test_int_from_str_overflow() test code 2018-11-14 15:01:27 +01:00
any.rs Add missing dyn 2018-07-25 10:24:31 +09:00
array.rs Try to fix array TryFrom tests 2017-09-24 14:54:04 -04:00
ascii.rs Deprecate the AsciiExt trait in favor of inherent methods 2018-03-21 17:54:33 +01:00
atomic.rs std: Be sure to modify atomics in tests 2018-04-09 12:57:03 -07:00
cell.rs Add Ref/RefMut map_split method 2018-06-13 11:35:39 -07:00
char.rs Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton 2018-08-01 17:44:25 +00:00
clone.rs
cmp.rs Add max and min default fns to Ord trait 2017-06-06 22:42:48 -04:00
intrinsics.rs Add missing dyn 2018-07-25 10:24:31 +09:00
iter.rs Add std::iter::successors 2018-11-20 18:22:40 +01:00
lib.rs Add std::iter::successors 2018-11-20 18:22:40 +01:00
manually_drop.rs unconfuse @eddyb 2018-08-06 15:52:36 +02:00
mem.rs Add missing dyn 2018-07-25 10:24:31 +09:00
nonzero.rs move from_nonzero test from run-pass to libcore 2018-09-17 18:01:58 +08:00
ops.rs Removed direct field usage of RangeInclusive in rustc itself. 2018-05-01 01:45:18 +08:00
option.rs resolved upstream merge conflicts 2018-07-29 22:13:12 -07:00
pattern.rs Regression tests for #47175 2018-01-06 11:17:12 +05:30
ptr.rs Add missing dyn 2018-07-25 10:24:31 +09:00
result.rs resolved upstream merge conflicts 2018-07-29 22:13:12 -07:00
slice.rs Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut() 2018-10-18 10:38:05 +03:00
str_lossy.rs Prefer to_string() to format!() 2018-07-27 11:11:18 +02:00
str.rs update libcore's comment about str tests 2018-04-30 07:36:56 -04:00
time.rs Optimize sum of Durations by using custom function 2018-06-16 20:56:17 +02:00
tuple.rs