-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
std: Remove old_io/old_path/rand #24303
Conversation
r? @aturon |
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
a57d713
to
9976ffc
Compare
This makes me happy :) r=me once it's passing tests for you. |
5be29a8
to
e97df69
Compare
@bors: r=aturon |
📌 Commit e97df69 has been approved by |
e97df69
to
6caa15a
Compare
@bors: r=aturon 6caa15a |
⌛ Testing commit 6caa15a with merge 1902376... |
This is some seriously epic trimming! |
💔 Test failed - auto-win-64-nopt-t |
6caa15a
to
4a1b53f
Compare
⌛ Testing commit 4a1b53f with merge 23e29bb... |
💔 Test failed - auto-mac-32-opt |
I think we could easily remove all distributions code. |
4a1b53f
to
0b95b9b
Compare
☔ The latest upstream changes (presumably #24198) made this pull request unmergeable. Please resolve the merge conflicts. |
0b95b9b
to
339b311
Compare
@bors: r=aturon On Mon, Apr 13, 2015 at 1:41 PM, bors notifications@github.com wrote:
|
📌 Commit 339b311 has been approved by |
🔒 Merge conflict |
☔ The latest upstream changes (presumably #24261) made this pull request unmergeable. Please resolve the merge conflicts. |
339b311
to
78028ed
Compare
☔ 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
b8760af
Compare
⌛ Testing commit b8760af with merge 6a21c70... |
💔 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!