Skip to content

Rollup of 4 pull requests - #133178

Closed
GuillaumeGomez wants to merge 9 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup-ptdis1l
Closed

Rollup of 4 pull requests#133178
GuillaumeGomez wants to merge 9 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup-ptdis1l

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

tshepangand others added 9 commits November 18, 2024 07:45
…to_privacy, r=compiler-errors
stability: remove skip_stability_check_due_to_privacy
This was added in rust-lang#38689 to deal with rust-lang#38412. However, even after removing the check, the relevant tests still pass. Let's see if CI finds any other tests that rely on this. If not, it seems like logic elsewhere in the compiler changed so this is not required any more.
remove pointless cold_path impl in interpreter
This has a fallback impl so the interpreter impl is not needed.
r? `@saethlin`
…r=WaffleLapkin
Update autolabels for T-compiler and T-bootstrap
- Tag more test suite changes with `T-compiler`.
- Tag `src/build_helper` with `T-bootstrap`.
@rustbotrustbot added A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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. labels Nov 18, 2024
@rustbotrustbot added the rollup A PR which is a rollup label Nov 18, 2024
@GuillaumeGomez
GuillaumeGomez deleted the rollup-ptdis1l branch November 18, 2024 16:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-metaArea: Issues & PRs about the rust-lang/rust repository itselfrollupA PR which is a rollupS-waiting-on-reviewStatus: Awaiting review from the assignee but also interested parties.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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@GuillaumeGomez@rustbot@tshepang@RalfJung@jieyouxu