about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/allow_unstable.rs
AgeCommit message (Expand)AuthorLines
2025-08-21Introduce a prelude for very common imports across dozens of filesJana Dönszelmann-10/+1
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-2/+3
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-1/+21
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-3/+3
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+1
2025-07-15Setup unstable feature bound attributetiif-0/+20
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-2/+4
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-0/+3
2025-06-12remove 'static in some placesJana Dönszelmann-2/+2
2025-06-12introduce new lint infraJana Dönszelmann-16/+18
2025-06-04Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmannMatthias Krüger-1/+1
2025-05-21Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.Nicholas Nethercote-1/+1
2025-05-20Avoid `rustc_span::` qualifiers.Nicholas Nethercote-2/+2
2025-05-07Eliminate `word_or_empty` methods.Nicholas Nethercote-1/+1
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-37/+55
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-12/+12
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+49