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