-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Rollup of 9 pull requests #151392
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
Closed
Closed
Rollup of 9 pull requests #151392
Conversation
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
Remove references to homu and fix bors delegation command
candidate preference, mention RPITIT issue
Add rust-analyzer setup for out-of-tree rustc_private crates
…he correct `DefId`
Added section on using GitHub Dev for PR inspection
The link for finding issues leads to a 404. This adds the repo to the query in the url so the search works.
Fix issue query deadlink in getting-started.md
add range-diff triagebot option
…ng is working as expected
… setting, allowing to simplify JS code
…inarycat [rustdoc] Make popover menus content scrollable on mobile devices Fixes rust-lang#151209. This is what it looks like: <img width="468" height="601" alt="image" src="https://github.com/user-attachments/assets/39dcbfea-ca31-4875-947f-155b58ffa4bd" /> The only difference with the current display: <img width="468" height="601" alt="image" src="https://github.com/user-attachments/assets/b49c6100-3566-4f79-8343-1bf4fe32da78" /> is that we now see the bottom border (and that we can scroll the content too of course). I applied this change to both the settings and helps popover menus. r? @lolbinarycat
…ted-note, r=lolbinarycat rustdoc: Fix ICE when deprecated note is not resolved on the correct `DefId` Supersedes rust-lang#151237. Follow-up of rust-lang#151120. The `span` overlapping approach wasn't good enough so instead we now check if the reexport itself has the `deprecated` attribute, and if so, we resolve the path to the reexport `DefId`, otherwise we resolve it on the reexported item's `DefId`. cc @Zalathar r? @lolbinarycat
Fix terminal width dependent tests [#t-compiler > What is -Zui-testing=no and why are we using it](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/What.20is.20-Zui-testing.3Dno.20and.20why.20are.20we.20using.20it/with/568842970) See zulip thread. I've verified locally that this lets me run the ui test suite without problems even with a very thin terminal 😆
add basic `TokenStream` api tests There were none so far. Especially helpful for rust-lang#130856.
rustc-dev-guide subtree update Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@64f0f77. Created using https://github.com/rust-lang/josh-sync. r? @ghost
Member
Author
|
Rollup of everything. @bors r+ rollup=never p=5 |
Contributor
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Member
Author
|
@bors try jobs=x86_64-gnu-tools |
This comment has been minimized.
This comment has been minimized.
rust-bors bot
pushed a commit
that referenced
this pull request
Jan 20, 2026
Rollup of 9 pull requests try-job: x86_64-gnu-tools
Contributor
|
💔 Test for e4b5455 failed: CI. Failed job:
|
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-rustc-dev-guide
Area: rustc-dev-guide
A-rustdoc-js
Area: Rustdoc's JS front-end
A-rustdoc-json
Area: Rustdoc JSON backend
A-rustdoc-search
Area: Rustdoc's search feature
rollup
A PR which is a rollup
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
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:
DefId#151255 (rustdoc: Fix ICE when deprecated note is not resolved on the correctDefId)TokenStreamapi tests #151384 (add basicTokenStreamapi tests)r? @ghost
Create a similar rollup