| Age | Commit message (Expand) | Author | Lines |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -1/+2 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`. | Nicholas Nethercote | -0/+1 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -1/+1 |
| 2024-03-28 | Replace Session should_remap_filepaths with filename_display_preference | Urgau | -9/+6 |
| 2024-03-28 | Introduce `FileNameMapping::to_real_filename` and use it everywhere | Urgau | -18/+13 |
| 2024-03-28 | Make local_crate_source_file return a RealFileName | Urgau | -1/+2 |
| 2024-03-28 | Replace `RemapFileNameExt::for_codegen` with explicit calls | Urgau | -6/+17 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -1/+1 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -1/+1 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -0/+6 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -3/+7 |
| 2024-03-01 | Add `f16` and `f128` LLVM intrinsics | Trevor Gross | -1/+1 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+4 |
| 2024-02-09 | Build DebugInfo for coroutine-closure | Michael Goulet | -1/+4 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -1/+1 |
| 2023-12-19 | Unify SourceFile::name_hash and StableSourceFileId | Michael Woerister | -1/+1 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+1 |
| 2023-12-15 | codegen_llvm: set DW_AT_accessibility | David Wood | -2/+23 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -5/+2 |
| 2023-12-11 | refactor: only check dwarf version when emitting dwarf | Weihang Lo | -2/+8 |
| 2023-12-11 | fix: stop emitting `.debug_pubnames` and `.debug_pubtypes` | Weihang Lo | -0/+8 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-12-03 | compiler: replace cstr macro with c str literals in compiler and few other c ... | klensy | -5/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -11/+11 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -36/+72 |
| 2023-10-08 | Make FnDef 1-ZST in LLVM debuginfo. | Camille GILLOT | -2/+10 |
| 2023-08-29 | const_eval and codegen: audit uses of is_zst | Ralf Jung | -2/+2 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -11/+3 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -9/+7 |
| 2023-07-21 | Support `.comment` section like GCC/Clang (`!llvm.ident`) | Miguel Ojeda | -15/+0 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -9/+9 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -1/+4 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -4/+7 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -4/+7 |
| 2023-07-05 | Revert "use new c literals instead of cstr! macro" | León Orell Valerian Liehr | -3/+6 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -1/+1 |
| 2023-06-16 | Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-06-14 | Introduce a minimum CGU size in non-incremental builds. | Nicholas Nethercote | -1/+1 |
| 2023-06-10 | Support 128-bit enum variant in debuginfo codegen | DonoughLiu | -1/+1 |
| 2023-05-31 | use new c literals instead of cstr! macro | klensy | -6/+3 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -2/+1 |
| 2023-04-19 | Move `GenericArgKind::as_{type,const,region}` to `GenericArg` | Maybe Waffle | -1/+1 |
| 2023-04-19 | Add `GenericArgKind::as_{type,const,region}` | Maybe Waffle | -7/+4 |
| 2023-04-08 | Auto merge of #109862 - klensy:llvm-dd, r=nikic | bors | -18/+7 |
| 2023-04-05 | review | klensy | -18/+7 |
| 2023-04-04 | replace LLVMRustMetadataAsValue with LLVMMetadataAsValue | klensy | -1/+1 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -18/+1 |
| 2023-03-26 | debuginfo: Get pointer size/align from tcx.data_layout instead of layout_of | Nilstrieb | -5/+4 |