about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/link_attrs.rs
AgeCommit message (Expand)AuthorLines
2025-07-13Port `#[link_ordinal]` to the new attribute parsing infrastructure.Anne Stijns-3/+36
2025-07-09Use "Innermost" & "Outermost" terminology for `AttributeOrder`Pavel Grigorenko-2/+2
2025-07-07Port `#[rustc_std_internal_symbol]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-07Port `#[ffi_pure]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-07Port `#[ffi_const]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-07Port `#[export_stable]` to the new attribute systemPavel Grigorenko-2/+11
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-1/+30
2025-06-28Port `#[link_name]` to the new attribute parsing infrastructureJonathan Brouwer-0/+30