| Age | Commit message (Expand) | Author | Lines |
| 2022-11-09 | Port `UnknownArchiveKind` | SLASHLogin | -4/+11 |
| 2022-11-09 | Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a... | SLASHLogin | -6/+17 |
| 2022-11-09 | Port ErrorCallingDllTool | SLASHLogin | -2/+10 |
| 2022-11-09 | Import ErrorWritingDEFFile | SLASHLogin | -2/+8 |
| 2022-11-09 | Port ArchiveBuildFailure | SLASHLogin | -2/+8 |
| 2022-11-09 | Port SanitizerMemtagRequiresMte | SLASHLogin | -1/+6 |
| 2022-11-09 | Reuse SymbolAlreadyDefined | SLASHLogin | -5/+5 |
| 2022-11-09 | Port LinkageConstOrMutType error | SLASHLogin | -9/+11 |
| 2022-11-09 | Port InvalidMinimumAlignment | SLASHLogin | -1/+10 |
| 2022-11-09 | Port layout size overflow | SLASHLogin | -2/+11 |
| 2022-11-09 | Port branch protection on aarch64 | SLASHLogin | -1/+6 |
| 2022-11-09 | Fix diag() and formatting | SLASHLogin | -2/+4 |
| 2022-11-09 | Port `symbol_already_defined` error | SLASHLogin | -4/+10 |
| 2022-11-09 | Port Instrument coverage requires llvm 12 to the new struct | SLASHLogin | -1/+6 |
| 2022-11-09 | Import `error creating import library` | SLASHLogin | -4/+12 |
| 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 | Formatting | SLASHLogin | -6/+14 |
| 2022-11-09 | Port unknown feature diagnostic to the new framework | SLASHLogin | -17/+37 |
| 2022-11-08 | Rollup merge of #103353 - wesleywiser:fix_lld_thinlto_msvc, r=michaelwoerister | Manish Goregaokar | -1/+3 |
| 2022-11-08 | prevent uninitialized access in black_box for zero-sized-types | Krasimir Georgiev | -3/+12 |
| 2022-11-08 | llvm: dwo only emitted when object code emitted | David Wood | -3/+13 |
| 2022-11-07 | Rollup merge of #104066 - TimNN:riscv-layout, r=nikic | Yuki Okushi | -0/+4 |
| 2022-11-06 | LLVM 16: Update RISCV data layout | Tim Neumann | -0/+4 |
| 2022-11-06 | move InitMask to its own module | Ralf Jung | -3/+1 |
| 2022-11-06 | interpret: support for per-byte provenance | Ralf Jung | -4/+4 |
| 2022-11-06 | Add type_array to BaseTypeMethods | Ayush Singh | -4/+4 |
| 2022-11-05 | Rollup merge of #103977 - TimNN:memory-effects, r=nikic | Matthias Krüger | -7/+23 |
| 2022-11-04 | LLVM 16: Switch to using MemoryEffects | Tim Neumann | -7/+23 |
| 2022-11-04 | Rollup merge of #103897 - Amanieu:llvm-58384, r=davidtwco | Matthias Krüger | -3/+54 |
| 2022-11-04 | Auto merge of #103098 - Amanieu:asm-tied-fixed, r=bjorn3 | bors | -2/+11 |
| 2022-11-03 | Fix Access Violation when using lld & ThinLTO on windows-msvc | Wesley Wiser | -1/+3 |
| 2022-11-02 | asm: Work around LLVM bug on AArch64 | Amanieu d'Antras | -3/+54 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -5/+4 |
| 2022-10-30 | Auto merge of #103299 - nikic:usub-overflow, r=wesleywiser | bors | -5/+8 |
| 2022-10-24 | Support raw-dylib functions being used inside inlined functions | Daniel Paoliello | -2/+5 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -1/+15 |
| 2022-10-23 | Allow LTO for dylibs | bjorn3 | -13/+4 |
| 2022-10-20 | Don't use usub.with.overflow intrinsic | Nikita Popov | -5/+8 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -2/+6 |
| 2022-10-15 | asm: Match clang behavior for inlateout fixed register operands | Amanieu d'Antras | -2/+11 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | Rollup merge of #103015 - whentojump:patch, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | Add links to relevant pages to find constraint information | Guillaume Gomez | -0/+4 |
| 2022-10-14 | fix a typo | wtj | -1/+1 |
| 2022-10-09 | Pass 128-bit C-style enum enumerator values to LLVM | beetrees | -12/+9 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-10-05 | Auto merge of #98736 - alex:lipo-magic, r=bjorn3 | bors | -3/+64 |