index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_attr_parsing
/
src
/
attributes
/
traits.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
Specify the list of allowed targets per attribute
Jonathan Brouwer
-2
/
+24
2025-08-11
Allow attr entries to declare list of alternatives for `List` and `NamedValue...
Esteban Küber
-1
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-17
parse `const trait Trait`
Deadbeef
-0
/
+1
2025-07-14
Port `#[pointee]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+7
2025-07-11
Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmann
Matthias Krüger
-3
/
+96
2025-07-09
Use "Innermost" & "Outermost" terminology for `AttributeOrder`
Pavel Grigorenko
-1
/
+1
2025-07-09
Port `#[rustc_coherence_is_core]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[rustc_allow_incoherent_impl]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Reorder attribute parsers in `traits.rs`
Pavel Grigorenko
-28
/
+35
2025-07-09
Port `#[rustc_paren_sugar]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[fundamental]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[marker]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[rustc_unsafe_specialization_marker]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[rustc_specialization_trait]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[type_const]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[rustc_coinductive]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[rustc_do_not_implement_via_object]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[rustc_deny_explicit_impl]` to the new attribute system
Pavel Grigorenko
-0
/
+7
2025-07-09
Port `#[const_trait]` to the new attribute system
Pavel Grigorenko
-2
/
+11
2025-06-23
Port `#[rustc_skip_during_method_dispatch]` to the new attribute system
Pavel Grigorenko
-0
/
+54