Refactor generic parameter encoder functions#58581
Merged
bors merged 3 commits intorust-lang:masterfrom Mar 28, 2019
Merged
Conversation
This was referenced Feb 19, 2019
Collaborator
|
☔ The latest upstream changes (presumably #58561) made this pull request unmergeable. Please resolve the merge conflicts. |
eddyb
reviewed
Feb 26, 2019
eddyb
reviewed
Feb 26, 2019
ed15945 to
2423219
Compare
This comment has been minimized.
This comment has been minimized.
7dc5060 to
2423219
Compare
16 tasks
2423219 to
6217ee1
Compare
Contributor
Author
|
I've updated to take account of the different kinds. |
eddyb
approved these changes
Mar 26, 2019
Member
|
@bors r+ |
Collaborator
|
📌 Commit 6217ee1 has been approved by |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 27, 2019
…tor, r=eddyb Refactor generic parameter encoder functions Addresses rust-lang#58503 (comment). r? @eddyb
Contributor
|
Speculatively assigning blame of failure in #59457 (comment). @bors r- |
Contributor
Author
|
I'll rebase on top of #59466 and we'll see. |
Member
|
You may be vindicated -- #59466 (comment) failed the same way. |
Contributor
Author
|
@bors r=eddyb rollup |
Collaborator
|
📌 Commit 6217ee1 has been approved by |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Mar 28, 2019
…tor, r=eddyb Refactor generic parameter encoder functions Addresses rust-lang#58503 (comment). r? @eddyb
bors
added a commit
that referenced
this pull request
Mar 28, 2019
Rollup of 12 pull requests Successful merges: - #57987 (Fix some AArch64 typos) - #58581 (Refactor generic parameter encoder functions) - #58803 (fs::copy() unix: set file mode early) - #58848 (Prevent cache issues on version updates) - #59198 (Do not complain about unmentioned fields in recovered patterns) - #59351 (Include llvm-ar with llvm-tools component) - #59413 (HirIdify hir::ItemId) - #59441 (Remove the block on natvis for lld-link.) - #59448 (Use consistent phrasing for all macro summaries) - #59456 (Add documentation about `for` used as higher ranked trait bounds) - #59472 (Document that `std::io::BufReader` discards contents on drop) - #59474 (Fix link capitalization in documentation of std::io::BufWriter.) Failed merges: r? @ghost
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 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.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.
Addresses #58503 (comment).
r? @eddyb