about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/parser.rs
AgeCommit message (Expand)AuthorLines
2025-08-28Improve error messages around invalid literals in attribute argumentsJonathan Brouwer-23/+36
2025-08-24fix ICE on stable related to attrs on macrosJana Dönszelmann-10/+10
2025-08-24Allow errors to be emitted as fatal during attribute parsingJana Dönszelmann-10/+13
2025-08-22Rewrite the new attribute parserJonathan Brouwer-232/+248
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-3/+9
2025-06-23move naked checks out of check_attr.rsJana Dönszelmann-0/+8
2025-06-12introduce new lint infraJana Dönszelmann-7/+7
2025-06-04Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmannMatthias Krüger-54/+8
2025-05-21Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.Nicholas Nethercote-3/+3
2025-05-21Remove `MetaItemParser::{path,deconstruct}`.Nicholas Nethercote-14/+5
2025-05-21Remove `MetaItemParser::{word,word_without_args,path_is}`.Nicholas Nethercote-23/+0
2025-05-21Remove an unnecessary lifetime.Nicholas Nethercote-1/+1
2025-05-20Remove `MetaItemListParser::all_{word,path}_list`, which are unused.Nicholas Nethercote-14/+0
2025-05-20Avoid `rustc_span::` qualifiers.Nicholas Nethercote-2/+1
2025-05-07Eliminate `word_or_empty` methods.Nicholas Nethercote-13/+2
2025-04-21Remove `token::{Open,Close}Delim`.Nicholas Nethercote-3/+1
2025-04-02Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`.Nicholas Nethercote-19/+1
2025-03-12Introduce `sym::dummy` and `Ident::dummy`.Nicholas Nethercote-2/+2
2025-03-06Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercoteMichael Goulet-0/+9
2025-02-28add test to reproduce #137662 (using ty decl macro fragment in an attr) and f...Jana Dönszelmann-0/+9
2025-02-28Remove `NtPath`.Nicholas Nethercote-24/+13
2025-02-28Remove `NtMeta`.Nicholas Nethercote-9/+0
2025-02-25fix #137589Jana Dönszelmann-5/+8
2025-02-24add test to verify that #132391 can be closedJana Dönszelmann-4/+3
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-0/+625