Uh oh!
There was an error while loading. Please reload this page.
some more proc_macro cleanups - #147386
Merged
Merged
Conversation
rustbot
commented
Oct 5, 2025
Collaborator
rustbot has assigned @petrochenkov. Use |
petrochenkov
commented
Oct 6, 2025
Contributor
The second commit makes sense to me, the arena's use is limited, and if the |
Uh oh!
There was an error while loading. Please reload this page.
cyrganiforce-pushed
the
proc-macro-cleanup-2
branch
from
October 7, 2025 19:21
df4d26e to
7aa52eaComparepetrochenkov
commented
Oct 8, 2025
Contributor
@bors r+ |
bors
commented
Oct 8, 2025
Collaborator
bors added a commit
that referenced
this pull request
Oct 8, 2025
Rollup of 6 pull requests Successful merges: - #144006 (clarify wording of match ergonomics diagnostics (`rust_2024_incompatible_pat` lint and error)) - #147386 (some more `proc_macro` cleanups) - #147412 (Convert impossible cases in macro resolution into assertions) - #147464 (prefer repeat_n() over repeat().take()) - #147469 (Add rustdoc crate name in error) - #147472 (refactor: replace `LLVMRustAtomicLoad/Store` with LLVM built-in functions) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
github-actionsBot
pushed a commit
to model-checking/verify-rust-std
that referenced
this pull request
Oct 9, 2025
…trochenkov some more `proc_macro` cleanups Several smaller cleanups to `proc_macro`. Commits 1 and 3 seem pretty trivial to me, commit 2 might be worth it or not. Followup to rust-lang#147166.
chenyukang added a commit
to chenyukang/rust
that referenced
this pull request
Oct 14, 2025
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
Zalathar added a commit
to Zalathar/rust
that referenced
this pull request
Oct 14, 2025
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
Zalathar added a commit
to Zalathar/rust
that referenced
this pull request
Oct 14, 2025
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Oct 14, 2025
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Oct 14, 2025
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
Zalathar added a commit
to Zalathar/rust
that referenced
this pull request
Oct 14, 2025
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Oct 14, 2025
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
github-actionsBot
pushed a commit
to model-checking/verify-rust-std
that referenced
this pull request
Nov 30, 2025
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Several smaller cleanups to
proc_macro. Commits 1 and 3 seem pretty trivial to me, commit 2 might be worth it or not.Followup to #147166.