about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/deprecation.rs
AgeCommit message (Expand)AuthorLines
2025-06-17make error codes reflect reality betterJana Dönszelmann-52/+48
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-8/+7
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-0/+6
2025-06-12remove 'static in some placesJana Dönszelmann-1/+1
2025-06-12introduce new lint infraJana Dönszelmann-8/+8
2025-06-12Start using new diagnostic logic on all existing `single` parsersJonathan Dönszelmann-10/+2
2025-06-12introduce duplicate attribute diagnostic logicJana Dönszelmann-4/+5
2025-06-04Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmannMatthias Krüger-2/+2
2025-05-21Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.Nicholas Nethercote-2/+2
2025-05-20Avoid `rustc_span::` qualifiers.Nicholas Nethercote-2/+2
2025-05-07Eliminate `word_or_empty` methods.Nicholas Nethercote-15/+11
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-106/+108
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+149