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
/
repr.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
allow `#[rustc_align_static(N)]` on `static`s
Folkert de Vries
-0
/
+27
2025-08-21
Introduce a prelude for very common imports across dozens of files
Jana Dönszelmann
-12
/
+5
2025-08-21
refactor target checking, move out of context.rs and rename MaybeWarn to Policy
Jana Dönszelmann
-2
/
+3
2025-08-14
Specify the list of allowed targets per attribute
Jonathan Brouwer
-2
/
+15
2025-08-11
Add more docs to templates for attrs with incorrect arguments
Esteban Küber
-1
/
+4
2025-08-11
Allow attr entries to declare list of alternatives for `List` and `NamedValue...
Esteban Küber
-3
/
+2
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-19
Mitigate `#[align]` name resolution ambiguity regression with a rename
Jieyou Xu
-1
/
+1
2025-07-06
Rewrite empty attribute lint
Jonathan Brouwer
-3
/
+4
2025-07-03
Port `#[target_feature]` to the new attribute parsing infrastructure
Jonathan Brouwer
-1
/
+1
2025-06-20
Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35
bors
-1
/
+2
2025-06-20
Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obk
Trevor Gross
-1
/
+2
2025-06-19
correct template for `#[align]`
Folkert de Vries
-1
/
+1
2025-06-18
better template for repr attributes
Jana Dönszelmann
-1
/
+2
2025-06-18
add `#[align]` attribute
Folkert de Vries
-2
/
+56
2025-06-17
make error codes reflect reality better
Jana Dönszelmann
-0
/
+1
2025-06-17
fix bugs in inline/force_inline and diagnostics of all attr parsers
Jana Dönszelmann
-0
/
+3
2025-06-12
remove 'static in some places
Jana Dönszelmann
-1
/
+1
2025-06-12
introduce new lint infra
Jana Dönszelmann
-9
/
+12
2025-06-04
Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmann
Matthias Krüger
-1
/
+1
2025-05-21
Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.
Nicholas Nethercote
-1
/
+1
2025-05-20
Avoid `rustc_span::` qualifiers.
Nicholas Nethercote
-3
/
+3
2025-05-07
Avoid some unwraps.
Nicholas Nethercote
-18
/
+27
2025-05-07
Eliminate `word_or_empty` methods.
Nicholas Nethercote
-20
/
+28
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-176
/
+205
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-0
/
+215