about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-07-15Lint against having both #[unstable_feature_bound] and #[stable] on the same ...tiif-0/+3
2025-07-13Port `#[link_ordinal]` to the new attribute parsing infrastructure.Anne Stijns-0/+3
2025-07-08fix: correct typo in attr_parsing_previously_accepted message keyDillon Amburgey-2/+2
2025-07-06Rewrite empty attribute lintJonathan Brouwer-0/+4
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-0/+2
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-0/+3
2025-06-23move naked checks out of check_attr.rsJana Dönszelmann-0/+4
2025-06-18add `#[align]` attributeFolkert de Vries-0/+3
2025-06-17make error codes reflect reality betterJana Dönszelmann-4/+0
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-5/+0
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-0/+5
2025-06-12add error message for unused duplicateJana Dönszelmann-3/+1
2025-06-12introduce new lint infraJana Dönszelmann-0/+10
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-5/+12
2025-02-24Introduce new parsing infrastructure and types for parsed attributesJana Dönszelmann-0/+6
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-0/+124