rust/src/librand
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
..
distributions rand: Delete all doc tests 2015-04-14 10:14:19 -07:00
chacha.rs replace deprecated as_slice() 2015-03-31 01:03:13 +03:00
isaac.rs Stabilize std::num 2015-03-31 07:50:25 -07:00
lib.rs More test fixes 2015-04-14 10:14:19 -07:00
rand_impls.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
reseeding.rs std: Add Default/IntoIterator/ToOwned to the prelude 2015-04-17 16:37:30 -07:00