| Age | Commit message (Expand) | Author | Lines |
| 2025-09-25 | Rollup merge of #147015 - Zalathar:dispose-tm, r=lqd | Stuart Cook | -4/+0 |
| 2025-09-25 | Rollup merge of #146905 - durin42:llvm-22-bitstream-remarks, r=nikic | Stuart Cook | -0/+13 |
| 2025-09-25 | Use `LLVMDisposeTargetMachine` | Zalathar | -4/+0 |
| 2025-09-24 | llvm: add a destructor to call releaseSerializer | Josh Stone | -0/+8 |
| 2025-09-23 | llvm: update remarks support on LLVM 22 | Augie Fackler | -0/+5 |
| 2025-09-23 | Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiser | Matthias Krüger | -2/+1 |
| 2025-09-21 | emit attribute for readonly non-pure inline assembly | Folkert de Vries | -0/+5 |
| 2025-09-19 | [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows | Daniel Paoliello | -2/+1 |
| 2025-09-19 | Auto merge of #146700 - Zalathar:quoted-args, r=nikic | bors | -21/+7 |
| 2025-09-18 | Move target machine command-line quoting from C++ to Rust | Zalathar | -21/+7 |
| 2025-09-17 | Use `LLVMDIBuilderCreateTypedef` | Zalathar | -10/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateQualifiedType` | Zalathar | -7/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateStaticMemberType` | Zalathar | -10/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateMemberType` | Zalathar | -11/+0 |
| 2025-09-17 | Rollup merge of #146631 - Zalathar:di-builder, r=nnethercote | Stuart Cook | -60/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateStructType` | Zalathar | -14/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreatePointerType` | Zalathar | -9/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateBasicType` | Zalathar | -8/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateArrayType` | Zalathar | -9/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateUnionType` | Zalathar | -13/+0 |
| 2025-09-17 | Use `LLVMDIBuilderCreateSubroutineType` | Zalathar | -7/+0 |
| 2025-09-16 | Update the minimum external LLVM to 20 | Josh Stone | -110/+30 |
| 2025-09-12 | remove outdated jsbackend leftovers | klensy | -7/+0 |
| 2025-09-11 | remove unused getLongestEntryLength | klensy | -8/+0 |
| 2025-09-11 | remove unused macro | klensy | -116/+0 |
| 2025-09-09 | Auto merge of #146360 - Zalathar:rollup-qc2hhrd, r=Zalathar | bors | -1/+4 |
| 2025-09-09 | Rollup merge of #146184 - dpaoliello:llvmbuildarm64, r=cuviper | Stuart Cook | -1/+4 |
| 2025-09-09 | Auto merge of #146018 - lambdageek:add-winres-version, r=wesleywiser | bors | -1/+1 |
| 2025-09-07 | Rollup merge of #146209 - bjorn3:lto_refactors5, r=dianqk | Matthias Krüger | -8/+3 |
| 2025-09-06 | Remove want_summary argument from prepare_thin | bjorn3 | -8/+3 |
| 2025-09-06 | Update comment for werror on rust-lang/rust CI explaining why we keep MSVC de... | Romain Perier | -4/+4 |
| 2025-09-05 | compiler: Add Windows resources to rustc-main and rustc_driver | Aleksey Kliger | -1/+1 |
| 2025-09-03 | In the rustc_llvm build script, don't consider arm64* to be 32-bit | Daniel Paoliello | -1/+4 |
| 2025-09-02 | Revert introduction of `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-29 | Update to ar_archive_writer 0.5.1 | Daniel Paoliello | -42/+57 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -1/+1 |
| 2025-08-28 | Move ___asan_globals_registered export | bjorn3 | -6/+0 |
| 2025-08-28 | Add `libc` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Auto merge of #145877 - nikic:capture-address, r=tmiasko | bors | -10/+5 |
| 2025-08-26 | Use captures(address) instead of captures(none) for indirect args | Nikita Popov | -10/+5 |
| 2025-08-26 | Assert that LLVM range-attribute values don't exceed 128 bits | Zalathar | -0/+3 |
| 2025-08-20 | Tell LLVM about read-only captures | Nikita Popov | -0/+8 |
| 2025-08-19 | Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3 | Stuart Cook | -209/+0 |
| 2025-08-16 | Remove `LlvmArchiveBuilder` and supporting code/bindings | Zalathar | -209/+0 |
| 2025-08-15 | Use `LLVMGetTypeKind` | Zalathar | -54/+0 |
| 2025-08-15 | Use `LLVMSetTailCallKind` | Zalathar | -26/+0 |
| 2025-08-13 | Auto merge of #145093 - nikic:dead-on-return, r=nnethercote | bors | -0/+7 |
| 2025-08-11 | Set dead_on_return attribute for indirect arguments | Nikita Popov | -0/+7 |
| 2025-08-10 | Fix typo with paren rustc_llvm/build.rs | Daniel Paoliello | -1/+1 |
| 2025-08-08 | Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalathar | bors | -62/+3 |