]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #20462 : alexcrichton/rust/remove-deprecated, r=aturon
authorbors <bors@rust-lang.org>
Sun, 4 Jan 2015 07:51:06 +0000 (07:51 +0000)
committerbors <bors@rust-lang.org>
Sun, 4 Jan 2015 07:51:06 +0000 (07:51 +0000)
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.


Trivial merge