| Age | Commit message (Expand) | Author | Lines |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -0/+2 |
| 2025-07-31 | Tidy up `Cargo.toml` files. | Nicholas Nethercote | -0/+2 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -0/+26 |
| 2025-07-29 | cc dependencies: clarify comment | Ralf Jung | -2/+2 |
| 2025-07-28 | Rollup merge of #144503 - bjorn3:lto_refactors3, r=petrochenkov | Matthias Krüger | -34/+0 |
| 2025-07-26 | Implement support for explicit tail calls in the MIR block builders and the L... | Joel Wejdenstål | -0/+26 |
| 2025-07-25 | Use the object crate rather than LLVM for extracting bitcode sections | bjorn3 | -34/+0 |
| 2025-07-23 | RustWrapper: Suppress getNextNonDebugInfoInstruction | WANG Rui | -1/+1 |
| 2025-07-22 | Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+37 |
| 2025-07-20 | Rollup merge of #144116 - nikic:llvm-21-fixes, r=dianqk | Matthias Krüger | -1/+4 |
| 2025-07-19 | Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4 | Matthias Krüger | -0/+13 |
| 2025-07-18 | add various wrappers for gpu code generation | Manuel Drehwald | -0/+37 |
| 2025-07-18 | Pass wasm exception model to TargetOptions | Nikita Popov | -1/+4 |
| 2025-07-11 | Avoid building C++ for rustc_llvm with --compile-time-deps | bjorn3 | -0/+8 |
| 2025-07-02 | awhile -> a while where appropriate | наб | -1/+1 |
| 2025-07-02 | fix: Fix TypePrintFn flag passing for autodiff codegen | Karan Janthe | -0/+13 |
| 2025-05-31 | rustc_llvm: add Windows system libs only when cross-compiling from Windows | Mateusz Mikuła | -2/+2 |
| 2025-05-15 | Experimental cygwin support in rustc | 王宇逸 | -0/+1 |
| 2025-05-11 | Use `LLVMGetInlineAsm` | Zalathar | -27/+0 |
| 2025-05-01 | PassWrapper: adapt for llvm/llvm-project@f137c3d592e96330e450a8fd63ef7e8877fc... | Erick Tryzelaar | -0/+5 |
| 2025-04-29 | Rollup merge of #140400 - durin42:llvm-21-getguid, r=cuviper | Trevor Gross | -4/+9 |
| 2025-04-28 | Rollup merge of #139308 - Shourya742:2025-03-29-add-autodiff-inline, r=ZuseZ4 | Chris Denton | -0/+21 |
| 2025-04-28 | PassWrapper: adapt for llvm/llvm-project@d3d856ad8469 | Augie Fackler | -4/+9 |
| 2025-04-28 | remove noinline attribute and add alwaysinline after AD pass | bit-aloo | -4/+6 |
| 2025-04-26 | Rollup merge of #140253 - SergioGasquez:feat/xtensa-asm-printer, r=cuviper | Matthias Krüger | -0/+1 |
| 2025-04-25 | add llvm wrappers and corresponding methods in attribute | bit-aloo | -0/+19 |
| 2025-04-24 | feat: Add XtensaAsmPrinter | Sergio Gasquez | -0/+1 |
| 2025-04-12 | fix LooseTypes flag and PrintMod behaviour, add debug helper | Manuel Drehwald | -2/+28 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -129/+14 |
| 2025-04-05 | Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk | Stuart Cook | -0/+10 |
| 2025-04-04 | add autodiff batching backend | Manuel Drehwald | -0/+10 |
| 2025-03-31 | PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509... | Augie Fackler | -4/+9 |
| 2025-03-20 | coverage: Add LLVM plumbing for expansion regions | Zalathar | -0/+16 |
| 2025-03-16 | Auto merge of #137011 - LuuuXXX:promote-ohos-with-host-tools, r=Amanieu | bors | -1/+2 |
| 2025-03-13 | Rollup merge of #138420 - zmodem:cfifunctionindex_fix, r=durin42 | Matthias Krüger | -0/+9 |
| 2025-03-12 | Adapt to LLVM dropping CfiFunctionIndex::begin()/end() | Hans Wennborg | -0/+9 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+3 |
| 2025-03-07 | Rollup merge of #138137 - ZequanWu:fix-triple, r=cuviper | Jacob Pratt | -2/+6 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -0/+3 |
| 2025-03-06 | rename Triple to Target | Zequan Wu | -3/+3 |
| 2025-03-06 | setTargetTriple now accepts Triple rather than string | Zequan Wu | -0/+4 |
| 2025-03-06 | [llvm/PassWrapper] use `size_t` when building arg strings | Josh Stone | -5/+5 |
| 2025-03-04 | promote ohos targets to tier to with host tools | LuuuXXX | -1/+2 |
| 2025-03-01 | Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikic | bors | -16/+50 |
| 2025-02-28 | compiler: bump `cc` to 1.2.16 to fix `x86` Windows jobs on newest Windows SDK | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -0/+18 |
| 2025-02-23 | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK | -16/+50 |