about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-2/+99
2022-11-18Enable icu sync feature for parallel compilerCharles Lew-0/+3
2022-11-18Import icu locale fallback dataCharles Lew-11/+12
2022-11-18Migrate diagnostics list output to use icu list formatter.Charles Lew-2/+95
2022-11-18Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errorsMatthias Krüger-0/+3
2022-11-18Rollup merge of #101162 - rajputrajat:master, r=davidtwcoMatthias Krüger-0/+212
2022-11-16Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3Matthias Krüger-0/+2
2022-11-14Issue error when `-C link-self-contained` option is used on unsupported platf...StackDoubleFlow-0/+2
2022-11-15fix #104088, Slightly improve error message for invalid identifieryukang-0/+3
2022-11-15Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgrbors-0/+9
2022-11-15fix #103381, Detect incorrect chaining of if and if let conditionsyukang-0/+3
2022-11-15Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkovbors-0/+2
2022-11-14Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebankMatthias Krüger-0/+9
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