rust/src/libstd
Alex Crichton 7d8d06f86b Remove deprecated functionality
This removes a large array of deprecated functionality, regardless of how
recently it was deprecated. The purpose of this commit is to clean out the
standard libraries and compiler for the upcoming alpha release.

Some notable compiler changes were to enable warnings for all now-deprecated
command line arguments (previously the deprecated versions were silently
accepted) as well as removing deriving(Zero) entirely (the trait was removed).

The distribution no longer contains the libtime or libregex_macros crates. Both
of these have been deprecated for some time and are available externally.
2015-01-03 23:43:57 -08:00
..
collections Remove deprecated functionality 2015-01-03 23:43:57 -08:00
io Remove deprecated functionality 2015-01-03 23:43:57 -08:00
num Remove deprecated functionality 2015-01-03 23:43:57 -08:00
path Remove deprecated functionality 2015-01-03 23:43:57 -08:00
prelude sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
rand Remove deprecated functionality 2015-01-03 23:43:57 -08:00
rt Remove deprecated functionality 2015-01-03 23:43:57 -08:00
sync Remove deprecated functionality 2015-01-03 23:43:57 -08:00
sys Remove deprecated functionality 2015-01-03 23:43:57 -08:00
thread_local sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
time sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
ascii.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
bitflags.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
bool.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00
c_str.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
c_vec.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
dynamic_lib.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
error.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
failure.rs rollup merge of #20377: alexcrichton/issue-20352 2015-01-02 09:16:26 -08:00
fmt.rs std: Enforce Unicode in fmt::Writer 2015-01-01 22:04:46 -08:00
hash.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
lib.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
macros.rs rollup merge of #20410: japaric/assoc-types 2015-01-02 13:51:50 -08:00
os.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
rtdeps.rs libs: merge librustrt into libstd 2014-12-18 23:31:34 -08:00
thread.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
thunk.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
tuple.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
unit.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00