about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-11-04fix #102806, suggest use .. to fill in the rest of the fields of Structyukang-0/+3
2022-11-04Use `derive(Subdiagnostic)` for `ChangeFieldsToBeOfUnitType`.Charles Lew-2/+1
2022-11-03Stabilize default_alloc_error_handlerAmanieu d'Antras-6/+0
2022-11-01Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3Dylan DPC-6/+16
2022-11-01Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi...Yuki Okushi-0/+4
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-6/+16
2022-10-30better error for rustc_strict_coherence misuseMichael Goulet-0/+4
2022-10-29Use tcx.require_lang_itemCameron Steffen-3/+0
2022-10-29Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obkMatthias Krüger-1/+1
2022-10-27tidy + move logic to fnBoxy-2/+2
2022-10-27use proper spansBoxy-1/+3
2022-10-27DoItBoxy-0/+2
2022-10-25Split diagnostic details out into a separate function and fluent filesOli Scherer-0/+9
2022-10-24Port `dead_code` lints to be translatable.Charles Lew-0/+34
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+2
2022-10-22Note scope of TAIT more accuratelyMichael Goulet-1/+1
2022-10-21Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errorsDylan DPC-1/+7
2022-10-17Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnrMatthias Krüger-0/+4
2022-10-17infer: use derive moreDavid Wood-1/+3
2022-10-17session: use derive moreDavid Wood-0/+4
2022-10-17trivial fix for comments feedbackyukang-1/+1
2022-10-14Add missing checks for `doc(cfg_hide(...))` attributeGuillaume Gomez-0/+3
2022-10-14Auto merge of #102684 - JhonnyBillM:delete-target-data-layout-errors-wrapper,...bors-14/+14
2022-10-13Add suggestion to the "missing native library" errorWesley Wiser-0/+2
2022-10-12ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errorsJhonny Bill Mena-14/+14
2022-10-12Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726Dylan DPC-0/+2
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-1/+30
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-0/+2
2022-10-12Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwcoDylan DPC-81/+487
2022-10-11Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwcoMatthias Krüger-13/+0
2022-10-11fix #102878Takayuki Maeda-13/+0
2022-10-10query_system: finish migrationDavid Wood-0/+2
2022-10-10errors: `DiagnosticMessage::Eager`David Wood-1/+28
2022-10-07avoid string dispatch in fluentNathan Stocks-17/+19
2022-10-07avoid string dispatch in fluentNathan Stocks-5/+21
2022-10-07First batch of review feedback changes from #102110Nathan Stocks-1/+10
2022-10-07migrate stability.rs to translateable diagnosticsNathan Stocks-0/+50
2022-10-07migrate the rest of check_attr.rs to translateable diagnosticsNathan Stocks-0/+36
2022-10-07migrate dead.rs to translateable diagnosticsNathan Stocks-0/+6
2022-10-07migrate lang_items.rs to translateable diagnosticsNathan Stocks-3/+27
2022-10-07migrate entry.rs to translateable diagnosticsNathan Stocks-0/+39
2022-10-07migrate naked_functions.rs to translateable diagnosticsNathan Stocks-0/+28
2022-10-07migrate loops.rs to translateable diagnosticsNathan Stocks-0/+34
2022-10-07migrate check_const.rs to translateable diagnosticsNathan Stocks-0/+7
2022-10-07migrate lib_features.rs to translateable diagnosticsNathan Stocks-0/+6
2022-10-07migrate layout_test.rs to translateable diagnosticsNathan Stocks-0/+21
2022-10-07migrate diagnostic_items.rs to translateable diagnosticsNathan Stocks-1/+11
2022-10-07use cherry-picked commit from #100754 to emit note without errorNathan Stocks-2/+4
2022-10-07migrate the rest of weak_lang_items.rs to translateable diagnosticsNathan Stocks-3/+3
2022-10-07resolve merge conflict from cherry-picking 6a47326a0452cc8d5cb57676508b5469d6...Diego de Oliveira-0/+3