Skip to content

Conversation

@Bryntet
Copy link
Contributor

@Bryntet Bryntet commented Jan 18, 2026

Tracking issue: #131229

Made a new file since i saw this pattern for rustc_dump.rs

Very simple attributes so felt like I can do them all in one PR

r? @JonathanBrouwer

@rustbot
Copy link
Collaborator

rustbot commented Jan 18, 2026

Some changes occurred in compiler/rustc_passes/src/check_attr.rs

cc @jdonszelmann, @JonathanBrouwer

Some changes occurred in compiler/rustc_attr_parsing

cc @jdonszelmann, @JonathanBrouwer

Some changes occurred in compiler/rustc_hir/src/attrs

cc @jdonszelmann, @JonathanBrouwer

@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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 Jan 18, 2026
@JonathanBrouwer
Copy link
Contributor

@bors r+ rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 18, 2026

📌 Commit 9a931e8 has been approved by JonathanBrouwer

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 Jan 18, 2026
rust-bors bot pushed a commit that referenced this pull request Jan 18, 2026
…uwer

Rollup of 3 pull requests

Successful merges:

 - #151287 (Reorganizing `tests/ui/issues` 15 tests [2/N] )
 - #151309 (fix: thread creation failed on the wasm32-wasip1-threads target.)
 - #151335 (Port rustc allocator attributes to attribute parser)

r? @ghost
@rust-bors rust-bors bot merged commit 47d8a87 into rust-lang:main Jan 19, 2026
11 checks passed
rust-timer added a commit that referenced this pull request Jan 19, 2026
Rollup merge of #151335 - port_allocator_attrs, r=JonathanBrouwer

Port rustc allocator attributes to attribute parser

Tracking issue: #131229

Made a new file since i saw this pattern for `rustc_dump.rs`

Very simple attributes so felt like I can do them all in one PR

r? @JonathanBrouwer
@rustbot rustbot added this to the 1.95.0 milestone Jan 19, 2026
jhpratt added a commit to jhpratt/rust that referenced this pull request Jan 21, 2026
…onathanBrouwer

Port `#[patchable_function_entry]` to attr parser

This is the last codegen attr (see rust-lang#151335 and rust-lang#151336)!

Tracking issue: rust-lang#131229

currently this PR is rebased on rust-lang#151336 to make CI pass for the last commit

to see the actual changes in this PR you can look [here](https://github.com/rust-lang/rust/pull/151340/changes/3e731f7e84301a898a36e46ee5e4845ff9bda98a..55111fb468808b733e97170a841217a67666ac33)
rust-timer added a commit that referenced this pull request Jan 21, 2026
Rollup merge of #151340 - port_patchable_function_entry, r=JonathanBrouwer

Port `#[patchable_function_entry]` to attr parser

This is the last codegen attr (see #151335 and #151336)!

Tracking issue: #131229

currently this PR is rebased on #151336 to make CI pass for the last commit

to see the actual changes in this PR you can look [here](https://github.com/rust-lang/rust/pull/151340/changes/3e731f7e84301a898a36e46ee5e4845ff9bda98a..55111fb468808b733e97170a841217a67666ac33)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants