Rollup of 5 pull requests - #161001
Closed
JonathanBrouwer wants to merge 19 commits into
Closed
Conversation
Currently it will always load proc-macros for the host. In the future it may also start loading wasm proc-macros. This way rust-analyzer doesn't have to pick between both options itself.
…rk-Simulacrum Remove target argument from get_proc_macros Currently it will always load proc-macros for the host. In the future it may also start loading wasm proc-macros. This way rust-analyzer doesn't have to pick between both options itself. Part of rust-lang#160389
self-profile more of borrowck As discussed in the t-types meeting, this PR adds a handful of interesting parts of borrowck to the self-profiler. They can be quite hot sometimes, and it would be good to see them in rustc-perf, or when using the self-profiler locally: - two for liveness - the various dataflow analyses r? @jackh726
…, r=notriddle Add new `unused_footnote_definition` rustdoc lint Follow-up of rust-lang#137803 (where the two first commits come from). It adds a new lint which checks for unused footnote definitions. r? @notriddle
…stion, r=chenyukang rustc_parse: suggest removing semicolon before `if` block Closes rust-lang#159812 Suggest removing semicolon before the block in an `if` expression
…r=JonathanBrouwer Remove old cfg parser which is now dead code Since rustdoc was fully migrated to the new `cfg` parser, this code can be removed. r? @JonathanBrouwer
Contributor
Author
|
@bors yield |
Contributor
|
❗ There is currently no auto build in progress on this PR. |
Contributor
Author
|
@bors r+ p=5 |
Contributor
This comment has been minimized.
This comment has been minimized.
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 12, 2026
…uwer Rollup of 5 pull requests Successful merges: - #160975 (Remove target argument from get_proc_macros) - #160985 (self-profile more of borrowck) - #137858 (Add new `unused_footnote_definition` rustdoc lint) - #160861 (rustc_parse: suggest removing semicolon before `if` block) - #160990 (Remove old cfg parser which is now dead code)
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Contributor
|
💔 Test for 54c08b9 failed: CI. Failed job:
|
Contributor
|
This pull request was unapproved due to being closed. |
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.
Successful merges:
unused_footnote_definitionrustdoc lint #137858 (Add newunused_footnote_definitionrustdoc lint)ifblock #160861 (rustc_parse: suggest removing semicolon beforeifblock)r? @ghost
Create a similar rollup