]> git.lizzy.rs Git - rust.git/commit
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)
commit7e3d1157246a13a7830431ce0253368029c8ee3e
treeeda093ca208286fd8679da8de9f3597b7a024c50
parent470118f3e915cdc8f936aca0640b28a7a3d8dc6c
parent7d8d06f86b48520814596bd5363d2b82bc619774
auto merge of #20462 : alexcrichton/rust/remove-deprecated, r=aturon

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.