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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-20
Port `#[may_dangle]` to the new attribute system
Pavel Grigorenko
-0
/
+1
2025-06-18
convert the `optimize` attribute to a new parser
Jana Dönszelmann
-0
/
+1
2025-06-17
fix bugs in inline/force_inline and diagnostics of all attr parsers
Jana Dönszelmann
-6
/
+19
2025-06-17
implement inline parser
Jonathan Dönszelmann
-0
/
+1
2025-06-16
Port `#[rustc_as_ptr]` to the new attribute system
Pavel Grigorenko
-0
/
+1
2025-06-12
remove 'static in some places
Jana Dönszelmann
-4
/
+4
2025-06-12
introduce new lint infra
Jana Dönszelmann
-60
/
+77
2025-06-12
Start using new diagnostic logic on all existing `single` parsers
Jonathan Dönszelmann
-24
/
+4
2025-06-12
introduce duplicate attribute diagnostic logic
Jana Dönszelmann
-7
/
+99
2025-06-11
consistently rename (old) attribute groups
Jana Dönszelmann
-1
/
+1
2025-06-11
document attribute parsers better
Jana Dönszelmann
-0
/
+9
2025-06-05
Clean `rustc_attr_parsing` documentation
xizheyin
-1
/
+1
2025-05-20
Avoid `rustc_span::` qualifiers.
Nicholas Nethercote
-4
/
+4
2025-04-20
Remove #[rustc_macro_edition_2021].
Mara Bos
-1
/
+0
2025-03-19
add rustc_macro_edition_2021
Jana Dönszelmann
-0
/
+1
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-8
/
+0
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-2
/
+132
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-8
/
+21
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-0
/
+17