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_data_structures
/
src
/
attributes.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-07
Rollup merge of #143535 - reallesee:patch-1, r=jdonszelmann
Jacob Pratt
-1
/
+1
2025-07-06
Port `#[path]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+3
2025-07-06
Remove duplicate word
Micke
-1
/
+1
2025-07-06
Rewrite empty attribute lint
Jonathan Brouwer
-3
/
+1
2025-07-05
Port `#[ignore]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+7
2025-07-04
Port `#[non_exhaustive]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+3
2025-07-04
Rollup merge of #143400 - GrigorenkoPV:attributes/lints, r=jdonszelmann
Matthias Krüger
-0
/
+3
2025-07-04
Port `#[rustc_pass_by_value]` to the new attribute system
Pavel Grigorenko
-0
/
+3
2025-07-03
Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+3
2025-07-03
Port `#[target_feature]` to the new attribute parsing infrastructure
Jonathan Brouwer
-2
/
+5
2025-07-01
Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr...
Jonathan Brouwer
-0
/
+3
2025-07-01
Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obk
bors
-0
/
+6
2025-06-29
Port #[link_section] to the new attribute parsing infrastructure
Anne Stijns
-0
/
+3
2025-06-28
Port `#[link_name]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+3
2025-06-27
Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...
Jonathan Brouwer
-0
/
+6
2025-06-27
Port `#[used]` to new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+14
2025-06-26
Port `#[export_name]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+8
2025-06-24
Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obk
Jubilee
-0
/
+3
2025-06-24
Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...
Jubilee
-0
/
+6
2025-06-24
Rewrite #[track_caller]
Jana Dönszelmann
-0
/
+3
2025-06-23
Port `#[rustc_skip_during_method_dispatch]` to the new attribute system
Pavel Grigorenko
-0
/
+3
2025-06-23
Add `#[loop_match]` for improved DFA codegen
bjorn3
-0
/
+6
2025-06-23
move naked checks out of check_attr.rs
Jana Dönszelmann
-1
/
+1
2025-06-23
rewrite #[naked] parser
Jana Dönszelmann
-0
/
+3
2025-06-22
Port `#[no_mangle]` to new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+3
2025-06-22
Port `#[must_use]` to new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+7
2025-06-21
Port `#[rustc_pub_transparent]` to the new attribute system
Pavel Grigorenko
-0
/
+3
2025-06-21
Rollup merge of #142539 - GrigorenkoPV:attributes/may_dangle, r=jdonszelmann
Jana Dönszelmann
-0
/
+5
2025-06-20
Port `#[may_dangle]` to the new attribute system
Pavel Grigorenko
-0
/
+5
2025-06-20
cold
Jana Dönszelmann
-0
/
+3
2025-06-20
Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk
Trevor Gross
-2
/
+4
2025-06-18
convert the `optimize` attribute to a new parser
Jana Dönszelmann
-2
/
+4
2025-06-18
add `#[align]` attribute
Folkert de Vries
-0
/
+3
2025-06-17
fix clippy
Jana Dönszelmann
-11
/
+6
2025-06-17
fix bugs in inline/force_inline and diagnostics of all attr parsers
Jana Dönszelmann
-2
/
+0
2025-06-17
implement rustc_force_inline parser
Jana Dönszelmann
-1
/
+2
2025-06-17
implement inline parser
Jonathan Dönszelmann
-3
/
+12
2025-06-16
Rollup merge of #142498 - GrigorenkoPV:as-ptr-refactor, r=jdonszelmann
Jakub Beránek
-0
/
+3
2025-06-16
Port `#[rustc_as_ptr]` to the new attribute system
Pavel Grigorenko
-0
/
+3
2025-06-15
Refactor `rustc_attr_data_structures` documentation
xizheyin
-14
/
+44
2025-06-06
Delete unused variant and document AttributeKind
mejrs
-20
/
+24
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-26
Spruce up `AttributeKind` docs
Alona Enraght-Moony
-5
/
+8
2025-02-24
pretty print hir attributes
Jana Dönszelmann
-8
/
+8
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-3
/
+41
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-4
/
+29
2025-01-24
Rename `OptimizeAttr::None` to `Default`
clubby789
-2
/
+4
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+6
2025-01-23
Implement `optimize(none)` attribute
clubby789
-0
/
+4
[next]