| Age | Commit message (Expand) | Author | Lines |
| 2025-02-12 | Rollup merge of #136807 - workingjubilee:merge-gpus-to-get-the-arcradeongefor... | Jacob Pratt | -1/+0 |
| 2025-02-12 | Rollup merge of #136217 - taiki-e:csky-asm-flags, r=Amanieu | Jacob Pratt | -1/+3 |
| 2025-02-12 | Rollup merge of #135025 - Flakebi:alloca-addrspace, r=nikic | Jacob Pratt | -2/+4 |
| 2025-02-12 | Rollup merge of #135549 - oli-obk:push-tmxtpnrloyqu, r=compiler-errors | Matthias Krüger | -147/+110 |
| 2025-02-11 | Document some safety constraints and use more safe wrappers | Oli Scherer | -59/+50 |
| 2025-02-11 | Add a safe wrapper for `WriteBitcodeToFile` | Oli Scherer | -8/+10 |
| 2025-02-11 | Remove an unsafe closure invariant by inlining the closure wrapper into the c... | Oli Scherer | -80/+50 |
| 2025-02-11 | Rollup merge of #136813 - mrkajetanp:aarch32-fp16-target-feature, r=davidtwco | Jacob Pratt | -0/+1 |
| 2025-02-11 | Rollup merge of #136721 - dpaoliello:cleanllvm2, r=Zalathar | Jacob Pratt | -8/+8 |
| 2025-02-10 | Cast allocas to default address space | Flakebi | -2/+4 |
| 2025-02-10 | rustc_codegen_llvm: Mark items as pub(crate) outside of the llvm module | Daniel Paoliello | -8/+8 |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -49/+64 |
| 2025-02-10 | Rollup merge of #136053 - Zalathar:defer-counters, r=saethlin | Jubilee | -48/+31 |
| 2025-02-09 | compiler: internally merge `Conv::PtxKernel` into `GpuKernel` | Jubilee Young | -1/+0 |
| 2025-02-10 | remove outdated *First autodiff variants for higher-order ad | Manuel Drehwald | -2/+0 |
| 2025-02-10 | move second opt run to lto phase and cleanup code | Manuel Drehwald | -46/+55 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -264/+290 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -1/+5 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -6/+5 |
| 2025-02-09 | Rollup merge of #136659 - wesleywiser:dwarf_version_lto_merge_behavior, r=jie... | Urgau | -1/+5 |
| 2025-02-08 | Rustfmt | bjorn3 | -264/+290 |
| 2025-02-08 | Pick the max DWARF version when LTO'ing modules with different versions | Wesley Wiser | -1/+5 |
| 2025-02-07 | fix non-enzyme builds | Manuel Drehwald | -1/+4 |
| 2025-02-08 | Rollup merge of #136691 - bjorn3:linkage_cleanup, r=jieyouxu | Matthias Krüger | -6/+1 |
| 2025-02-08 | Rollup merge of #136640 - Zalathar:debuginfo-align-bits, r=compiler-errors | Matthias Krüger | -8/+5 |
| 2025-02-07 | compiler: remove reexports from rustc_target::callconv | Jubilee Young | -6/+5 |
| 2025-02-07 | rustc_target: Add the fp16 target feature for AArch32 | Kajetan Puchalski | -0/+1 |
| 2025-02-07 | Remove Linkage::Appending | bjorn3 | -1/+0 |
| 2025-02-07 | Remove Linkage::Private | bjorn3 | -5/+1 |
| 2025-02-06 | Remove dead code from rustc_codegen_llvm and the LLVM wrapper | Daniel Paoliello | -29/+0 |
| 2025-02-06 | Debuginfo for function ZSTs should have alignment of 8 bits, not 1 bit | Zalathar | -8/+5 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -2/+2 |
| 2025-02-06 | coverage: Remove the old code for simplifying counters after MIR opts | Zalathar | -19/+10 |
| 2025-02-06 | coverage: Defer part of counter-creation until codegen | Zalathar | -23/+10 |
| 2025-02-06 | coverage: Store BCB node IDs in mappings, and resolve them in codegen | Zalathar | -12/+17 |
| 2025-02-06 | Remove some unused glob re-exports | Zalathar | -4/+0 |
| 2025-02-06 | Remove the `mod llvm_` hack, which should no longer be necessary | Zalathar | -8/+3 |
| 2025-02-05 | fix fwd-mode autodiff case | Manuel Drehwald | -3/+8 |
| 2025-02-05 | Rollup merge of #136375 - Zalathar:llvm-di-builder, r=workingjubilee | León Orell Valerian Liehr | -62/+121 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -0/+17 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -2/+2 |
| 2025-02-02 | Handle the case where the `or disjoint` folds immediately to a constant | Scott McMurray | -1/+7 |
| 2025-02-02 | Rollup merge of #136426 - oli-obk:push-nkpuulwurykn, r=compiler-errors | Matthias Krüger | -2/+8 |
| 2025-02-01 | Explain why we retroactively change a static initializer to have a different ... | Oli Scherer | -2/+8 |
| 2025-01-31 | Override `disjoint_or` in the LLVM backend | Scott McMurray | -0/+11 |
| 2025-02-01 | Explain why (some) pointer/length strings are `*const c_uchar` | Zalathar | -0/+12 |
| 2025-02-01 | Add FIXME for auditing optional parameters passed to DIBuilder | Zalathar | -0/+4 |
| 2025-02-01 | Use `LLVMDIBuilderCreateDebugLocation` | Zalathar | -7/+9 |
| 2025-02-01 | Use `LLVMDIBuilderCreateLexicalBlockFile` | Zalathar | -10/+17 |
| 2025-02-01 | Use `LLVMDIBuilderCreateLexicalBlock` | Zalathar | -9/+9 |