Skip to content

Rollup of 10 pull requests - #147661

Closed
matthiaskrgr wants to merge 19 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-7pw7gas
Closed

Rollup of 10 pull requests#147661
matthiaskrgr wants to merge 19 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-7pw7gas

Conversation

@matthiaskrgr

@matthiaskrgrmatthiaskrgr commented Oct 14, 2025

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

Kivooeoand others added 19 commits September 6, 2025 15:45
we should not get the certainty from the current result of the
provisional cache entry
…pre-fallback where we equate hidden types but do not report errors
…ve the assert in favor over a comment, and change to & for &mut
Enable `u64` limbs in `core::num::bignum`
Since `u128` is stable now, I guess, we can safely add this, not sure if this requires tests or anything
cc rust-lang#137887
Do two passes of `handle_opaque_type_uses_next`
Fixesrust-lang/trait-system-refactor-initiative#240
Also did a little bit of cleanup, can squash the commits if decided.
r? lcnr
fix 2 search graph bugs
wooooooooops, i should really run the fuzzer even when not changing the structure of the search graph as a whole :3 fixes the `ml-kem` ICE in the next-solver crater run
r? `@BoxyUwU`
…etrochenkov
`proc_macro` cleanups (3/N)
Followup to rust-lang#147386, which removed the old `Decode` trait.
Can be reviewed commit by commit.
@rustbotrustbot 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. labels Oct 14, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

r? @lcnr

rustbot has assigned @lcnr.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbotrustbot added T-libs Relevant to the library team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver) labels Oct 14, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

⚠️Warning⚠️

  • The following commits have merge commits (commits with multiple parents) in your changes. We have a no merge policy so these commits will need to be removed for this pull request to be merged.

    You can start a rebase with the following commands:

    $ # rebase
    $ git pull --rebase https://github.com/rust-lang/rust.git master
    $ git push --force-with-lease
    

@rustbotrustbot added has-merge-commits PR has merge commits, merge with caution. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 14, 2025
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=5

@bors

bors commented Oct 14, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 3ee0174 has been approved by matthiaskrgr

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. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 14, 2025
@matthiaskrgrmatthiaskrgr added rollup A PR which is a rollup and removed has-merge-commits PR has merge commits, merge with caution. labels Oct 14, 2025
@Zalathar

Copy link
Copy Markdown
Member

Something went wrong with the creation of this rollup.

@bors r-

@rustbot

Copy link
Copy Markdown
Collaborator

Error: Assignment is not allowed on a closed PR.

Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip.

@matthiaskrgrmatthiaskrgr changed the title Rollup 7pw7gasRollup of 10 pull requestsOct 14, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.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.WG-trait-system-refactorThe Rustc Trait System Refactor Initiative (-Znext-solver)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@matthiaskrgr@rustbot@bors@Zalathar@lcnr@Kivooeo@jackh726@npmccallum@cyrgani