| Age | Commit message (Expand) | Author | Lines |
| 2025-02-01 | Use `LLVMDIBuilderCreateLexicalBlock` | Zalathar | -1/+1 |
| 2025-02-01 | Use `LLVMDIBuilderCreateNameSpace` | Zalathar | -4/+4 |
| 2025-02-01 | Use `LLVMDIBuilderFinalize` | Zalathar | -1/+1 |
| 2025-02-01 | Introduce `DIBuilderBox`, an owning pointer to `DIBuilder` | Zalathar | -15/+7 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -9/+9 |
| 2025-01-30 | Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgr | bors | -0/+25 |
| 2025-01-30 | Rollup merge of #135026 - Flakebi:global-addrspace, r=saethlin | Matthias Krüger | -0/+25 |
| 2025-01-30 | Use ExistentialTraitRef throughout codegen | Michael Goulet | -10/+10 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -1/+1 |
| 2025-01-29 | Clean up uses of the unstable `dwarf_version` option | Wesley Wiser | -25/+27 |
| 2025-01-24 | Add comments about address spaces | Flakebi | -0/+10 |
| 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 |
| 2025-01-19 | When LLVM's location discriminator value limit is exceeded, emit locations wi... | Kyle Huey | -39/+24 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -5/+5 |
| 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/+14 |
| 2025-01-05 | Use gimli to get the values of DWARF constants needed by codegen | Zalathar | -24/+40 |
| 2025-01-02 | Cast global variables to default address space | Flakebi | -0/+15 |
| 2024-12-30 | force enum `DISCR_*` to `const u64` to allow for inspection via LLDB's `SBTyp... | Walnut | -17/+37 |
| 2024-12-18 | fix outdated comment | Ralf Jung | -2/+1 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -17/+15 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -2/+2 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -5/+3 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -22/+0 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -27/+228 |
| 2024-11-19 | When the required discriminator value exceeds LLVM's limits, drop the debug i... | Kyle Huey | -20/+40 |
| 2024-11-19 | Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros. | Kyle Huey | -3/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -29/+35 |
| 2024-11-12 | Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalle | Matthias Krüger | -0/+4 |
| 2024-11-11 | CFI: Append debug location to CFI blocks | Bastian Kersting | -0/+4 |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -3/+57 |
| 2024-11-06 | Clean up use requirements after rebasing | Matt Weber | -5/+4 |
| 2024-11-06 | Add location info for f16 | Matt Weber | -0/+18 |
| 2024-11-06 | Rename option and add doc | Matt Weber | -45/+40 |
| 2024-11-06 | Add additional option checks | Matt Weber | -9/+38 |
| 2024-11-06 | Move additional source location info behind -Z option | Matt Weber | -20/+105 |
| 2024-11-06 | Refactor `type_stub` from `DefId` to tuple | Matt Weber | -22/+26 |
| 2024-11-06 | Add file and line metadata for enum variant and fields | Matt Weber | -17/+23 |
| 2024-11-06 | Add file and line metadata for struct/union members | Matt Weber | -10/+35 |
| 2024-11-06 | Add file and line metadata for coroutines | Matt Weber | -2/+5 |
| 2024-11-06 | Refactor `type_map::stub` parameters | Matt Weber | -60/+44 |
| 2024-11-06 | Add file and line metadata for closures | Matt Weber | -2/+10 |
| 2024-11-06 | Require `type_map::stub` callers to supply file information | Matt Weber | -6/+51 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -6/+6 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -29/+0 |
| 2024-10-30 | Consistently use safe wrapper function `set_section` | Zalathar | -1/+1 |
| 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 | -50/+50 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -1/+1 |