rust/src/libstd
Alex Crichton 8f5b5f94dc std: Add Default/IntoIterator/ToOwned to the prelude
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-17 16:37:30 -07:00
..
collections std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
ffi Fix some typos. 2015-04-15 13:37:55 +02:00
io Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton 2015-04-16 03:22:21 +00:00
net Rollup merge of #24480 - achanda:move_test, r=alexcrichton 2015-04-15 17:26:09 -04:00
num rollup merge of #24377: apasel422/docs 2015-04-14 10:56:57 -07:00
prelude std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
rand Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
rt Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
sync pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
sys std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
thread std: Fix thread_local! in non-PIE binaries 2015-04-15 09:14:48 -07:00
time Stabilize std::num 2015-03-31 07:50:25 -07:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
ascii.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
bool.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
dynamic_lib.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
env.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
error.rs std: Stabilize the Utf8Error type 2015-04-10 16:07:46 -07:00
fs.rs Fix some typos. 2015-04-15 13:37:55 +02:00
lib.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
macros.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
os.rs rollup merge of #23879: seanmonstar/del-from-error 2015-03-31 15:53:39 -07:00
panicking.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
path.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00
process.rs rollup merge of #24377: apasel422/docs 2015-04-14 10:56:57 -07:00
rtdeps.rs fixing trailing whitespace errors 2015-02-11 14:49:07 -08:00
thunk.rs Remove Thunk struct and Invoke trait; change Thunk to be an alias 2015-04-01 14:41:21 -04:00
tuple.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unit.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00