about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/lint_helpers.rs
AgeCommit message (Expand)AuthorLines
2025-08-21Introduce a prelude for very common imports across dozens of filesJana Dönszelmann-8/+1
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-2/+4
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-2/+25
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+1
2025-07-12Port `#[automatically_derived]` to the new attribute parsing infrastructureJonathan Brouwer-0/+7
2025-07-04Port `#[rustc_pass_by_value]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-02NoArgsAttributeParser: use an assoc const insteadPavel Grigorenko-8/+2
2025-06-30NoArgsAttributeParserPavel Grigorenko-22/+9
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-4/+8
2025-06-21Port `#[rustc_pub_transparent]` to the new attribute systemPavel Grigorenko-0/+13
2025-06-17make error codes reflect reality betterJana Dönszelmann-2/+2
2025-06-16Port `#[rustc_as_ptr]` to the new attribute systemPavel Grigorenko-0/+21