about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/test_attrs.rs
AgeCommit message (Expand)AuthorLines
2025-08-22convert strings to symbols in attr diagnosticsJana Dönszelmann-1/+1
2025-08-21Introduce a prelude for very common imports across dozens of filesJana Dönszelmann-11/+1
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-2/+4
2025-08-16take attr style into account in attr diagnosticsJana Dönszelmann-3/+3
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-2/+7
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-3/+8
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-1/+1
2025-08-06Port `#[should_panic]` to the new attribute parsing infrastructureJonathan Brouwer-0/+52
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-2/+2
2025-07-09Use "Innermost" & "Outermost" terminology for `AttributeOrder`Pavel Grigorenko-1/+1
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-0/+46