rust/src/libcollectionstest
Alex Crichton 48d5fe9ec5 std: Change encode_utf{8,16} to return iterators
Currently these have non-traditional APIs which take a buffer and report how
much was filled in, but they're not necessarily ergonomic to use. Returning an
iterator which *also* exposes an underlying slice shouldn't result in any
performance loss as it's just a lazy version of the same implementation, and
it's also much more ergonomic!

cc #27784
2016-03-22 10:25:30 -07:00
..
btree Expose the key of Entry variants for HashMap and BTreeMap. 2016-03-14 16:35:08 -04:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08: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 Expose the key of Entry variants for HashMap and BTreeMap. 2016-03-14 16:35:08 -04:00
linked_list.rs Remove all unstable deprecated functionality 2015-08-12 14:55:17 -07:00
slice.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
str.rs std: Change encode_utf{8,16} to return iterators 2016-03-22 10:25:30 -07:00
string.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
vec_deque.rs mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
vec.rs Implement Clone for std::vec::IntoIter 2016-02-17 17:43:54 +01:00