rust/src
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
..
compiler-rt@62a4ca6055
compiletest std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
doc std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
driver Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
etc debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled. 2014-12-30 17:26:13 +01:00
grammar Update src/grammar/README.md 2014-12-30 16:49:27 +01:00
jemalloc@b001609960 update jemalloc 2014-10-05 22:17:25 -04:00
liballoc Reviewer change 2015-01-01 18:00:32 +13:00
libarena Test fixes and rebase conflicts 2014-12-29 23:55:49 -08:00
libbacktrace
libcollections std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
libcore std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
libcoretest std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
libflate Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
libfmt_macros Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
libgetopts getopts: unbox closures used in let bindings 2014-12-31 22:50:26 -05:00
libgraphviz std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
liblibc More fallout 2015-01-02 10:28:19 +13:00
liblog Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
librand std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
librbml Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
libregex std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
libregex_macros More fallout 2015-01-02 10:28:19 +13:00
librustc std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
librustc_back Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
librustc_borrowck std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
librustc_driver std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
librustc_llvm std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
librustc_resolve std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
librustc_trans std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
librustc_typeck auto merge of #20412 : nikomatsakis/rust/assoc-types, r=aturon 2015-01-02 08:11:19 +00:00
librustdoc std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
libserialize More fallout 2015-01-02 10:28:19 +13:00
libstd std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
libsyntax std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
libterm Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
libtest std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
libtime std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
libunicode Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
llvm@ec1fdb3b9d Update LLVM to get slightly better memcpy elision 2014-10-17 17:16:18 +02:00
rt Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00
rust-installer@3a37981744 Fallout from stabilization 2014-12-30 17:06:08 -08:00
rustllvm debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled. 2014-12-30 17:26:13 +01:00
test std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
snapshots.txt Register new snapshots 2014-12-30 15:04:43 -08:00