summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/messages.ftl
AgeCommit message (Expand)AuthorLines
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