about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-09-27improve empty attribute diagnosticJana Dönszelmann-1/+9
2025-09-13initial implementation of the darwin_objc unstable featureJo Bates-0/+8
2025-09-08port `#[recursion_limit]` to the new attribute parsing infrastructureJana Dönszelmann-0/+4
2025-09-03don't uppercase error messagesSasha Pourcelot-1/+1
2025-08-27Port the `#[link]` attribute to the new parserJonathan Brouwer-0/+52
2025-08-25Use attribute name in message for "outer attr used as inner attr" errorsSasha Pourcelot-0/+6
2025-08-22Rewrite the new attribute parserJonathan Brouwer-0/+7
2025-08-22Move validate_attr to `rustc_attr_parsing`Jonathan Brouwer-0/+12
2025-08-19Make tool-only suggestion to remove attributes on invalid targetsJonathan Brouwer-0/+2
2025-08-14Allow attribute parsers to specify a list of allowed targetsJonathan Brouwer-0/+6
2025-08-11Add link to invalid `repr` errorEsteban Küber-0/+1
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