about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/traits.rs
AgeCommit message (Expand)AuthorLines
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-2/+24
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-17parse `const trait Trait`Deadbeef-0/+1
2025-07-14Port `#[pointee]` to the new attribute parsing infrastructureJonathan Brouwer-0/+7
2025-07-11Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmannMatthias Krüger-3/+96
2025-07-09Use "Innermost" & "Outermost" terminology for `AttributeOrder`Pavel Grigorenko-1/+1
2025-07-09Port `#[rustc_coherence_is_core]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_allow_incoherent_impl]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Reorder attribute parsers in `traits.rs`Pavel Grigorenko-28/+35
2025-07-09Port `#[rustc_paren_sugar]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[fundamental]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[marker]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_unsafe_specialization_marker]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_specialization_trait]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[type_const]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_coinductive]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_do_not_implement_via_object]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[rustc_deny_explicit_impl]` to the new attribute systemPavel Grigorenko-0/+7
2025-07-09Port `#[const_trait]` to the new attribute systemPavel Grigorenko-2/+11
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-0/+54