about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/codegen_attrs.rs
AgeCommit message (Expand)AuthorLines
2025-06-27Port `#[used]` to new attribute parsing infrastructureJonathan Brouwer-1/+82
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-1/+28
2025-06-24Rewrite #[track_caller]Jana Dönszelmann-3/+21
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-7/+7
2025-06-23move naked checks out of check_attr.rsJana Dönszelmann-14/+106
2025-06-23rewrite #[naked] parserJana Dönszelmann-1/+18
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-0/+18
2025-06-20expected word diagnostic testJana Dönszelmann-1/+1
2025-06-20coldJana Dönszelmann-0/+18
2025-06-18convert the `optimize` attribute to a new parserJana Dönszelmann-0/+40