about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/deprecation.rs
AgeCommit message (Expand)AuthorLines
2025-08-30Remove incorrect FIXMEJonathan Brouwer-1/+1
2025-08-21Introduce a prelude for very common imports across dozens of filesJana Dönszelmann-14/+9
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-2/+4
2025-08-16Fix deprecation attribute on foreign statics & typesJonathan Brouwer-0/+2
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-2/+27
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-1/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+1
2025-07-09Use "Innermost" & "Outermost" terminology for `AttributeOrder`Pavel Grigorenko-1/+1
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