rust/src/libcore/tests
Mazdak Farrokhzad f90ac4f04a
Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk
Add FromStr impl for NonZero types

This is a WIP implementation because I do have some questions regarding the solution.

Somebody should ping the lang team on this I guess.
Please see the annotations on the code for more details.

Closes #58604
2019-03-28 13:35:29 +01:00
..
fmt Replace assert with assert_eq for better debugging 2019-03-12 10:08:57 +05:30
hash review or fix remaining miri failures in libcore 2019-02-13 18:21:13 +01:00
num Rollup merge of #59206 - sntdevco:master, r=dtolnay 2019-03-16 22:40:57 +08:00
any.rs Remove licenses 2018-12-25 21:08:33 -07:00
array.rs Remove licenses 2018-12-25 21:08:33 -07:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
atomic.rs Remove licenses 2018-12-25 21:08:33 -07:00
cell.rs Rollup merge of #59206 - sntdevco:master, r=dtolnay 2019-03-16 22:40:57 +08:00
char.rs Remove copy paste error in char tests 2019-02-27 14:44:20 +01:00
clone.rs Remove licenses 2018-12-25 21:08:33 -07:00
cmp.rs Remove licenses 2018-12-25 21:08:33 -07:00
intrinsics.rs Remove licenses 2018-12-25 21:08:33 -07:00
iter.rs Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytm 2019-03-16 22:39:44 +08:00
lib.rs Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk 2019-03-28 13:35:29 +01:00
manually_drop.rs Remove licenses 2018-12-25 21:08:33 -07:00
mem.rs Remove licenses 2018-12-25 21:08:33 -07:00
nonzero.rs fixed tests again 2019-02-28 21:00:41 +01:00
ops.rs Improved test output for libcore/ops 2019-03-15 16:38:23 +05:30
option.rs we can now skip should_panic tests with the libtest harness 2019-03-10 17:47:42 +01:00
pattern.rs Remove licenses 2018-12-25 21:08:33 -07:00
ptr.rs Remove UB in test_ptr_subtraction test 2019-02-17 13:04:48 +01:00
result.rs we can now skip should_panic tests with the libtest harness 2019-03-10 17:47:42 +01:00
slice.rs Rollup merge of #59328 - koalatux:iter-nth-back, r=scottmcm 2019-03-24 19:00:10 +08:00
str.rs Remove licenses 2018-12-25 21:08:33 -07:00
str_lossy.rs Remove licenses 2018-12-25 21:08:33 -07:00
time.rs we can now skip should_panic tests with the libtest harness 2019-03-10 17:47:42 +01:00
tuple.rs Refactor tuple comparison tests 2019-03-25 13:00:57 -04:00