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
Age
Commit message (
Expand
)
Author
Lines
2025-07-14
Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=...
Samuel Tardieu
-0
/
+4
2025-07-14
Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmann
Jakub Beránek
-0
/
+4
2025-07-13
Port `#[link_ordinal]` to the new attribute parsing infrastructure.
Anne Stijns
-0
/
+4
2025-07-12
Port `#[omit_gdb_pretty_printer_section]` to the new attribute parsing infras...
Jonathan Brouwer
-0
/
+4
2025-07-12
Port `#[automatically_derived]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+4
2025-07-09
Port `#[rustc_coherence_is_core]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[rustc_allow_incoherent_impl]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[rustc_paren_sugar]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[fundamental]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[marker]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[rustc_unsafe_specialization_marker]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[rustc_specialization_trait]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[type_const]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[rustc_coinductive]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[rustc_do_not_implement_via_object]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[rustc_deny_explicit_impl]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-09
Port `#[const_trait]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-08
Rollup merge of #143593 - mejrs:dummy, r=jdonszelmann
Matthias Krüger
-0
/
+4
2025-07-07
Port #[rustc_dummy]
mejrs
-0
/
+4
2025-07-07
Port `#[rustc_std_internal_symbol]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-07
Port `#[ffi_pure]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-07
Port `#[ffi_const]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-07
Port `#[export_stable]` to the new attribute system
Pavel Grigorenko
-0
/
+4
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
/
+4
2025-07-06
Remove duplicate word
Micke
-1
/
+1
2025-07-06
Rewrite empty attribute lint
Jonathan Brouwer
-4
/
+3
2025-07-05
Port `#[ignore]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+8
2025-07-04
Port `#[non_exhaustive]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+4
2025-07-04
Rollup merge of #143400 - GrigorenkoPV:attributes/lints, r=jdonszelmann
Matthias Krüger
-6
/
+12
2025-07-04
Port `#[rustc_pass_by_value]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-07-03
Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+4
2025-07-03
Add tidy-alphabetical for cross-crate attribute match
Pavel Grigorenko
-6
/
+8
2025-07-03
Port `#[target_feature]` to the new attribute parsing infrastructure
Jonathan Brouwer
-2
/
+6
2025-07-01
Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr...
Jonathan Brouwer
-0
/
+4
2025-07-01
Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obk
bors
-0
/
+18
2025-06-29
Port #[link_section] to the new attribute parsing infrastructure
Anne Stijns
-0
/
+4
2025-06-28
Port `#[link_name]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+4
2025-06-27
Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...
Jonathan Brouwer
-0
/
+18
2025-06-27
Port `#[used]` to new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+15
2025-06-26
Port `#[export_name]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+9
2025-06-25
encode_cross_crate for hir attributes
Jana Dönszelmann
-0
/
+44
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
[next]