rust/src/libcollectionstest
bors b0f77ba26a Auto merge of #28101 - ijks:24214-str-bytes, r=alexcrichton
Specifically, `count`, `last`, and `nth` are implemented to use the
methods of the underlying slice iterator.

Partially closes #24214.
2015-08-31 09:15:55 +00:00
..
btree implement RFC 1194 2015-08-28 12:41:54 -04:00
bench.rs
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
lib.rs implement RFC 1194 2015-08-28 12:41:54 -04: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 #28101 - ijks:24214-str-bytes, r=alexcrichton 2015-08-31 09:15:55 +00:00
string.rs Rename String::into_boxed_slice -> into_boxed_str 2015-08-13 14:02:00 +02:00
vec_deque.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
vec.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00