about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-10-07always put ftl message on next line, resolve all but 1 output comparison errorNathan Stocks-89/+180
2022-10-07Migrate InvalidAttrAtCrateLevelrdvdev2-0/+3
2022-10-07Migrate derivable diagnostics in check_attr.rsrdvdev2-0/+2
2022-10-07Migrate derivable diagnostics in lang_items.rsrdvdev2-0/+8
2022-10-07Migrate weak_lang_items.rsrdvdev2-0/+9
2022-10-07ADD - implement IntoDiagnostic for thorin::Error wrapperJhonny Bill Mena-3/+76
2022-10-07Address PR commentsJhonny Bill Mena-8/+2
2022-10-07ADD - initial port of link.rsJhonny Bill Mena-0/+25
2022-10-07DELETE - unused error after PR# 100101 was mergedJhonny Bill Mena-2/+0
2022-10-07UPDATE - migrate write.rs to new diagnostics infraJhonny Bill Mena-0/+8
2022-10-07UPDATE - migrate linker.rs to new diagnostics infraJhonny Bill Mena-0/+18
2022-10-07UPDATE - LibDefWriteFailure to accept type instead of formatted stringJhonny Bill Mena-1/+1
2022-10-07ADD - migrate lib.def write fatal errorJhonny Bill Mena-0/+2
2022-10-07ADD - codegen_ssa initial diags translations machineryJhonny Bill Mena-0/+2
2022-10-06Rollup merge of #102718 - compiler-errors:opaque-bound-lint-ice, r=fee1-deadMatthias Krüger-1/+2
2022-10-06Auto merge of #99324 - reez12g:issue-99144, r=jyn514bors-1/+0
2022-10-05Fix opaque_hidden_inferred_bound lint ICEMichael Goulet-1/+2
2022-10-04find the correct lang item for rangesyukang-2/+1
2022-10-04Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obkDylan DPC-0/+4
2022-10-04fix #102396, suggest parentheses for possible range methodsyukang-0/+5
2022-10-04Auto merge of #102395 - davidtwco:translation-rename-typeck, r=compiler-errorsbors-39/+45
2022-10-03Add diagnostic struct for const eval error in `rustc_middle`pierwill-0/+3
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-39/+45
2022-10-02Make it a lint for all opaque typesMichael Goulet-1/+1
2022-10-02Lint for unsatisfied nested opaquesMichael Goulet-0/+4
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-0/+11
2022-10-01Refactor rustc lint APIMaybe Waffle-0/+11
2022-09-30Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwcoMatthias Krüger-0/+69
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-09-29improve E0585 helpRageking8-1/+1
2022-09-27Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind)Xiretza-10/+10
2022-09-27Don't unnecessarily stringify paths in diagnosticsXiretza-4/+4
2022-09-27Migrate even more diagnostics in rustc_parse to diagnostic structsXiretza-0/+53
2022-09-27Migrate "expected semicolon" diagnostics to diagnostic structsXiretza-0/+10
2022-09-27Migrate "expected identifier" diagnostics to diagnostic structsXiretza-0/+16
2022-09-27Rework "inner attribute not permitted" errorsXiretza-0/+28
2022-09-27Migrate more rustc_parse diagnostics to diagnostic structsXiretza-1/+32
2022-09-27Migrate "invalid literal suffix" diagnostic to diagnostic structsXiretza-0/+9
2022-09-27Migrate more diagnostics in rustc_parse to diagnostic structsXiretza-0/+61
2022-09-27Migrate rustc_session::expr_parentheses_needed to Subdiagnostic structXiretza-0/+2
2022-09-26lint and remove unused diagnosticEllis Hoag-3/+0
2022-09-25Recover some items that expect braces and don't take semicolonsMichael Goulet-0/+3
2022-09-24Add monomorphization errorsEllis Hoag-0/+57
2022-09-24Add LayoutSizeOverflowEllis Hoag-0/+3
2022-09-24Add LTONotSupportedEllis Hoag-0/+3
2022-09-24Add UnwindingInlineAsmEllis Hoag-1/+4
2022-09-24Add LinkageConstOrMutTypeEllis Hoag-0/+3
2022-09-24Add RanlibFailureEllis Hoag-0/+3
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-0/+3
2022-09-23Rollup merge of #101815 - diegooliveira:master, r=davidtwcoMatthias Krüger-0/+3