| Age | Commit message (Expand) | Author | Lines |
| 2022-11-09 | Rollup merge of #104184 - jyn514:rustdoc-version, r=davidtwco | Manish Goregaokar | -27/+40 |
| 2022-11-09 | Rollup merge of #104156 - oli-obk:autoderef, r=estebank | Manish Goregaokar | -35/+8 |
| 2022-11-09 | Rollup merge of #104020 - nicholasbishop:bishop-limit-efiapi, r=nagisa | Manish Goregaokar | -1/+3 |
| 2022-11-09 | Rollup merge of #104015 - alex:remove-kernel, r=oli-obk | Manish Goregaokar | -55/+5 |
| 2022-11-09 | Rollup merge of #103929 - BlackHoleFox:apple-targets-cleanup, r=petrochenkov | Manish Goregaokar | -221/+218 |
| 2022-11-09 | Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obk | Manish Goregaokar | -41/+636 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -1/+1 |
| 2022-11-09 | Rollup merge of #101005 - SLASHLogin:rustc_codegen_llvm_diagnostics, r=davidtwco | Manish Goregaokar | -81/+327 |
| 2022-11-09 | Auto merge of #104192 - Dylan-DPC:rollup-jjo1o80, r=Dylan-DPC | bors | -204/+143 |
| 2022-11-09 | Add missing `emitted_at` to the `Diagnostic` | SLASHLogin | -0/+1 |
| 2022-11-09 | Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>` | SLASHLogin | -2/+16 |
| 2022-11-09 | Update compiler/rustc_codegen_llvm/src/back/archive.rs | SLASHLogin | -1/+1 |
| 2022-11-09 | Use `LayoutError`'s implementation of `IntoDiagnostic` | SLASHLogin | -18/+7 |
| 2022-11-09 | Formatting | SLASHLogin | -1/+4 |
| 2022-11-09 | Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic` | SLASHLogin | -3/+5 |
| 2022-11-09 | Delay diagnostic translation in `rustc_codegen_ssa` | SLASHLogin | -9/+27 |
| 2022-11-09 | Simplify existing Diagnostic implementations | SLASHLogin | -52/+55 |
| 2022-11-09 | Port diagnostics created by `Handler` | SLASHLogin | -8/+24 |
| 2022-11-09 | Flatten diagnostic structs | SLASHLogin | -48/+43 |
| 2022-11-09 | Correct tests to match errors | SLASHLogin | -1/+1 |
| 2022-11-09 | Fix CI | SLASHLogin | -1/+1 |
| 2022-11-09 | Port `MissingFeatures` and `TargetFeatureDisableOrEnable` | SLASHLogin | -14/+45 |
| 2022-11-09 | Port `UnknownArchiveKind` | SLASHLogin | -4/+14 |
| 2022-11-09 | Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a... | SLASHLogin | -6/+26 |
| 2022-11-09 | Port ErrorCallingDllTool | SLASHLogin | -2/+13 |
| 2022-11-09 | Import ErrorWritingDEFFile | SLASHLogin | -2/+11 |
| 2022-11-09 | Port ArchiveBuildFailure | SLASHLogin | -2/+11 |
| 2022-11-09 | Port SanitizerMemtagRequiresMte | SLASHLogin | -1/+9 |
| 2022-11-09 | Reuse SymbolAlreadyDefined | SLASHLogin | -5/+5 |
| 2022-11-09 | Port LinkageConstOrMutType error | SLASHLogin | -9/+14 |
| 2022-11-09 | Port InvalidMinimumAlignment | SLASHLogin | -1/+13 |
| 2022-11-09 | Port layout size overflow | SLASHLogin | -2/+14 |
| 2022-11-09 | Formatting | SLASHLogin | -1/+1 |
| 2022-11-09 | Port branch protection on aarch64 | SLASHLogin | -1/+9 |
| 2022-11-09 | Fix diag() and formatting | SLASHLogin | -2/+4 |
| 2022-11-09 | Port `symbol_already_defined` error | SLASHLogin | -4/+13 |
| 2022-11-09 | Port Instrument coverage requires llvm 12 to the new struct | SLASHLogin | -1/+9 |
| 2022-11-09 | Import `error creating import library` | SLASHLogin | -4/+15 |
| 2022-11-09 | Missing lifetime parameter and formatting | SLASHLogin | -5/+2 |
| 2022-11-09 | Change String in structs to &'a str | SLASHLogin | -6/+6 |
| 2022-11-09 | Trailing whitespaces | SLASHLogin | -3/+3 |
| 2022-11-09 | locales formatting | SLASHLogin | -1/+1 |
| 2022-11-09 | Formatting | SLASHLogin | -6/+14 |
| 2022-11-09 | Port unknown feature diagnostic to the new framework | SLASHLogin | -17/+52 |
| 2022-11-09 | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad | Dylan DPC | -204/+143 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -30/+37 |
| 2022-11-09 | Fix `rustdoc --version` when used with download-rustc | Joshua Nelson | -27/+40 |
| 2022-11-09 | Auto merge of #104180 - fee1-dead-contrib:fix-wf-fndef, r=oli-obk | bors | -1/+1 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -41/+636 |
| 2022-11-09 | Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearth | bors | -25/+209 |