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
/
codegen_attrs.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
Specify the list of allowed targets per attribute
Jonathan Brouwer
-1
/
+76
2025-08-11
Allow attr entries to declare list of alternatives for `List` and `NamedValue...
Esteban Küber
-3
/
+3
2025-08-01
Remove the omit_gdb_pretty_printer_section attribute
bjorn3
-8
/
+0
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-29
coverage: Rename `CoverageStatus` to `CoverageAttrKind`
Zalathar
-5
/
+5
2025-07-19
Mitigate `#[align]` name resolution ambiguity regression with a rename
Jieyou Xu
-1
/
+2
2025-07-16
Port `#[coverage]` to the new attribute system
Sasha Pourcelot
-1
/
+40
2025-07-12
Port `#[omit_gdb_pretty_printer_section]` to the new attribute parsing infras...
Jonathan Brouwer
-0
/
+8
2025-07-09
Use "Innermost" & "Outermost" terminology for `AttributeOrder`
Pavel Grigorenko
-2
/
+2
2025-07-06
Rewrite empty attribute lint
Jonathan Brouwer
-0
/
+4
2025-07-03
Port `#[target_feature]` to the new attribute parsing infrastructure
Jonathan Brouwer
-2
/
+52
2025-07-02
NoArgsAttributeParser: use an assoc const instead
Pavel Grigorenko
-12
/
+3
2025-06-30
NoArgsAttributeParser
Pavel Grigorenko
-34
/
+14
2025-06-27
Port `#[used]` to new attribute parsing infrastructure
Jonathan Brouwer
-1
/
+82
2025-06-26
Port `#[export_name]` to the new attribute parsing infrastructure
Jonathan Brouwer
-1
/
+28
2025-06-24
Rewrite #[track_caller]
Jana Dönszelmann
-3
/
+21
2025-06-23
Port `#[rustc_skip_during_method_dispatch]` to the new attribute system
Pavel Grigorenko
-7
/
+7
2025-06-23
move naked checks out of check_attr.rs
Jana Dönszelmann
-14
/
+106
2025-06-23
rewrite #[naked] parser
Jana Dönszelmann
-1
/
+18
2025-06-22
Port `#[no_mangle]` to new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+18
2025-06-20
expected word diagnostic test
Jana Dönszelmann
-1
/
+1
2025-06-20
cold
Jana Dönszelmann
-0
/
+18
2025-06-18
convert the `optimize` attribute to a new parser
Jana Dönszelmann
-0
/
+40