about summary refs log tree commit diff
path: root/compiler/rustc_infer/messages.ftl
AgeCommit message (Expand)AuthorLines
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-392/+0
2024-07-17Fix precise capturing suggestion for hidden type when APITs are involvedMichael Goulet-0/+5
2024-07-11Make it translatable tooMichael Goulet-0/+4
2024-05-22Cleanup: Fix up some diagnosticsLeón Orell Valerian Liehr-2/+2
2024-05-17Detect when a lifetime is being reused in suggestionEsteban Küber-1/+4
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-0/+3
2024-03-27Stop doing expensive work in opt_suggest_box_span eagerlyMichael Goulet-3/+0
2024-03-17review comment: `str` -> string in messagesEsteban Küber-1/+1
2024-03-03Remove unused fluent messagesr0cky-8/+0
2023-10-20s/generator/coroutine/Oli Scherer-5/+5
2023-10-03Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwcoMatthias Krüger-4/+0
2023-09-20Cleanup unused messages in ftl filesyukang-4/+0
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-0/+6
2023-06-08More robust as_ref/as_deref suggestionsMichael Goulet-3/+0
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-295/+296
2023-04-17Spelling - compilerJosh Soref-5/+5
2023-04-12Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgrbors-1/+1
2023-04-12Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger-1/+1
2023-04-11Remove the unused `anon_num_here` error.Nicholas Nethercote-1/+0
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-04-10Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwcobors-0/+44
2023-04-07fix infer_source_kind_subdiag_let help message - remove double "the"ickk-2/+2
2023-04-04Migrate (most of) report_and_explain_type_errorIQuant-0/+22
2023-04-04Migrate TupleTrailingCommaSuggestionIQuant-0/+2
2023-04-04Migrate SuggestTuplePatternIQuant-1/+4
2023-04-04Migrate SuggestBoxingForReturnImplTrait, Fix typo in infer_fn_consider_castingIQuant-0/+3
2023-04-04Migrate SuggestAccessingFieldIQuant-0/+2
2023-04-04Migrate SuggestAsRefWhereAppropriateIQuant-0/+7
2023-04-04Ported FunctionPointerSuggestionIQuant-0/+5
2023-03-11Simplify message pathsest31-0/+350