Skip to content

proc_macro cleanups (3/N) - #147497

Merged
bors merged 3 commits into
rust-lang:masterfrom
cyrgani:proc-macro-cleanups-3
Oct 14, 2025
Merged

proc_macro cleanups (3/N)#147497
bors merged 3 commits into
rust-lang:masterfrom
cyrgani:proc-macro-cleanups-3

Conversation

@cyrgani

@cyrganicyrgani commented Oct 8, 2025

Copy link
Copy Markdown
Contributor

Followup to #147386, which removed the old Decode trait.
Can be reviewed commit by commit.

@rustbotrustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 8, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

r? @petrochenkov

rustbot has assigned @petrochenkov.
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

Comment threadlibrary/proc_macro/src/bridge/client.rs
@petrochenkovpetrochenkov added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 9, 2025
@cyrgani
cyrganiforce-pushed the proc-macro-cleanups-3 branch from f6b6986 to f4219cfCompareOctober 9, 2025 20:07
@cyrganicyrgani added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 9, 2025
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Oct 10, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit f4219cf has been approved by petrochenkov

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 Oct 10, 2025
Comment threadlibrary/proc_macro/src/bridge/server.rs Outdated
@bjorn3

Copy link
Copy Markdown
Member

@bors r-

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Oct 10, 2025
@cyrgani
cyrganiforce-pushed the proc-macro-cleanups-3 branch from f4219cf to 6a12470CompareOctober 10, 2025 20:19
@cyrganicyrgani added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 10, 2025
@bjorn3

Copy link
Copy Markdown
Member

@bors r=petrochenkov

@bors

bors commented Oct 13, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 6a12470 has been approved by petrochenkov

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 Oct 13, 2025
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.
@ZalatharZalathar mentioned this pull request Oct 14, 2025
bors added a commit that referenced this pull request Oct 14, 2025
Rollup of 11 pull requests
Successful merges:
- #146277 (Enable `u64` limbs in `core::num::bignum`)
- #146976 (constify basic Clone impls)
- #147249 (Do two passes of `handle_opaque_type_uses_next`)
- #147266 (fix 2 search graph bugs)
- #147468 (Implement fs api set_times and set_times_nofollow)
- #147497 (`proc_macro` cleanups (3/N))
- #147594 (std: implement `pal::os::exit` for VEXos)
- #147596 (Adjust the Arm targets in CI to reflect latest changes)
- #147607 (GVN: Invalidate derefs at loop headers)
- #147620 (Avoid redundant UB check in RangeFrom slice indexing)
- #147647 (Hide vendoring and copyright in GHA group)
r? `@ghost`
`@rustbot` modify labels: rollup
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.
@ZalatharZalathar mentioned this pull request Oct 14, 2025
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.
This was referenced Oct 14, 2025
bors added a commit that referenced this pull request Oct 14, 2025
Rollup of 12 pull requests
Successful merges:
- #146277 (Enable `u64` limbs in `core::num::bignum`)
- #146976 (constify basic Clone impls)
- #147249 (Do two passes of `handle_opaque_type_uses_next`)
- #147266 (fix 2 search graph bugs)
- #147497 (`proc_macro` cleanups (3/N))
- #147546 (Suppress unused_parens for labeled break)
- #147548 (Fix ICE for never pattern as closure parameters)
- #147594 (std: implement `pal::os::exit` for VEXos)
- #147596 (Adjust the Arm targets in CI to reflect latest changes)
- #147607 (GVN: Invalidate derefs at loop headers)
- #147620 (Avoid redundant UB check in RangeFrom slice indexing)
- #147647 (Hide vendoring and copyright in GHA group)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 428be2f into rust-lang:masterOct 14, 2025
10 checks passed
@rustbotrustbot added this to the 1.92.0 milestone Oct 14, 2025
rust-timer added a commit that referenced this pull request Oct 14, 2025
Rollup merge of #147497 - cyrgani:proc-macro-cleanups-3, r=petrochenkov
`proc_macro` cleanups (3/N)
Followup to #147386, which removed the old `Decode` trait.
Can be reviewed commit by commit.
@cyrgani
cyrgani deleted the proc-macro-cleanups-3 branch October 14, 2025 17:40
@bjorn3

Copy link
Copy Markdown
Member

Still in the queue

@bors r-

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Oct 14, 2025
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.
github-actionsBot pushed a commit to model-checking/verify-rust-std that referenced this pull request Nov 30, 2025
Rollup of 12 pull requests
Successful merges:
- rust-lang#146277 (Enable `u64` limbs in `core::num::bignum`)
- rust-lang#146976 (constify basic Clone impls)
- rust-lang#147249 (Do two passes of `handle_opaque_type_uses_next`)
- rust-lang#147266 (fix 2 search graph bugs)
- rust-lang#147497 (`proc_macro` cleanups (3/N))
- rust-lang#147546 (Suppress unused_parens for labeled break)
- rust-lang#147548 (Fix ICE for never pattern as closure parameters)
- rust-lang#147594 (std: implement `pal::os::exit` for VEXos)
- rust-lang#147596 (Adjust the Arm targets in CI to reflect latest changes)
- rust-lang#147607 (GVN: Invalidate derefs at loop headers)
- rust-lang#147620 (Avoid redundant UB check in RangeFrom slice indexing)
- rust-lang#147647 (Hide vendoring and copyright in GHA group)
r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-authorStatus: This is awaiting some action (such as code changes or more information) from the author.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@cyrgani@rustbot@petrochenkov@bors@bjorn3