about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/context.rs
AgeCommit message (Expand)AuthorLines
2025-06-04Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmannMatthias Krüger-1/+2
2025-05-21Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.Nicholas Nethercote-1/+1
2025-05-21Remove `MetaItemParser::{path,deconstruct}`.Nicholas Nethercote-1/+2
2025-05-20Fix up some comments.Nicholas Nethercote-16/+15
2025-05-20Simplify `Accepts`.Nicholas Nethercote-10/+7
2025-05-20Introduce some typedefs to improve readability.Nicholas Nethercote-6/+10
2025-04-23Use `clone` to clone `DelimArgs` in two places.Nicholas Nethercote-6/+2
2025-04-20Remove #[rustc_macro_edition_2021].Mara Bos-2/+0
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-3/+3
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