rust/src/libcore/tests
bors ddaab61101 Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon
Stabilize more APIs for the 1.20.0 release

In addition to the few stabilizations that have already landed, this cleans up the remaining APIs that are in `final-comment-period` right now to be stable by the 1.20.0 release
2017-07-26 23:40:48 +00: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 std: Stabilize char_escape_debug 2017-07-25 07:09:31 -07: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