about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-10-04Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obkDylan DPC-0/+4
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-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
2022-09-22Improve the help message for an invalid calling conventionkhyperia-1/+3
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-1/+1
2022-09-21Auto merge of #101846 - chenyukang:fix-101793, r=davidtwcobors-2/+4
2022-09-19Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errorsbors-0/+1
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-1/+1
2022-09-17Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkovMatthias Krüger-1/+1
2022-09-17Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebankMatthias Krüger-0/+3
2022-09-16Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migratio...Michael Howell-7/+1
2022-09-16Add AscribeUserTypeProvePredicateJack Huey-0/+1
2022-09-16Revert "Better errors for implied static bound"Jack Huey-1/+0
2022-09-16use subdiagnostic for logical negation, bitwise notyukang-1/+3
2022-09-15more tweak on diagnostic messagesyukang-2/+2
2022-09-15fix 101793, fix the wording of help msg for bitwise notyukang-1/+1
2022-09-15correct span, add help message and add UI test when query depth overflowsSparrowLii-1/+2
2022-09-15add note for `layout_of` when query depth overflowsSparrowLii-0/+2
2022-09-14Migrated the rustc_passes lint for annotations without effect to the new diag...Diego de Oliveira-0/+3
2022-09-14change AccessLevels representationBryanskiy-1/+1
2022-09-13Better errors for implied static boundJack Huey-0/+1