| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -2/+2 |
| 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 | 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 |
| 2025-02-01 | Use `LLVMDIBuilderCreateNameSpace` | Zalathar | -17/+18 |
| 2025-02-01 | Use `LLVMDIBuilderFinalize` | Zalathar | -3/+3 |
| 2025-02-01 | Introduce `DIBuilderBox`, an owning pointer to `DIBuilder` | Zalathar | -20/+53 |
| 2025-01-31 | Add link attribute for Enzyme's FFI | Ben Kimock | -2/+7 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -9/+11 |
| 2025-01-31 | Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk | Jacob Pratt | -9/+11 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -15/+18 |
| 2025-01-30 | Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgr | bors | -22/+156 |
| 2025-01-30 | Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-01-30 | Rollup merge of #135026 - Flakebi:global-addrspace, r=saethlin | Matthias Krüger | -21/+155 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -1/+1 |
| 2025-01-30 | Use ExistentialTraitRef throughout codegen | Michael Goulet | -15/+13 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -2/+7 |
| 2025-01-29 | Clean up uses of the unstable `dwarf_version` option | Wesley Wiser | -25/+27 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -9/+11 |
| 2025-01-29 | Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=... | León Orell Valerian Liehr | -50/+6 |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -50/+6 |
| 2025-01-27 | Change `collect_and_partition_mono_items` tuple return type to a struct | Oli Scherer | -2/+4 |
| 2025-01-26 | Consistently use the most significant bit of vector masks | Jörn Horstmann | -93/+104 |
| 2025-01-25 | Auto merge of #128657 - clubby789:optimize-none, r=fee1-dead,WaffleLapkin | bors | -7/+10 |
| 2025-01-24 | Rollup merge of #135581 - EnzymeAD:refactor-codgencx, r=oli-obk | Matthias Krüger | -50/+238 |
| 2025-01-24 | Make CodegenCx and Builder generic | Manuel Drehwald | -50/+238 |
| 2025-01-24 | Rename `OptimizeAttr::None` to `Default` | clubby789 | -1/+1 |
| 2025-01-24 | coverage: Make query `coverage_ids_info` return an Option | Zalathar | -4/+6 |
| 2025-01-24 | Add comments about address spaces | Flakebi | -1/+26 |
| 2025-01-23 | Implement `optimize(none)` attribute | clubby789 | -6/+9 |
| 2025-01-22 | rustc_codegen_llvm: remove outdated asm-to-obj codegen note | Ken Matsui | -6/+3 |
| 2025-01-22 | Rollup merge of #135156 - Zalathar:debuginfo-flags, r=cuviper | Matthias Krüger | -3/+19 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -1/+0 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -1/+0 |
| 2025-01-21 | Treat undef bytes as equal to any other byte | Oli Scherer | -0/+5 |
| 2025-01-21 | Note that cg_llvm's gimli should match the version used elsewhere | Zalathar | -0/+2 |
| 2025-01-21 | Make our `DIFlags` match `LLVMDIFlags` in the LLVM-C API | Zalathar | -3/+17 |
| 2025-01-20 | Auto merge of #135643 - khuey:135332, r=jieyouxu | bors | -39/+24 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -1/+1 |