| Age | Commit message (Expand) | Author | Lines |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -11/+26 |
| 2023-07-31 | Use standard Rust capitalization rules for names containing "LTO". | Nicholas Nethercote | -4/+4 |
| 2023-07-29 | cg_ssa: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -11/+26 |
| 2023-07-24 | Auto merge of #113877 - JhonnyBillM:reuse-codegen-ssa-monomorphization-errors... | bors | -265/+58 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+1 |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -1/+2 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -0/+4 |
| 2023-07-21 | Don't treat ref. fields with non-null niches as `dereferenceable_or_null` | Moulins | -1/+2 |
| 2023-07-20 | UPDATE - replace expected_simd error with one from codegen_ssa | Jhonny Bill Mena | -39/+16 |
| 2023-07-19 | UPDATE - replace gcc monomorphization errors with ssa ones | Jhonny Bill Mena | -226/+42 |
| 2023-07-17 | Introduce `MonoItemData`. | Nicholas Nethercote | -2/+2 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+4 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -10/+10 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -6/+6 |
| 2023-07-05 | Remove trait `CoverageInfoMethods`, since non-LLVM backends don't need it | Zalathar | -34/+1 |
| 2023-07-05 | Narrow trait `CoverageInfoBuilderMethods` down to just one method | Zalathar | -27/+2 |
| 2023-06-19 | Merge commit '1bbee3e217d75e7bc3bfe5d8c1b35e776fce96e6' into sync-cg_gcc-2023... | Antoni Boucher | -199/+158 |
| 2023-06-10 | Support 128-bit enum variant in debuginfo codegen | DonoughLiu | -1/+5 |
| 2023-06-04 | Updated cranelift codegen to reflect modified trait signature | Andrew Xie | -2/+2 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -13/+4 |
| 2023-05-31 | Add a distinct `OperandValue::ZeroSized` variant for ZSTs | Scott McMurray | -3/+2 |
| 2023-05-30 | Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillot | bors | -39/+20 |
| 2023-05-26 | Stop creating intermediate places just to immediate convert them to operands | Oli Scherer | -39/+20 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -58/+67 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-11 | Prevent insta-stable no alloc shim support | bjorn3 | -1/+6 |
| 2023-05-11 | Use global_fn_name instead of format! | bjorn3 | -2/+3 |
| 2023-05-11 | Split AllocatorKind::fn_name in global_fn_name and default_fn_name | bjorn3 | -2/+2 |
| 2023-05-11 | Don't use an allocator shim for `#[global_allocator]` | bjorn3 | -58/+61 |
| 2023-05-07 | Add todo for filter landing pad | Gary Guo | -0/+1 |
| 2023-05-07 | Use `landingpad filter` to encode aborting landing pad | Gary Guo | -0/+4 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -24/+14 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -24/+14 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -2/+2 |
| 2023-04-25 | Auto merge of #101069 - zhaixiaojuan:loongarch64-inline-asm, r=Amanieu | bors | -0/+5 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -0/+5 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -3/+35 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -35/+3 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -35/+3 |
| 2023-04-12 | Add inline assembly support for m68k | Ian Douglas Scott | -0/+7 |
| 2023-03-16 | Use poison instead of undef | Nikita Popov | -0/+5 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-07 | Rollup merge of #108783 - antoyo:sync-cg_gcc-2023-03-04, r=cjgillot | Matthias Krüger | -831/+4761 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+2 |
| 2023-03-05 | Fix for diagnostics | Antoni Boucher | -5/+15 |
| 2023-03-05 | Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023... | Antoni Boucher | -831/+4751 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -3/+3 |