about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/rustc_internal.rs
AgeCommit message (Expand)AuthorLines
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-2/+6
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-2/+2
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+1
2025-07-13Port `#[link_ordinal]` to the new attribute parsing infrastructure.Anne Stijns-29/+5
2025-07-09Use "Innermost" & "Outermost" terminology for `AttributeOrder`Pavel Grigorenko-3/+3
2025-07-01Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr...Jonathan Brouwer-0/+18
2025-06-27Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-0/+59