| Age | Commit message (Expand) | Author | Lines |
| 2025-10-02 | codegen: Generate `dbg_value` for the ref statement | dianqk | -2/+51 |
| 2025-09-19 | Remove some unnecessary `as u64` casts | Zalathar | -4/+4 |
| 2025-09-19 | Use `LLVMDIBuilderCreate(Auto|Parameter)Variable` | Zalathar | -28/+30 |
| 2025-09-19 | Use `LLVMDIBuilder(CreateExpression|InsertDeclareRecordAtEnd)` | Zalathar | -6/+9 |
| 2025-09-17 | Use `LLVMDIBuilderCreateSubroutineType` | Zalathar | -4/+4 |
| 2025-08-28 | compiler: Include span of too huge enum with -Cdebuginfo=2 | Martin Nordholts | -2/+4 |
| 2025-08-13 | Cleanup assoc parent utils | Cameron Steffen | -24/+19 |
| 2025-08-06 | Revert "Preserve the .debug_gdb_scripts section" | bjorn3 | -22/+14 |
| 2025-08-05 | Preserve the .debug_gdb_scripts section | Sebastian Poeplau | -14/+22 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -1/+1 |
| 2025-06-03 | Remove get_dbg_loc from DebugInfoBuilderMethods | bjorn3 | -4/+6 |
| 2025-04-18 | Rollup merge of #138599 - adwinwhite:recursive-overflow, r=wesleywiser | Matthias Krüger | -0/+2 |
| 2025-04-15 | Revert "Deduplicate template parameter creation" | Vadim Petrochenkov | -2/+32 |
| 2025-03-17 | Create a safe wrapper around `LLVMRustDIBuilderCreateSubroutineType` | Oli Scherer | -4/+3 |
| 2025-03-17 | Deduplicate template parameter creation | Oli Scherer | -32/+2 |
| 2025-03-17 | Create a safe wrapper around LLVMRustDIBuilderCreateTemplateTypeParameter | Oli Scherer | -13/+23 |
| 2025-03-17 | fix(debuginfo): avoid overflow when handling expanding recursive type | Adwin White | -0/+2 |
| 2025-02-18 | compiler: Stop reexporting stuff in cg_llvm::abi | Jubilee Young | -1/+1 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -8/+11 |
| 2025-02-09 | Rollup merge of #136659 - wesleywiser:dwarf_version_lto_merge_behavior, r=jie... | Urgau | -1/+5 |
| 2025-02-08 | Rustfmt | bjorn3 | -8/+11 |
| 2025-02-08 | Pick the max DWARF version when LTO'ing modules with different versions | Wesley Wiser | -1/+5 |
| 2025-02-08 | Rollup merge of #136640 - Zalathar:debuginfo-align-bits, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-06 | Debuginfo for function ZSTs should have alignment of 8 bits, not 1 bit | Zalathar | -1/+1 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -2/+2 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -2/+2 |
| 2025-02-01 | Use `LLVMDIBuilderCreateDebugLocation` | Zalathar | -1/+1 |
| 2025-02-01 | Use `LLVMDIBuilderFinalize` | Zalathar | -1/+1 |
| 2025-02-01 | Introduce `DIBuilderBox`, an owning pointer to `DIBuilder` | Zalathar | -12/+4 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -1/+1 |
| 2025-01-30 | Use ExistentialTraitRef throughout codegen | Michael Goulet | -1/+1 |
| 2025-01-29 | Clean up uses of the unstable `dwarf_version` option | Wesley Wiser | -23/+26 |
| 2025-01-19 | When LLVM's location discriminator value limit is exceeded, emit locations wi... | Kyle Huey | -2/+2 |
| 2025-01-05 | Explain why the `DW_TAG_*` constants remain as-is for now | Zalathar | -0/+4 |
| 2025-01-05 | Use constants for DWARF opcodes, instead of FFI calls | Zalathar | -9/+6 |
| 2025-01-05 | Use gimli to get the values of DWARF constants needed by codegen | Zalathar | -0/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-11-19 | When the required discriminator value exceeds LLVM's limits, drop the debug i... | Kyle Huey | -2/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -6/+5 |
| 2024-11-11 | CFI: Append debug location to CFI blocks | Bastian Kersting | -0/+4 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -1/+1 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -3/+0 |
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -36/+30 |
| 2024-10-28 | Rollup merge of #132260 - Zalathar:type-safe-cast, r=compiler-errors | Jubilee | -7/+7 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -1/+1 |
| 2024-10-28 | Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char` | Zalathar | -7/+7 |
| 2024-10-26 | Effects cleanup | Deadbeef | -1/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -14/+11 |
| 2024-09-17 | Rename supertraits of `CodegenMethods`. | Nicholas Nethercote | -1/+1 |
| 2024-09-06 | Don't leave debug locations for constants sitting on the builder indefinitely. | Kyle Huey | -1/+7 |