rust/src/libcollections
Alex Crichton 98e9765d97 rollup merge of #24541: alexcrichton/issue-24538
This is an implementation of [RFC 1030][rfc] which adds these traits to the
prelude and additionally removes all inherent `into_iter` methods on collections
in favor of the trait implementation (which is now accessible by default).

[rfc]: https://github.com/rust-lang/rfcs/pull/1030

This is technically a breaking change due to the prelude additions and removal
of inherent methods, but it is expected that essentially no code breaks in
practice.

[breaking-change]
Closes #24538
2015-04-21 15:28:06 -07:00
..
btree rollup merge of #24541: alexcrichton/issue-24538 2015-04-21 15:28:06 -07:00
binary_heap.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
bit.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
borrow.rs Fix borrow docs 2015-04-09 12:51:19 -04:00
enum_set.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
fmt.rs rollup merge of #24651: tamird/old-references 2015-04-21 15:23:11 -07:00
lib.rs unstabilize Words struct 2015-04-21 15:31:45 -04:00
linked_list.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
slice.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
str.rs implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
string.rs rollup merge of #24541: alexcrichton/issue-24538 2015-04-21 15:28:06 -07:00
vec_deque.rs rollup merge of #24541: alexcrichton/issue-24538 2015-04-21 15:28:06 -07:00
vec_map.rs rollup merge of #24541: alexcrichton/issue-24538 2015-04-21 15:28:06 -07:00
vec.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00