Skip to content

Rollup of 3 pull requests#157404

Open
jhpratt wants to merge 11 commits into
rust-lang:mainfrom
jhpratt:rollup-npYd5Y2
Open

Rollup of 3 pull requests#157404
jhpratt wants to merge 11 commits into
rust-lang:mainfrom
jhpratt:rollup-npYd5Y2

Conversation

@jhpratt
Copy link
Copy Markdown
Member

@jhpratt jhpratt commented Jun 4, 2026

Successful merges:

r? @ghost

Create a similar rollup

icmccorm and others added 11 commits May 19, 2026 22:14
…-2, r=saethlin

Emit retags in codegen to support BorrowSanitizer (part 2)

Tracking issue: rust-lang#154760
[Zulip Thread](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Staging.20for.20emitting.20retags.20in.20codegen/with/593004012)

This is one of several PRs that will add experimental support for emitting retags as function calls in codegen. Each PR will be a minimal, improved slice of the changes in rust-lang#155965.

This PR adds a new unstable flag `-Zcodegen-emit-retag`, which will enable experimental retag calls in generated code. This flag is a nop for now, but the relevant methods have been added to codegen_ssa, and they are called wherever retags are necessary. Subsequent PRs will complete this implementation.

This does not depend on rust-lang#156208.

r? @RalfJung
…s, r=camelid

Fix ICE when wrong intra-doc link on type alias

Fixes rust-lang#157204.

I'm surprised this case wasn't uncovered before. Anyway, it was just a missing `Err` creation.

r? @camelid
@rust-bors rust-bors Bot added the rollup A PR which is a rollup label Jun 4, 2026
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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. labels Jun 4, 2026
@jhpratt
Copy link
Copy Markdown
Member Author

jhpratt commented Jun 4, 2026

@bors r+ rollup=never p=5

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented Jun 4, 2026

📌 Commit aa15473 has been approved by jhpratt

It is now in the queue for this repository.

@rust-bors rust-bors Bot 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 Jun 4, 2026
@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Jun 4, 2026
Rollup of 3 pull requests

Successful merges:

 - #156210 (Emit retags in codegen to support BorrowSanitizer (part 2))
 - #157317 (Fix ICE when wrong intra-doc link on type alias)
 - #157391 (Reorganize `tests/ui/issues` [4/N])
@rust-log-analyzer
Copy link
Copy Markdown
Collaborator

The job dist-arm-linux-gnueabi failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@rust-bors rust-bors Bot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 4, 2026
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented Jun 4, 2026

💔 Test for 3f0b01d failed: CI. Failed job:

@jhpratt
Copy link
Copy Markdown
Member Author

jhpratt commented Jun 4, 2026

@bors retry

@rust-bors rust-bors Bot 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 Jun 4, 2026
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented Jun 4, 2026

⌛ Testing commit aa15473 with merge 49b19d3...

Workflow: https://github.com/rust-lang/rust/actions/runs/26929556330

rust-bors Bot pushed a commit that referenced this pull request Jun 4, 2026
Rollup of 3 pull requests

Successful merges:

 - #156210 (Emit retags in codegen to support BorrowSanitizer (part 2))
 - #157317 (Fix ICE when wrong intra-doc link on type alias)
 - #157391 (Reorganize `tests/ui/issues` [4/N])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants