about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-09Rollup merge of #104184 - jyn514:rustdoc-version, r=davidtwcoManish Goregaokar-27/+40
2022-11-09Rollup merge of #104156 - oli-obk:autoderef, r=estebankManish Goregaokar-35/+8
2022-11-09Rollup merge of #104020 - nicholasbishop:bishop-limit-efiapi, r=nagisaManish Goregaokar-1/+3
2022-11-09Rollup merge of #104015 - alex:remove-kernel, r=oli-obkManish Goregaokar-55/+5
2022-11-09Rollup merge of #103929 - BlackHoleFox:apple-targets-cleanup, r=petrochenkovManish Goregaokar-221/+218
2022-11-09Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obkManish Goregaokar-41/+636
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-1/+1
2022-11-09Rollup merge of #101005 - SLASHLogin:rustc_codegen_llvm_diagnostics, r=davidtwcoManish Goregaokar-81/+327
2022-11-09Auto merge of #104192 - Dylan-DPC:rollup-jjo1o80, r=Dylan-DPCbors-204/+143
2022-11-09Add missing `emitted_at` to the `Diagnostic`SLASHLogin-0/+1
2022-11-09Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>`SLASHLogin-2/+16
2022-11-09Update compiler/rustc_codegen_llvm/src/back/archive.rsSLASHLogin-1/+1
2022-11-09Use `LayoutError`'s implementation of `IntoDiagnostic`SLASHLogin-18/+7
2022-11-09FormattingSLASHLogin-1/+4
2022-11-09Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic`SLASHLogin-3/+5
2022-11-09Delay diagnostic translation in `rustc_codegen_ssa`SLASHLogin-9/+27
2022-11-09Simplify existing Diagnostic implementationsSLASHLogin-52/+55
2022-11-09Port diagnostics created by `Handler`SLASHLogin-8/+24
2022-11-09Flatten diagnostic structsSLASHLogin-48/+43
2022-11-09Correct tests to match errorsSLASHLogin-1/+1
2022-11-09Fix CISLASHLogin-1/+1
2022-11-09Port `MissingFeatures` and `TargetFeatureDisableOrEnable`SLASHLogin-14/+45
2022-11-09Port `UnknownArchiveKind`SLASHLogin-4/+14
2022-11-09Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a...SLASHLogin-6/+26
2022-11-09Port ErrorCallingDllToolSLASHLogin-2/+13
2022-11-09Import ErrorWritingDEFFileSLASHLogin-2/+11
2022-11-09Port ArchiveBuildFailureSLASHLogin-2/+11
2022-11-09Port SanitizerMemtagRequiresMteSLASHLogin-1/+9
2022-11-09Reuse SymbolAlreadyDefinedSLASHLogin-5/+5
2022-11-09Port LinkageConstOrMutType errorSLASHLogin-9/+14
2022-11-09Port InvalidMinimumAlignmentSLASHLogin-1/+13
2022-11-09Port layout size overflowSLASHLogin-2/+14
2022-11-09FormattingSLASHLogin-1/+1
2022-11-09Port branch protection on aarch64SLASHLogin-1/+9
2022-11-09Fix diag() and formattingSLASHLogin-2/+4
2022-11-09Port `symbol_already_defined` errorSLASHLogin-4/+13
2022-11-09Port Instrument coverage requires llvm 12 to the new structSLASHLogin-1/+9
2022-11-09Import `error creating import library`SLASHLogin-4/+15
2022-11-09Missing lifetime parameter and formattingSLASHLogin-5/+2
2022-11-09Change String in structs to &'a strSLASHLogin-6/+6
2022-11-09Trailing whitespacesSLASHLogin-3/+3
2022-11-09locales formattingSLASHLogin-1/+1
2022-11-09FormattingSLASHLogin-6/+14
2022-11-09Port unknown feature diagnostic to the new frameworkSLASHLogin-17/+52
2022-11-09Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matkladDylan DPC-204/+143
2022-11-09Auto merge of #103723 - CastilloDel:master, r=jackh726bors-30/+37
2022-11-09Fix `rustdoc --version` when used with download-rustcJoshua Nelson-27/+40
2022-11-09Auto merge of #104180 - fee1-dead-contrib:fix-wf-fndef, r=oli-obkbors-1/+1
2022-11-08Add support for custom MIR parsingJakob Degen-41/+636
2022-11-09Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearthbors-25/+209