rustc_codegen_ssa: remove some unnecessary Box special-casing.#65448
Merged
bors merged 1 commit intorust-lang:masterfrom Oct 19, 2019
Merged
rustc_codegen_ssa: remove some unnecessary Box special-casing.#65448bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Member
Author
|
@bors try (for perf) |
Collaborator
|
⌛ Trying commit c39af6e with merge fe00dd0ab564055bb73c11adb998cdabbd8ee569... |
Collaborator
|
☀️ Try build successful - checks-azure |
This comment has been minimized.
This comment has been minimized.
1 similar comment
Member
Author
|
@rust-timer build fe00dd0ab564055bb73c11adb998cdabbd8ee569 |
Collaborator
|
Queued fe00dd0ab564055bb73c11adb998cdabbd8ee569 with parent 237d54f, future comparison URL. |
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit c39af6e has been approved by |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Oct 19, 2019
…li-obk rustc_codegen_ssa: remove some unnecessary Box special-casing. Could help simplify rust-lang#60900. r? @nikomatsakis
bors
added a commit
that referenced
this pull request
Oct 19, 2019
Rollup of 5 pull requests Successful merges: - #64007 (Add check for overlapping ranges to unreachable patterns lint) - #65192 (Use structured suggestion for restricting bounds) - #65226 (BTreeSet symmetric_difference & union optimized) - #65448 (rustc_codegen_ssa: remove some unnecessary Box special-casing.) - #65505 (Rc: value -> allocation) Failed merges: r? @ghost
Collaborator
|
☔ The latest upstream changes (presumably #65598) made this pull request unmergeable. Please resolve the merge conflicts. |
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.
Could help simplify #60900.
r? @nikomatsakis