about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/attributes/must_use.rs
AgeCommit message (Expand)AuthorLines
2025-08-21split up context.rsJana Dönszelmann-2/+2
2025-08-21Introduce a prelude for very common imports across dozens of filesJana Dönszelmann-12/+4
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-2/+4
2025-08-19Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann许杰友 Jieyou Xu (Joe)-2/+18
2025-08-19Port `must_use` to the new target checkingJonathan Brouwer-2/+18
2025-08-16take attr style into account in attr diagnosticsJana Dönszelmann-2/+2
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-2/+2
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-1/+4
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+1
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-1/+1
2025-07-09Use "Innermost" & "Outermost" terminology for `AttributeOrder`Pavel Grigorenko-1/+1
2025-07-01Fix `#[must_use = 1]` not giving an errorJonathan Brouwer-1/+10
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-0/+40