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
/
stability.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-21
Introduce a prelude for very common imports across dozens of files
Jana Dönszelmann
-9
/
+1
2025-08-21
refactor target checking, move out of context.rs and rename MaybeWarn to Policy
Jana Dönszelmann
-2
/
+3
2025-08-18
Allow stability attributes on extern crates
Jonathan Brouwer
-0
/
+1
2025-08-14
Specify the list of allowed targets per attribute
Jonathan Brouwer
-3
/
+40
2025-08-11
Allow attr entries to declare list of alternatives for `List` and `NamedValue...
Esteban Küber
-25
/
+33
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-4
/
+5
2025-07-23
Stop using the old `validate_attr` logic for stability attributes
Jonathan Brouwer
-4
/
+22
2025-07-17
Include ErrorGuaranteed in StableSince::Err.
Camille GILLOT
-4
/
+4
2025-07-15
Lint against having both #[unstable_feature_bound] and #[stable] on the same ...
tiif
-0
/
+10
2025-07-02
NoArgsAttributeParser: use an assoc const instead
Pavel Grigorenko
-4
/
+1
2025-06-30
NoArgsAttributeParser
Pavel Grigorenko
-11
/
+6
2025-06-23
Port `#[rustc_skip_during_method_dispatch]` to the new attribute system
Pavel Grigorenko
-3
/
+6
2025-06-17
make error codes reflect reality better
Jana Dönszelmann
-1
/
+3
2025-06-17
use consistent attr errors in all attribute parsers
Jana Dönszelmann
-17
/
+22
2025-06-17
fix bugs in inline/force_inline and diagnostics of all attr parsers
Jana Dönszelmann
-26
/
+44
2025-06-13
Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann
Matthias Krüger
-1
/
+4
2025-06-12
Tracking the old name of renamed unstable library attribute
xizheyin
-1
/
+4
2025-06-12
remove 'static in some places
Jana Dönszelmann
-1
/
+1
2025-06-12
introduce new lint infra
Jana Dönszelmann
-25
/
+23
2025-06-12
Start using new diagnostic logic on all existing `single` parsers
Jonathan Dönszelmann
-4
/
+4
2025-06-12
introduce duplicate attribute diagnostic logic
Jana Dönszelmann
-2
/
+3
2025-06-04
Rollup merge of #141271 - nnethercote:attr-streamline, r=jdonszelmann
Matthias Krüger
-5
/
+5
2025-05-21
Rename `MetaItemParser::path_without_args` as `MetaItemParser::path`.
Nicholas Nethercote
-5
/
+5
2025-05-20
Avoid `rustc_span::` qualifiers.
Nicholas Nethercote
-1
/
+1
2025-05-07
Eliminate `word_or_empty` methods.
Nicholas Nethercote
-12
/
+13
2025-03-25
Avoid `kw::Empty` when dealing with `rustc_allowed_through_unstable_modules`.
Nicholas Nethercote
-6
/
+2
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-239
/
+232
2025-02-02
rustc_allowed_through_unstable_modules: require deprecation message
Ralf Jung
-7
/
+11
2025-01-15
allowed_through_unstable_modules: support showing a deprecation message when ...
Ralf Jung
-8
/
+13
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-0
/
+385