about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/mod.rs
AgeCommit message (Expand)AuthorLines
2025-06-20Port `#[may_dangle]` to the new attribute systemPavel Grigorenko-0/+1
2025-06-18convert the `optimize` attribute to a new parserJana Dönszelmann-0/+1
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-6/+19
2025-06-17implement inline parserJonathan Dönszelmann-0/+1
2025-06-16Port `#[rustc_as_ptr]` to the new attribute systemPavel Grigorenko-0/+1
2025-06-12remove 'static in some placesJana Dönszelmann-4/+4
2025-06-12introduce new lint infraJana Dönszelmann-60/+77
2025-06-12Start using new diagnostic logic on all existing `single` parsersJonathan Dönszelmann-24/+4
2025-06-12introduce duplicate attribute diagnostic logicJana Dönszelmann-7/+99
2025-06-11consistently rename (old) attribute groupsJana Dönszelmann-1/+1
2025-06-11document attribute parsers betterJana Dönszelmann-0/+9
2025-06-05Clean `rustc_attr_parsing` documentationxizheyin-1/+1
2025-05-20Avoid `rustc_span::` qualifiers.Nicholas Nethercote-4/+4
2025-04-20Remove #[rustc_macro_edition_2021].Mara Bos-1/+0
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+1
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-8/+0
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-2/+132
2025-02-24Change span field accesses to method callsJana Dönszelmann-8/+21
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+17