Uh oh!
There was an error while loading. Please reload this page.
std: Remove old_io/old_path/rand - #24303
Conversation
alexcrichton
commented
Apr 10, 2015
r? @aturon |
rust-highfive
commented
Apr 10, 2015
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
a57d713 to
9976ffcCompareaturon
commented
Apr 10, 2015
This makes me happy :) r=me once it's passing tests for you. |
5be29a8 to
e97df69Comparealexcrichton
commented
Apr 10, 2015
@bors: r=aturon |
bors
commented
Apr 10, 2015
📌 Commit e97df69 has been approved by |
e97df69 to
6caa15aComparealexcrichton
commented
Apr 11, 2015
@bors: r=aturon 6caa15a |
bors
commented
Apr 11, 2015
⌛ Testing commit 6caa15a with merge 1902376... |
tshepang
commented
Apr 11, 2015
This is some seriously epic trimming! |
bors
commented
Apr 11, 2015
💔 Test failed - auto-win-64-nopt-t |
6caa15a to
4a1b53fComparealexcrichton
commented
Apr 13, 2015
bors
commented
Apr 13, 2015
⌛ Testing commit 4a1b53f with merge 23e29bb... |
bors
commented
Apr 13, 2015
💔 Test failed - auto-mac-32-opt |
nagisa
commented
Apr 13, 2015
I think we could easily remove all distributions code. |
4a1b53f to
0b95b9bComparealexcrichton
commented
Apr 13, 2015
bors
commented
Apr 13, 2015
☔ The latest upstream changes (presumably #24198) made this pull request unmergeable. Please resolve the merge conflicts. |
0b95b9b to
339b311Comparealexcrichton
commented
Apr 13, 2015
@bors: r=aturon On Mon, Apr 13, 2015 at 1:41 PM, bors notifications@github.com wrote:
|
bors
commented
Apr 13, 2015
📌 Commit 339b311 has been approved by |
bors
commented
Apr 14, 2015
🔒 Merge conflict |
bors
commented
Apr 14, 2015
☔ The latest upstream changes (presumably #24261) made this pull request unmergeable. Please resolve the merge conflicts. |
339b311 to
78028edComparealexcrichton
commented
Apr 14, 2015
bors
commented
Apr 14, 2015
☔ The latest upstream changes (presumably #24312) made this pull request unmergeable. Please resolve the merge conflicts. |
This commit entirely removes the old I/O, path, and rand modules. All functionality has been deprecated and unstable for quite some time now!
Just bind the relevant platform-specific functions we should probably be calling anyway.
Needed to get modules like rustc_back::tempdir compiling.
This apparently fixes obscure bugs on OSX!
None of these actually compile any more!
78028ed to
b8760afComparealexcrichton
commented
Apr 14, 2015
bors
commented
Apr 14, 2015
⌛ Testing commit b8760af with merge 6a21c70... |
bors
commented
Apr 14, 2015
💔 Test failed - auto-win-64-opt |
This commit removes these long deprecated modules. Such a nice diff stat!
This commit removes these long deprecated modules. Such a nice diff stat!