summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/messages.ftl
AgeCommit message (Expand)AuthorLines
2024-08-13stabilize `asm_const`Folkert-2/+0
2024-08-10rustc_ast_lowering: make asm-related unstability messages translatablePavel Grigorenko-0/+7
2024-08-10rustc_ast_lowering: make "yield syntax is experimental" translatablePavel Grigorenko-0/+2
2024-08-10rustc_ast_lowering: make "using `_` for array lengths is unstable" translatablePavel Grigorenko-0/+3
2024-06-28Make sure we deny unimplemented RTN on qpath segmentsMichael Goulet-0/+2
2024-06-28Change RTN to use .. againMichael Goulet-0/+3
2024-06-25Rollup merge of #126746 - compiler-errors:no-rpitit, r=oli-obkMatthias Krüger-0/+3
2024-06-24Deny use<> for RPITITsMichael Goulet-0/+3
2024-06-21Fix remaining casesMichael Goulet-1/+1
2024-06-17Add tests for illegal use bound syntaxMichael Goulet-1/+1
2024-04-29Change wordingest31-1/+1
2024-04-28Add a note to the ArbitraryExpressionInPattern errorest31-0/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-0/+3
2024-04-15Validation and other thingsMichael Goulet-0/+2
2024-02-24Add asm label support to AST and HIRGary Guo-0/+3
2024-02-10Add a helpful suggestionMichael Goulet-0/+1
2024-02-10No more associated type bounds in dyn traitMichael Goulet-3/+3
2024-02-06Auto merge of #120361 - compiler-errors:async-closures, r=oli-obkbors-3/+0
2024-02-06Make async closures directly lower to ClosureKind::CoroutineClosureMichael Goulet-3/+0
2024-01-31Error on incorrect item kind in async boundMichael Goulet-0/+6
2024-01-16Async closures will move params into the future alwaysMichael Goulet-4/+0
2024-01-09Add error code for missing base expression in struct update syntaxclubby789-1/+1
2024-01-07Split note, fix const/static impl trait errorMichael Goulet-1/+2
2024-01-01Deny defaults for higher-ranked generic parametersLeón Orell Valerian Liehr-2/+3
2023-12-26fallback `default` to `None` during ast-loweing for lifetime binderbohan-0/+2
2023-12-03Disallow arm bodies on never patternsNadrieril-0/+5
2023-12-03Disallow guards on never patternsNadrieril-0/+4
2023-12-03Disallow an arm without a body (except for never patterns)Nadrieril-0/+4
2023-10-20s/generator/coroutine/Oli Scherer-5/+5
2023-10-13Deprecate E0706Michael Goulet-6/+0
2023-10-04Tweak wording of E0562Esteban Küber-1/+1
2023-09-12cleanup on messagesyukang-4/+0
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-84/+84
2023-03-28Add `(..)` syntax for RTNMichael Goulet-0/+4
2023-03-28Add tests and error messagesMichael Goulet-0/+8
2023-03-11Simplify message pathsest31-0/+141