| Age | Commit message (Expand) | Author | Lines |
| 2025-07-16 | Rollup merge of #143920 - oli-obk:cg-llvm-safety, r=jieyouxu | Samuel Tardieu | -8/+4 |
| 2025-07-14 | Eliminate all direct uses of LLVMMDStringInContext2 | Oli Scherer | -1/+1 |
| 2025-07-14 | Use context methods instead of directly calling FFI | Oli Scherer | -6/+2 |
| 2025-07-14 | Avoid a bunch of unnecessary `unsafe` blocks in cg_llvm | Oli Scherer | -2/+2 |
| 2025-07-12 | Port `#[omit_gdb_pretty_printer_section]` to the new attribute parsing infras... | Jonathan Brouwer | -3/+2 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -5/+9 |
| 2025-06-03 | Change `tag_field` to `FieldIdx` in `Variants::Multiple` | Scott McMurray | -8/+8 |
| 2025-06-03 | Remove get_dbg_loc from DebugInfoBuilderMethods | bjorn3 | -4/+6 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -1/+5 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -6/+3 |
| 2025-04-18 | Rollup merge of #138599 - adwinwhite:recursive-overflow, r=wesleywiser | Matthias Krüger | -0/+50 |
| 2025-04-15 | Revert "Deduplicate template parameter creation" | Vadim Petrochenkov | -26/+45 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -3/+1 |
| 2025-04-07 | Prepend temp files with a string per invocation of rustc | Michael Goulet | -0/+1 |
| 2025-04-07 | Simplify temp path creation a bit | Michael Goulet | -1/+1 |
| 2025-03-18 | Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType` | Oli Scherer | -42/+60 |
| 2025-03-18 | Avoid splitting up a layout | Oli Scherer | -22/+24 |
| 2025-03-17 | Create a safe wrapper around `LLVMRustDIBuilderCreateBasicType` | Oli Scherer | -31/+36 |
| 2025-03-17 | Create a safe wrapper function around `LLVMRustDIBuilderCreateFile` | Oli Scherer | -33/+26 |
| 2025-03-17 | Create a safe wrapper around `LLVMRustDIBuilderCreateSubroutineType` | Oli Scherer | -12/+13 |
| 2025-03-17 | Deduplicate template parameter creation | Oli Scherer | -45/+26 |
| 2025-03-17 | Immediately create an `Option` instead of reallocating for it later | Oli Scherer | -6/+6 |
| 2025-03-17 | Create a safe wrapper around LLVMRustDIBuilderCreateTemplateTypeParameter | Oli Scherer | -23/+24 |
| 2025-03-17 | fix(debuginfo): avoid overflow when handling expanding recursive type | Adwin White | -0/+50 |
| 2025-02-19 | Rollup merge of #137210 - workingjubilee:fixup-passmode-import, r=RalfJung | Matthias Krüger | -9/+11 |
| 2025-02-18 | compiler: Stop reexporting stuff in cg_llvm::abi | Jubilee Young | -9/+11 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -1/+1 |
| 2025-02-13 | Rollup merge of #136895 - maurer:fix-enum-discr, r=nikic | Jubilee | -1/+7 |
| 2025-02-12 | debuginfo: Set bitwidth appropriately in enum variant tags | Matthew Maurer | -1/+7 |
| 2025-02-11 | Document some safety constraints and use more safe wrappers | Oli Scherer | -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 | -8/+5 |
| 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-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 `LLVMDIBuilderCreateLexicalBlockFile` | Zalathar | -1/+8 |
| 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 |