about summary refs log tree commit diff
path: root/compiler/rustc_parse/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-09-16Detect top-level `...` in argument typeEsteban Küber-0/+3
2025-09-16Reword noteEsteban Küber-1/+1
2025-09-15Detect attempt to use var-args in closureEsteban Küber-0/+1
2025-09-09Rollup merge of #145463 - jieyouxu:error-suffix, r=fmeaseMatthias Krüger-3/+0
2025-09-03don't uppercase error messagesSasha Pourcelot-1/+1
2025-08-22Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmannJacob Pratt-0/+14
2025-08-22Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmeaseJacob Pratt-3/+2
2025-08-22Migrate `BuiltinLintDiag::HiddenUnicodeCodepoints` to use `LintDiagnostic` di...Josh Triplett-0/+14
2025-08-22Move validate_attr to `rustc_attr_parsing`Jonathan Brouwer-10/+0
2025-08-22address review commentsDeadbeef-3/+2
2025-08-19Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead许杰友 Jieyou Xu (Joe)-3/+0
2025-08-18Turn invalid index suffixes into hard errorsJieyou Xu-3/+0
2025-08-16Clean up parsers related to generic boundsLeón Orell Valerian Liehr-3/+0
2025-08-14Rollup merge of #137872 - estebank:extra-vert, r=compiler-errorsJakub Beránek-2/+2
2025-08-11Tweak trait modifier errorsCameron Steffen-3/+3
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-0/+5
2025-08-08Recover for PAT = EXPR {}Michael Goulet-1/+1
2025-08-05Added checks for attribute in type caseKivooeo-0/+11
2025-08-04Include whitespace in "remove `|`" suggestion and make it hiddenEsteban Küber-2/+2
2025-07-17parse `const trait Trait`Deadbeef-0/+1
2025-06-30Remove let_chains featureCameron Steffen-0/+2
2025-06-13Rework how the disallowed qualifier lints are generatedJonathan Brouwer-0/+2
2025-05-27move asm parsing code into `rustc_parse`Folkert de Vries-0/+24
2025-05-14Improve ternary operator recoveryJamie-1/+2
2025-05-09Error message for top-level or-patterns suggesting a solutionKornel-2/+2
2025-05-07Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkovGuillaume Gomez-0/+10
2025-05-07Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment`xizheyin-0/+10
2025-05-05Implement RFC 3503: frontmattersDeadbeef-0/+13
2025-04-25resolved conflictKivooeo-0/+2
2025-04-23Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDentonbors-0/+1
2025-04-23rc and cr more clear error messageKivooeo-0/+1
2025-04-22improve diagnostic for raw pointer field access using `->`Kivooeo-2/+2
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-2/+4
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-3/+0
2025-04-15Improve diagnostic for E0178 (bad `+` in type)León Orell Valerian Liehr-1/+1
2025-04-15Improve parse errors for lifetimes in type positionLeón Orell Valerian Liehr-1/+3
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-1/+1
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-2/+0
2025-03-25Remove now unreachable parse recovery codeLeón Orell Valerian Liehr-4/+0
2025-03-21remove `feature(inline_const_pat)`lcnr-2/+0
2025-03-06Give a better error message on async use in edition 2015Santiago Pastorino-0/+2
2025-03-06Use closure parse codeSantiago Pastorino-0/+3
2025-03-06Implement .use keyword as an alias of cloneSantiago Pastorino-0/+3
2025-02-28Remove `NtMeta`.Nicholas Nethercote-1/+1
2025-02-15Try to recover from path sep error in parseryukang-3/+0
2024-12-09Introduce `default_field_values` featureEsteban Küber-3/+0
2024-12-04Fix suggestion when shorthand self has erroneous typeMichael Goulet-0/+3
2024-11-25fix confusing diagnostic for reserved `##`Peter Jaszkowiak-0/+4
2024-11-23Update messages which reference book chs. 17-20Chris Krycho-1/+1
2024-11-21Add metavariables to `TokenDescription`.Nicholas Nethercote-0/+7