about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/context.rs
AgeCommit message (Expand)AuthorLines
2025-04-02Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`.Nicholas Nethercote-1/+1
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+2
2025-03-12Introduce `sym::dummy` and `Ident::dummy`.Nicholas Nethercote-2/+1
2025-02-25fix #137589Jana Dönszelmann-1/+4
2025-02-24lower attr spans and inline some functions to hopefully mitigate perf regress...Jana Dönszelmann-8/+14
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-1/+28
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-0/+315