Uh oh!
There was an error while loading. Please reload this page.
std: Clean out #[deprecated] APIs - #23873
Closed
alexcrichton wants to merge 1 commit into
Closed
Conversation
alexcrichton
commented
Mar 30, 2015
MemberAuthor
r? @aturon |
rust-highfive
commented
Mar 30, 2015
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichtonforce-pushed
the
remove-deprecated
branch
from
March 30, 2015 23:33
5d3514c to
11bfd8dCompareContributor
There was a problem hiding this comment.
May as well leave this around, it's coming back :)
alexcrichtonforce-pushed
the
remove-deprecated
branch
2 times, most recently
from
March 31, 2015 17:11
a91c151 to
2b5450dCompareaturon
commented
Mar 31, 2015
Contributor
r=me after a rebase. Thanks for tirelessly doing these! Spring cleaning :) |
This commit cleans out a large amount of deprecated APIs from the standard library and some of the facade crates as well, updating all users in the compiler and in tests as it goes along.
alexcrichtonforce-pushed
the
remove-deprecated
branch
from
March 31, 2015 18:32
2b5450d to
a40f309Comparealexcrichton
commented
Mar 31, 2015
MemberAuthor
alexcrichton added a commit
to alexcrichton/rust
that referenced
this pull request
Mar 31, 2015
Conflicts: src/libcollectionstest/fmt.rs src/libcollectionstest/lib.rs src/libcollectionstest/str.rs src/libcore/error.rs src/libstd/fs.rs src/libstd/io/cursor.rs src/libstd/os.rs src/libstd/process.rs src/libtest/lib.rs src/test/run-pass-fulldeps/compiler-calls.rs
bors
commented
Apr 1, 2015
Collaborator
☔ The latest upstream changes (presumably #23936) made this pull request unmergeable. Please resolve the merge conflicts. |
alexcrichton
commented
Apr 1, 2015
MemberAuthor
Merged in #23936 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit cleans out a large amount of deprecated APIs from the standard
library and some of the facade crates as well, updating all users in the
compiler and in tests as it goes along.