| Age | Commit message (Expand) | Author | Lines |
| 2025-07-11 | Auto merge of #142911 - mejrs:unsized, r=compiler-errors | bors | -4/+0 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -2/+8 |
| 2025-07-07 | Remove support for dynamic allocas | mejrs | -4/+0 |
| 2025-07-07 | Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgr | bors | -1/+0 |
| 2025-07-07 | Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee | bors | -5/+5 |
| 2025-07-07 | Remove unused allow attrs | Yotam Ofek | -1/+0 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -5/+5 |
| 2025-07-05 | Make tempfile a normal dependency | Diggory Blake | -5/+3 |
| 2025-07-05 | Use `object` crate from crates.io to fix windows build error | Diggory Blake | -1/+11 |
| 2025-07-03 | Make __rust_alloc_error_handler_should_panic a function | Daniel Paoliello | -11/+33 |
| 2025-07-03 | Merge run_fat_lto, optimize_fat and autodiff into run_and_optimize_fat_lto | bjorn3 | -17/+6 |
| 2025-07-03 | Remove unused config param from WriteBackendMethods::autodiff | bjorn3 | -1/+0 |
| 2025-07-03 | Move dcx creation into WriteBackendMethods::codegen | bjorn3 | -3/+4 |
| 2025-07-03 | Remove LtoModuleCodegen | bjorn3 | -11/+10 |
| 2025-06-30 | Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgr | bors | -1/+1 |
| 2025-06-30 | Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-06-30 | Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-30, r=Gu... | bors | -171/+131 |
| 2025-06-30 | Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c... | Guillaume Gomez | -171/+131 |
| 2025-06-30 | Stop backends from needing to support nullary intrinsics | Oli Scherer | -4/+5 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -0/+2 |
| 2025-06-29 | Remove `()` returned value | Guillaume Gomez | -1/+1 |
| 2025-06-29 | give Pointer::into_parts a more scary name and offer a safer alternative | Ralf Jung | -1/+1 |
| 2025-06-29 | Fix signature of `filter_landing_pad` | Guillaume Gomez | -2/+2 |
| 2025-06-28 | Remove unwanted semi-colon in `rustc_codegen_gcc` | Guillaume Gomez | -1/+1 |
| 2025-06-28 | Merge commit 'b7091eca6d8eb0fe88b58cc9a7aec405d8de5b85' into subtree-update_c... | Guillaume Gomez | -117/+150 |
| 2025-06-27 | rustc_codegen_gcc: Fix clippy::manual_is_multiple_of | Philipp Krones | -2/+3 |
| 2025-06-22 | Remove dead instructions in terminate blocks | Mark Rousskov | -2/+2 |
| 2025-06-19 | various minor target feature cleanups | Ralf Jung | -2/+1 |
| 2025-06-19 | cg_gcc: properly populate cfg(target_features) with -Ctarget-features | Ralf Jung | -22/+17 |
| 2025-06-19 | move -Ctarget-feature handling into shared code | Ralf Jung | -141/+25 |
| 2025-06-19 | move cfg(target_feature) computation into shared place | Ralf Jung | -37/+22 |
| 2025-06-18 | GCC backend: Remove `add_eval` if no function is created | Guillaume Gomez | -1/+0 |
| 2025-06-18 | Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c... | Guillaume Gomez | -10357/+11917 |
| 2025-06-18 | Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3 | bors | -36/+42 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -30/+36 |
| 2025-06-16 | cranelift/gcc: `{Meta,Pointee,}Sized` in minicore | David Wood | -30/+36 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -36/+42 |
| 2025-06-16 | Fix RISC-V C function ABI when passing/returning structs containing floats | beetrees | -1/+1 |
| 2025-06-15 | Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub... | León Orell Valerian Liehr | -15/+2 |
| 2025-06-15 | Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton | León Orell Valerian Liehr | -16/+2 |
| 2025-06-15 | Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc | sayantn | -0/+2 |
| 2025-06-14 | Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubilee | bors | -1/+1 |
| 2025-06-14 | Remove all support for wasm's legacy ABI | bjorn3 | -16/+2 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -40/+15 |
| 2025-06-13 | Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35 | Matthias Krüger | -1/+5 |
| 2025-06-13 | Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco | Matthias Krüger | -39/+10 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -4/+0 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -1/+5 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -5/+5 |