rust/src/libcore/tests
Mark Simulacrum ed09d6dfe1 Rollup merge of #43471 - ollie27:try_from_ints, r=nagisa
Add missing impl and tests for int to int TryFrom impls

These were missing from #43248.

r? @nagisa
2017-07-26 06:15:08 -06:00
..
fmt Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
hash Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
num Add missing impl and tests for int to int TryFrom impls 2017-07-25 06:19:30 +01:00
any.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
array.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
atomic.rs Optimize AtomicBool::fetch_nand 2017-04-07 17:36:50 +02:00
cell.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
char.rs added FromStr Impl for char 2017-06-20 04:38:02 -04:00
clone.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
cmp.rs Add max and min default fns to Ord trait 2017-06-06 22:42:48 -04:00
intrinsics.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
iter.rs Add tests for reaching the end of RangeInclusive as an iterator 2017-07-08 08:55:55 +02:00
lib.rs Add tests for Range*::nth 2017-07-08 08:55:55 +02:00
mem.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
nonzero.rs Rename {NonZero,Shared,Unique}::new to new_unchecked 2017-07-22 20:38:16 +02:00
ops.rs Return a correct size_hint for degenerate inclusive ranges 2017-05-21 05:03:49 -07:00
option.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
ptr.rs Rename {NonZero,Shared,Unique}::new to new_unchecked 2017-07-22 20:38:16 +02:00
result.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
slice.rs Stop returning k from [T]::rotate 2017-05-21 03:05:19 -07:00
str.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
tuple.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00