-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 5 pull requests #69193
Rollup of 5 pull requests #69193
Conversation
The old code hard-coded the transfer function for the initialized places analyses.
…matthewjasper Don't give invalid suggestion on desugared span.
…ls2, r=eddyb Use `ResultsCursor` for `elaborate_drops` Some cleanup after rust-lang#68241. The old code was using a custom cursor-like struct called `InitializationData`.
…thewjasper Don't print block exit state in dataflow graphviz if unchanged A small quality-of-life improvement I was using while working on rust-lang#68528. It's pretty common to have a lot of zero-statement basic blocks, especially before a `SimplifyCfg` pass is run. When the dataflow state was dense, these blocks could take up a lot of vertical space since the full flow state was printed on both entry and exit. After this PR, we only print a block's exit state if it differs from that block's entry state. Take a look at the two basic blocks on the left. Before: ![image](https://user-images.githubusercontent.com/29463364/74505395-e2d1dd00-4eab-11ea-8006-ec8f0dc9d1b6.png) After: ![image](https://user-images.githubusercontent.com/29463364/74505277-98506080-4eab-11ea-8d95-5190bc378331.png)
Rename `FunctionRetTy` to `FnRetTy` As per FIXME comment r? @Centril
[tiny] parser: `macro_rules` is a weak keyword r? @Centril
@bors r+ rollup=never p=6 |
📌 Commit 5f6432b has been approved by |
@bors retry |
⌛ Testing commit 5f6432b with merge 69f150e721d4cb34e9870a4324641a0a0cb603d7... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
💔 Test failed - checks-azure |
Successful merges:
ResultsCursor
forelaborate_drops
#69156 (UseResultsCursor
forelaborate_drops
)FunctionRetTy
toFnRetTy
#69179 (RenameFunctionRetTy
toFnRetTy
)macro_rules
is a weak keyword #69186 ([tiny] parser:macro_rules
is a weak keyword)Failed merges:
r? @ghost