about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-11-09Display help message when fluent arg was referenced incorrectlyNilstrieb-1/+2
2022-11-09Don't ICE on operator trait methods with generic methodsNilstrieb-0/+3
2022-11-09Use `LayoutError`'s implementation of `IntoDiagnostic`SLASHLogin-3/+0
2022-11-09Simplify existing Diagnostic implementationsSLASHLogin-11/+6
2022-11-09Port diagnostics created by `Handler`SLASHLogin-0/+7
2022-11-09Correct tests to match errorsSLASHLogin-1/+1
2022-11-09Fix CISLASHLogin-1/+1
2022-11-09Port `MissingFeatures` and `TargetFeatureDisableOrEnable`SLASHLogin-0/+6
2022-11-09Port `UnknownArchiveKind`SLASHLogin-0/+3
2022-11-09Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a...SLASHLogin-0/+3
2022-11-09Port ErrorCallingDllToolSLASHLogin-0/+3
2022-11-09Import ErrorWritingDEFFileSLASHLogin-0/+3
2022-11-09Port ArchiveBuildFailureSLASHLogin-0/+3
2022-11-09Port SanitizerMemtagRequiresMteSLASHLogin-0/+3
2022-11-09Port LinkageConstOrMutType errorSLASHLogin-0/+3
2022-11-09Port InvalidMinimumAlignmentSLASHLogin-0/+3
2022-11-09Port layout size overflowSLASHLogin-0/+3
2022-11-09FormattingSLASHLogin-1/+1
2022-11-09Port branch protection on aarch64SLASHLogin-0/+3
2022-11-09Port `symbol_already_defined` errorSLASHLogin-0/+3
2022-11-09Port Instrument coverage requires llvm 12 to the new structSLASHLogin-0/+3
2022-11-09Import `error creating import library`SLASHLogin-0/+3
2022-11-09Trailing whitespacesSLASHLogin-3/+3
2022-11-09locales formattingSLASHLogin-1/+1
2022-11-09Port unknown feature diagnostic to the new frameworkSLASHLogin-0/+15
2022-11-09struct error E0505AndyJado-0/+14
2022-11-09var_subdiag refinementAndyJado-0/+15
2022-11-09remove old var_span_path_onlyAndyJado-0/+24
2022-11-08Rollup merge of #103559 - AndyJado:var_span_label, r=davidtwcoManish Goregaokar-0/+12
2022-11-08use subdiagnostic for sugesting add letyukang-0/+1
2022-11-08fix #103587, Recover from common if let syntax mistakes/typosyukang-0/+3
2022-11-06Rollup merge of #103012 - chenyukang:fix-102806, r=davidtwco,compiler-errorsMatthias Krüger-0/+3
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