Uh oh!
There was an error while loading. Please reload this page.
Rollup of 5 pull requests - #67704
Closed
Dylan-DPC-zz wants to merge 13 commits into
Closed
Conversation
We only want to return specializations when `Reveal::All` is passed, not when `Reveal::UserFacing` is. Resolving this fixes several issues with the `ConstProp`, `SimplifyBranches`, and `Inline` MIR optimization passes. Fixesrust-lang#66901
This extends the existing logic which skips validating every integer or floating point number type to also skip validating empty structs because they are also trivially valid. Fixesrust-lang#67539
…ate more constants during const prop
Stabilize attribute macros on inline modules While still gating non-inline modules in proc macro input. Split from rust-lang#63931 cc rust-lang#54727
…sleywiser Work around a resolve bug in const prop r? @wesleywiser@anp This isn't exposed right now, but further changes to rustc may start causing bugs without this.
…d_constants, r=oli-obk Resolve long compile times when evaluating always valid constants This extends the existing logic which skips validating every integer or floating point number type to also skip validating empty structs because they are also trivially valid. Fixesrust-lang#67539 r? @oli-obk cc @RalfJung@spastorino
resolve: Minor cleanup of duplicate macro reexports Enabled by rust-lang#65785 which changed `duplicate_macro_exports` from a lint to a hard error.
Do not ICE on lifetime error involving closures Fixrust-lang#67634.
Dylan-DPC-zz
commented
Dec 29, 2019
Author
@bors r+ rollup=never p=5 |
bors
commented
Dec 29, 2019
Collaborator
📌 Commit 18a51bd has been approved by |
bors
commented
Dec 29, 2019
Collaborator
⌛ Testing commit 18a51bd with merge d897fb5a94c352df98f9f94d4eec88f6a239c967... |
rust-highfive
commented
Dec 29, 2019
Contributor
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Dec 29, 2019
Collaborator
💔 Test failed - checks-azure |
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.
Successful merges:
Failed merges:
r? @ghost