about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-11-05first move on a nested span_labelAndyJado-0/+12
2022-11-05Specify that `break` cannot be used outside of loop *or* labeled blockclubby789-2/+8
2022-11-04Rollup merge of #103792 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-0/+63
2022-11-04Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwcoMatthias Krüger-0/+33
2022-11-04FIX - Migrate missing errors in link.rsJhonny Bill Mena-0/+4
2022-11-04ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ...Jhonny Bill Mena-0/+8
2022-11-04UPDATE - Complete link.rs migration to new diagnostics infraestructureJhonny Bill Mena-0/+51
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