rust/src/libcollectionstest
Daan Rijks dacf2725ec Add overrides to iterator methods for str::Bytes
Specifically, `count`, `last`, and `nth` are implemented to use the
methods of the underlying slice iterator.

Partially closes #24214.
2015-08-30 17:32:50 +02: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 Add overrides to iterator methods for str::Bytes 2015-08-30 17:32:50 +02: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