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
/
session_diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-27
improve empty attribute diagnostic
Jana Dönszelmann
-0
/
+3
2025-09-13
initial implementation of the darwin_objc unstable feature
Jo Bates
-0
/
+28
2025-09-08
port `#[recursion_limit]` to the new attribute parsing infrastructure
Jana Dönszelmann
-0
/
+10
2025-08-27
Port the `#[link]` attribute to the new parser
Jonathan Brouwer
-0
/
+94
2025-08-25
Use attribute name in message for "outer attr used as inner attr" errors
Sasha Pourcelot
-1
/
+11
2025-08-24
Support lints in early attribute parsing
Jana Dönszelmann
-3
/
+3
2025-08-22
convert strings to symbols in attr diagnostics
Jana Dönszelmann
-7
/
+7
2025-08-22
Rewrite the new attribute parser
Jonathan Brouwer
-0
/
+36
2025-08-22
Move validate_attr to `rustc_attr_parsing`
Jonathan Brouwer
-1
/
+54
2025-08-21
refactor target checking, move out of context.rs and rename MaybeWarn to Policy
Jana Dönszelmann
-6
/
+6
2025-08-19
Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann
许杰友 Jieyou Xu (Joe)
-0
/
+3
2025-08-19
Make tool-only suggestion to remove attributes on invalid targets
Jonathan Brouwer
-0
/
+3
2025-08-16
take attr style into account in attr diagnostics
Jana Dönszelmann
-2
/
+4
2025-08-14
Allow attribute parsers to specify a list of allowed targets
Jonathan Brouwer
-0
/
+23
2025-08-11
Add more docs to templates for attrs with incorrect arguments
Esteban Küber
-0
/
+3
2025-08-11
Add link to invalid `repr` error
Esteban Küber
-0
/
+1
2025-07-23
Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...
Jonathan Brouwer
-3
/
+7
2025-07-18
Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmann
Matthias Krüger
-3
/
+46
2025-07-16
Port `#[coverage]` to the new attribute system
Sasha Pourcelot
-3
/
+46
2025-07-15
Lint against having both #[unstable_feature_bound] and #[stable] on the same ...
tiif
-0
/
+8
2025-07-15
Changes to diagnostics
Jonathan Brouwer
-1
/
+7
2025-07-13
Port `#[link_ordinal]` to the new attribute parsing infrastructure.
Anne Stijns
-0
/
+9
2025-07-06
Rewrite empty attribute lint
Jonathan Brouwer
-0
/
+7
2025-07-01
Fix duplicate help on export_name and others
Jonathan Brouwer
-4
/
+1
2025-07-01
Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obk
bors
-0
/
+4
2025-06-29
Port #[link_section] to the new attribute parsing infrastructure
Anne Stijns
-0
/
+7
2025-06-27
Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...
Jonathan Brouwer
-0
/
+4
2025-06-26
Port `#[export_name]` to the new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+7
2025-06-23
Port `#[rustc_skip_during_method_dispatch]` to the new attribute system
Pavel Grigorenko
-0
/
+4
2025-06-23
move naked checks out of check_attr.rs
Jana Dönszelmann
-0
/
+11
2025-06-22
Port `#[must_use]` to new attribute parsing infrastructure
Jonathan Brouwer
-0
/
+9
2025-06-20
cold
Jana Dönszelmann
-0
/
+5
2025-06-18
add `#[align]` attribute
Folkert de Vries
-0
/
+8
2025-06-17
make error codes reflect reality better
Jana Dönszelmann
-19
/
+30
2025-06-17
use consistent attr errors in all attribute parsers
Jana Dönszelmann
-40
/
+34
2025-06-17
fix bugs in inline/force_inline and diagnostics of all attr parsers
Jana Dönszelmann
-1
/
+82
2025-06-12
add error message for unused duplicate
Jana Dönszelmann
-1
/
+1
2025-06-12
introduce new lint infra
Jana Dönszelmann
-1
/
+12
2025-05-07
Avoid some unwraps.
Nicholas Nethercote
-18
/
+18
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-8
/
+64
2025-02-08
Rustfmt
bjorn3
-15
/
+21
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-0
/
+419