rust/src/libcollectionstest
bors e2bebf32fa Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichton
Rename String::into_boxed_slice -> into_boxed_str

This is the name that was decided in rust-lang/rfcs#1152, and it's
better if we say “boxed str” for `Box<str>`.

The old name `String::into_boxed_slice` is deprecated.
2015-08-14 01:06:37 +00:00
..
btree Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
enum_set.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
linked_list.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
slice.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
str.rs Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichton 2015-08-14 01:06:37 +00:00
string.rs Rename String::into_boxed_slice -> into_boxed_str 2015-08-13 14:02:00 +02:00
vec.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
vec_deque.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00