]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22567 - Gankro:unstable, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 21 Feb 2015 20:23:16 +0000 (01:53 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 21 Feb 2015 20:23:16 +0000 (01:53 +0530)
commit59ab2daad3a2a78ba8d72689b684aff6a751b992
treefde20950cca6318f89f21fc843ba03a16513b324
parent494dbe9c07839a8eeb2b035f86011df52f625a2d
parentac7d964dcf62f4c6104ae8d6bf3713f697215769
Rollup merge of #22567 - Gankro:unstable, r=alexcrichton

 * Adds features and allows
* Removes unused muts, unused imports, dead code
* Migrates some deprecated code to new io/env
* Changes std::num::uint/int to be re-exports of std::num::usize/isize

libcollections, liballoc, and libcoretest no longer warn during testing.

libstd warns much less, though there's some dangly bits that weren't obvious fixes. In particular, how to only supress deprecated warnings in specific submodules of std.
src/libstd/io/mod.rs
src/libstd/thread.rs