about summary refs log tree commit diff
path: root/compiler/rustc_parse/messages.ftl
AgeCommit message (Expand)AuthorLines
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-0/+9
2024-07-19Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnrMatthias Krüger-0/+2
2024-07-18Parser: Suggest Placing the Return Type After Function ParametersVeera-0/+2
2024-07-16Deny keyword lifetimes pre-expansionMichael Goulet-0/+6
2024-07-12More accurate incorrect use of `await` suggestionEsteban Küber-3/+3
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-2/+2
2024-07-11And additionally enforce ? and async/const aren't mixedMichael Goulet-0/+3
2024-07-10Enforce that ? and for<...> are not combinedMichael Goulet-0/+3
2024-07-10Improve error messageMichael Goulet-0/+3
2024-07-08Add suggestions for possible missing `fn`, `struct`, or `enum` keywordstrevyn-7/+12
2024-06-28Change RTN to use .. againMichael Goulet-4/+0
2024-06-23Add hard error and migration lint for unsafe attrscarbotaniuman-0/+9
2024-06-19Move `parse_or_use_outer_attributes` out of `parse_expr_prefix_range`.Nicholas Nethercote-0/+2
2024-06-06Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi...Rémy Rakic-2/+0
2024-05-10Fix parse error message for meta itemsLeón Orell Valerian Liehr-4/+2
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