Skip to content

Rollup of 6 pull requests - #150482

Closed
JonathanBrouwer wants to merge 15 commits into
rust-lang:mainfrom
JonathanBrouwer:rollup-aj8k0cm
Closed

Rollup of 6 pull requests#150482
JonathanBrouwer wants to merge 15 commits into
rust-lang:mainfrom
JonathanBrouwer:rollup-aj8k0cm

Conversation

@JonathanBrouwer

@JonathanBrouwerJonathanBrouwer commented Dec 29, 2025

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

ZuseZ4and others added 15 commits December 22, 2025 11:18
Offload: Build offload as a single Step
r? ``@Kobzol``
Since it looks like we'll postpone enabling offload in CI for a bit, I factored out these improvements which we want independently. I locally tested both build options successfully, the in-tree-clang build, as well as the build where we provide a path to an external clang.
slice iter cleanup: replace checked_sub with saturating_sub
Continuation of rust-lang#146436
r? ``@joboet``
add has_offload/needs-offload to the test infra
unblocks: rust-lang#150426
Mostly copied from rust-lang#131044
lmk if some of these changes should land separately?
r? jieyouxu
fix running stdlib doctests in Miri in CI
r? ``@bjorn3``
Fix enum variant suggestion consuming trailing parenthesis
- Closesrust-lang#150459
Previously the logic incorrectly assumed the variant itself was the function being called when the parent node was a function all. This change adds a check to ensure the replacement span is only expanded if the path expression is actually the callee of the parent expression.
Fix new bors config
I added the root config under `[labels]` by accident, so it failed to be deserialized by bors.
@rustbotrustbot added A-compiletest Area: The compiletest test runner A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Dec 29, 2025
@JonathanBrouwer

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=5

@bors

bors commented Dec 29, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 58db714 has been approved by JonathanBrouwer

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 29, 2025
@JonathanBrouwer
JonathanBrouwer deleted the rollup-aj8k0cm branch August 21, 2026 08:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-compiletestArea: The compiletest test runnerA-rustc-dev-guideArea: rustc-dev-guideA-testsuiteArea: The testsuite used to check the correctness of rustcrollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@JonathanBrouwer@bors@rustbot@ZuseZ4@hkBst@RalfJung@el-ev@Kobzol