about summary refs log tree commit diff
path: root/compiler/rustc_parse/messages.ftl
AgeCommit message (Expand)AuthorLines
2024-04-23Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwcoMatthias Krüger-0/+2
2024-04-22Improve handling of expr->field errorsSasha Pourcelot-0/+4
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-0/+2
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-3/+0
2024-03-26Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-...Matthias Krüger-4/+6
2024-03-24Rollup merge of #122217 - estebank:issue-119685, r=fmeaseMatthias Krüger-1/+2
2024-03-23Suggest assoc ty bound on lifetime in eq constraintLeón Orell Valerian Liehr-4/+6
2024-03-21Remove non-useful code path.Nicholas Nethercote-2/+0
2024-03-17review comment: `str` -> string in messagesEsteban Küber-2/+2
2024-03-17Handle str literals written with `'` lexed as lifetimeEsteban Küber-0/+1
2024-03-03Remove unused fluent messagesr0cky-4/+0
2024-03-01Remove unused fluent messagesr0cky-3/+0
2024-02-20Support async trait bounds in macrosMichael Goulet-0/+2
2024-01-31Better error message in ed 2015Michael Goulet-0/+2
2024-01-28Handle methodcalls & operators in patternsLieselotte-0/+14
2024-01-19Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31Matthias Krüger-0/+2
2024-01-18Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkovMatthias Krüger-0/+2
2024-01-18Suggest wrapping mac args in parens rather than the whole expressionMichael Goulet-0/+2
2024-01-12Suggest quoting unquoted idents in attrssjwang05-0/+3
2024-01-12Detect `NulInCStr` error earlier.Nicholas Nethercote-0/+2
2024-01-04Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgrbors-0/+3
2024-01-03Recover parentheses in range patternsLieselotte-0/+3
2024-01-02Make offset_of field parsing use metavariable which handles any spacingGeorge Bateman-0/+4
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-7/+2
2023-12-08Auto merge of #118420 - compiler-errors:async-gen, r=eholkbors-2/+0
2023-12-08Support async gen fnMichael Goulet-2/+0
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-2/+0
2023-12-04Make async gen fn an errorEric Holk-0/+2
2023-12-03Detect attempts to expand a macro to a match arm againNadrieril-2/+0
2023-11-29Account for `(pat if expr) => {}`Esteban Küber-0/+3
2023-11-29Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errorsMatthias Krüger-0/+4
2023-11-28Suggest `let` or `==` on typo'd let-chainEsteban Küber-0/+4
2023-11-27Suggest swapping the order of `ref` and `box`Hirochika Matsumoto-0/+3
2023-11-14Recover `dyn` and `impl` after `for<...>`Michael Goulet-0/+3
2023-11-07Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Kibors-0/+3
2023-11-01Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkovMatthias Krüger-0/+3
2023-11-01Give a better diagnostic for missing parens in Fn* boundsclubby789-0/+3
2023-11-01Recover from missing param list in function definitionsclubby789-0/+3
2023-10-30Talk about `gen fn` in diagnostics about `gen fn`Oli Scherer-2/+2
2023-10-26Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 editionOli Scherer-0/+3
2023-10-06Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkinJubilee-0/+4
2023-10-03Move some tests aroundEsteban Küber-4/+4
2023-10-03Detect missing `=>` after match guard during parsingEsteban Küber-0/+4
2023-10-03Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwcoMatthias Krüger-30/+0
2023-09-28Tweak wording of missing angle backets in qualified pathEsteban Küber-1/+1
2023-09-20Cleanup unused messages in ftl filesyukang-30/+0
2023-09-13Address review commentsMatthew Jasper-0/+1
2023-09-11Move let expression checking to parsingMatthew Jasper-0/+2
2023-08-16Fix bad suggestion when wrong parentheses around a dyn traityukang-2/+2
2023-08-04Rollup merge of #113999 - Centri3:macro-arm-expand, r=wesleywiserMatthias Krüger-0/+6