rust/src/libcollections
Alex Crichton 56290a0044 std: Stabilize the prelude module
This commit is an implementation of [RFC 503][rfc] which is a stabilization
story for the prelude. Most of the RFC was directly applied, removing reexports.
Some reexports are kept around, however:

* `range` remains until range syntax has landed to reduce churn.
* `Path` and `GenericPath` remain until path reform lands. This is done to
  prevent many imports of `GenericPath` which will soon be removed.
* All `io` traits remain until I/O reform lands so imports can be rewritten all
  at once to `std::io::prelude::*`.

This is a breaking change because many prelude reexports have been removed, and
the RFC can be consulted for the exact list of removed reexports, as well as to
find the locations of where to import them.

[rfc]: https://github.com/rust-lang/rfcs/blob/master/text/0503-prelude-stabilization.md
[breaking-change]

Closes #20068
2015-01-02 08:54:06 -08:00
..
btree std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
bench.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
binary_heap.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
bit.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
dlist.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
enum_set.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
lib.rs stabilize more of collections 2014-12-31 18:54:08 -05:00
macros.rs
ring_buf.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
slice.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
str.rs More fallout 2015-01-02 10:28:19 +13:00
string.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
vec_map.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
vec.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00