| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -12/+39 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -14/+8 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -2/+2 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -28/+169 |
| 2025-02-21 | clean up autodiff code/comments | Manuel Drehwald | -10/+5 |
| 2025-02-22 | Fix overcapturing, unsafe extern blocks, and new unsafe ops | Michael Goulet | -2/+2 |
| 2025-02-21 | Rollup merge of #137313 - oli-obk:push-ywvuqkxuqyom, r=petrochenkov | Matthias Krüger | -85/+79 |
| 2025-02-20 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field... | Zachary S | -9/+6 |
| 2025-02-20 | Merge two operations that were always performed together | Oli Scherer | -76/+70 |
| 2025-02-20 | Create safe helper for LLVMSetDLLStorageClass | Oli Scherer | -10/+10 |
| 2025-02-19 | Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t... | Scott McMurray | -2/+8 |
| 2025-02-19 | PR feedback | Scott McMurray | -3/+2 |
| 2025-02-19 | Emit `trunc nuw` for unchecked shifts and `to_immediate_scalar` | Scott McMurray | -2/+27 |
| 2025-02-19 | Emit getelementptr inbounds nuw for pointer::add() | Nikita Popov | -1/+22 |
| 2025-02-19 | Switch to the LLVMBuildGEPWithNoWrapFlags API | Nikita Popov | -12/+18 |
| 2025-02-19 | Rollup merge of #137210 - workingjubilee:fixup-passmode-import, r=RalfJung | Matthias Krüger | -27/+27 |
| 2025-02-18 | compiler: Stop reexporting stuff in cg_llvm::abi | Jubilee Young | -27/+27 |
| 2025-02-18 | Auto merge of #133852 - x17jiri:cold_path, r=saethlin | bors | -2/+46 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -1/+1 |
| 2025-02-17 | improve cold_path() | Jiri Bobek | -2/+46 |
| 2025-02-17 | Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee | Matthias Krüger | -1/+2 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -1/+2 |
| 2025-02-16 | Rollup merge of #136545 - durin42:nvptx64-align, r=nikic | Jacob Pratt | -0/+6 |
| 2025-02-14 | Auto merge of #136575 - scottmcm:nsuw-math, r=nikic | bors | -0/+33 |
| 2025-02-14 | Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee | bors | -7/+2 |
| 2025-02-13 | Rollup merge of #136993 - dpaoliello:cleanllvm4, r=workingjubilee | Jubilee | -5/+0 |
| 2025-02-13 | Set both `nuw` and `nsw` in slice size calculation | Scott McMurray | -0/+33 |
| 2025-02-13 | Rollup merge of #136895 - maurer:fix-enum-discr, r=nikic | Jubilee | -1/+7 |
| 2025-02-13 | [cg_llvm] Remove dead error message | Daniel Paoliello | -5/+0 |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -2/+2 |
| 2025-02-13 | Rollup merge of #136881 - dpaoliello:cleanllvm3, r=Zalathar | Jacob Pratt | -421/+479 |
| 2025-02-13 | Rollup merge of #136858 - safinaskar:parallel-cleanup-2025-02-11-07-54, r=Spa... | Jacob Pratt | -3/+0 |
| 2025-02-13 | cg_llvm: Reduce visibility of all functions in the llvm module | Daniel Paoliello | -420/+479 |
| 2025-02-13 | Remove `LLVMGetModuleContext` | Zalathar | -1/+0 |
| 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 | debuginfo: Set bitwidth appropriately in enum variant tags | Matthew Maurer | -1/+7 |
| 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 | compiler/rustc_codegen_llvm/src/lib.rs: remove "unsafe impl Send/Sync" | Askar Safin | -3/+0 |
| 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 |