about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-11-14Wrap bundlen static libraries into object filesDaniil Belov-0/+2
2022-11-13migrating rustc_resolve to SessionDiagnostic. work in progress. startRajput, Rajat-0/+212
2022-11-13fix up a fluent messageLeón Orell Valerian Liehr-2/+2
2022-11-12Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebankDylan DPC-1/+4
2022-11-11Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearthbors-0/+53
2022-11-11Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwcoManish Goregaokar-0/+53
2022-11-11Rollup merge of #104217 - Nilstrieb:funny-dollar-syntax, r=TaKO8KiDylan DPC-1/+2
2022-11-11Rollup merge of #104216 - Nilstrieb:dont-ice-invalid-operator-traits, r=estebankDylan DPC-0/+3
2022-11-11Print all labels, even if they have no span. Fall back to main item's span.Oli Scherer-1/+4
2022-11-11Recover from fn ptr tys with generic param listLeón Orell Valerian Liehr-0/+9
2022-11-10Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,...bors-0/+4
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