Skip to content

Use Reveal::All in MIR optimizations - #70259

Merged
bors merged 2 commits into
rust-lang:masterfrom
wesleywiser:use_reveal_all
Mar 24, 2020
Merged

Use Reveal::All in MIR optimizations#70259
bors merged 2 commits into
rust-lang:masterfrom
wesleywiser:use_reveal_all

Conversation

@wesleywiser

Copy link
Copy Markdown
Member

Resolves some code review feedback in #67662.

Fixes#68855

r? @eddyb

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 22, 2020
@eddyb

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Mar 23, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 61d3be8 has been approved by eddyb

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 23, 2020
Centril added a commit to Centril/rust that referenced this pull request Mar 24, 2020
Use Reveal::All in MIR optimizations
Resolves some code review feedback in rust-lang#67662.
Fixesrust-lang#68855
r? @eddyb
@CentrilCentril mentioned this pull request Mar 24, 2020
Centril added a commit to Centril/rust that referenced this pull request Mar 24, 2020
Use Reveal::All in MIR optimizations
Resolves some code review feedback in rust-lang#67662.
Fixesrust-lang#68855
r? @eddyb
@CentrilCentril mentioned this pull request Mar 24, 2020
@CentrilCentril mentioned this pull request Mar 24, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 24, 2020
Rollup of 8 pull requests
Successful merges:
- rust-lang#68884 (Make the `type_of` return a generic type for generators)
- rust-lang#69788 (Fix sequence of Type and Trait in optin-builtin-traits in Unstable Book)
- rust-lang#70074 (Expand: nix all fatal errors)
- rust-lang#70077 (Store idents for `DefPathData` into crate metadata)
- rust-lang#70213 (traits/fulfill: allow `stalled_on` to track `ty::Const::Infer(_)` (unused yet).)
- rust-lang#70259 (Use Reveal::All in MIR optimizations)
- rust-lang#70284 (correctly handle const params in type_of)
- rust-lang#70289 (Refactor `codegen`)
Failed merges:
r? @ghost
@bors
bors merged commit 0d5b83d into rust-lang:masterMar 24, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Worsened debug build codegen in beta

4 participants

@wesleywiser@eddyb@bors@rust-highfive