about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/mod.rs
AgeCommit message (Expand)AuthorLines
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