about summary refs log tree commit diff
path: root/compiler/rustc_parse/messages.ftl
AgeCommit message (Expand)AuthorLines
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
2024-10-30Enforce that raw lifetime identifiers must be valid raw identifiersMichael Goulet-0/+2
2024-10-12Rollup merge of #130870 - surechen:fix_130791, r=compiler-errorsTrevor Gross-0/+3
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+4
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-1/+2
2024-09-27Add suggestion for removing invalid path separator `::` in function definition.surechen-0/+3
2024-09-23Parser: better error messages for `@` in struct patternsPavel Grigorenko-0/+7
2024-09-21Parser: recover from `:::` to `::`Pavel Grigorenko-1/+1
2024-09-18Add suggestions for expressions in patternsLieselotte-0/+8
2024-09-18Recover more expressions in patternsLieselotte-8/+2
2024-09-06Add Suggestions for Misspelled KeywordsVeera-0/+6
2024-08-01Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-errorsMatthias Krüger-1/+1
2024-08-01Fix removed `box_syntax` diagnostic if source isn't availableclubby789-1/+1
2024-07-30Add toggle for `parse_meta_item` unsafe parsingcarbotaniuman-0/+1
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