-
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 32 pull requests #56775
Rollup of 32 pull requests #56775
Conversation
`mir_stats` mod has not been used since c1ff104.
Filter out `ProcMacroStub`s to avoid an ICE during cleaning. Also add proc macros to `cache().paths` so it can generate links.
Popping and pushing from the end of a linked list is constant time. This documentation is already there for popping and pushing from the front. @bors: r+ 38fe8d2 rollup
Also, provide a suggestion for the correct syntax.
Initially, rust-lang#50233 accidentally changed the capacity of empty ZST. This was pointed out during code review. This commit adds a test to prevent capacity of ZST vectors from accidentally changing to prevent that from happening again.
📌 Commit 055e288 has been approved by |
…ker-flavor, r=nagisa Stabilize `linker-flavor` flag. Part of rust-lang#55396. This commit moves the linker-flavor flag from a debugging option to a codegen option, thus stabilizing it. There are no feature flags associated with this flag.
… r=kennytm Add short emoji status to toolstate updates I get a lot of these emails and it's good to know which ones I should be paying closer attention to -- i.e. the ones where clippy breaks. This adds a short emoji status report to the first line of the commit message, which shows up in notifications directly I haven't been able to test it, and the actual emoji are just suggestions.
📌 Commit 8caa657 has been approved by |
📌 Commit d05956190581cdf14dca91eb2f56821695b06215 has been approved by |
⌛ Testing commit d05956190581cdf14dca91eb2f56821695b06215 with merge 2353402c413985843641c4e23df6b0310b6d8a52... |
💔 Test failed - status-travis |
📌 Commit 8caa657 has been approved by |
⌛ Testing commit 8caa657 with merge ab187f7479c89404d9d6a44a5cb88eb3c21ac797... |
💔 Test failed - status-travis |
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 |
☔ The latest upstream changes (presumably #56351) made this pull request unmergeable. Please resolve the merge conflicts. |
Successful merges:
linker-flavor
flag. #56351 (Stabilizelinker-flavor
flag.)maybe_new_parser_from_file
variant #56658 (Add non-panickingmaybe_new_parser_from_file
variant)newtype_index!
withinSymbol
. #56699 (Use anewtype_index!
withinSymbol
.)adx
target feature to whitelist #56749 (x86: Add theadx
target feature to whitelist)impl Trait
when suggesting lifetime #56755 (Account forimpl Trait
when suggesting lifetime)