Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upstd: Fix tracking issues and clean deprecated APIs #32112
Conversation
This comment has been minimized.
This comment has been minimized.
|
r? @aturon |
alexcrichton
assigned
aturon
Mar 8, 2016
alexcrichton
force-pushed the
alexcrichton:fix-issues
branch
2 times, most recently
from
138fbf4
to
d481d39
Mar 8, 2016
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
force-pushed the
alexcrichton:fix-issues
branch
2 times, most recently
from
c802813
to
d80fb96
Mar 11, 2016
This comment has been minimized.
This comment has been minimized.
|
r=me, very nice. |
alexcrichton
force-pushed the
alexcrichton:fix-issues
branch
from
d80fb96
to
2c54926
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
added some commits
Mar 7, 2016
alexcrichton
force-pushed the
alexcrichton:fix-issues
branch
from
2c54926
to
95812ac
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
|
Travis is unhappy: https://travis-ci.org/rust-lang/rust/builds/115483851#L1725 |
bors
added a commit
that referenced
this pull request
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
|
bors
added a commit
that referenced
this pull request
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
|
|
bors
added a commit
that referenced
this pull request
Mar 12, 2016
bors
added a commit
that referenced
this pull request
Mar 12, 2016
alexcrichton
force-pushed the
alexcrichton:fix-issues
branch
from
95812ac
to
c2c5092
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
force-pushed the
alexcrichton:fix-issues
branch
from
c2c5092
to
b53764c
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Mar 12, 2016
This comment has been minimized.
This comment has been minimized.
bors
merged commit b53764c
into
rust-lang:master
Mar 13, 2016
This was referenced Mar 13, 2016
alexcrichton
deleted the
alexcrichton:fix-issues
branch
Mar 27, 2016
Sign up for free
to 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.
alexcrichton commentedMar 8, 2016
This PR fixes up a number of discrepancies found with tracking issues (some closed, some needed new ones, etc), and also cleans out all pre-1.8 deprecated APIs. The big beast here was dealing with
std::dynamic_lib, and via many applications of a large hammer it's now out of the standard library.