| Age | Commit message (Expand) | Author | Lines | 
| 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 | 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 | 
| 2025-06-12 | Simplify implementation of Rust intrinsics by using type parameters in the cache | sayantn | -1/+1 | 
| 2025-06-09 | Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3 | Trevor Gross | -1/+1 | 
| 2025-06-09 | -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable... | Andrew Zhogin | -39/+10 | 
| 2025-06-08 | Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu | Jubilee | -1/+1 | 
| 2025-06-08 | Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubilee | Jubilee | -17/+2 | 
| 2025-06-08 | Remove all unused feature gates from the compiler | bjorn3 | -1/+1 | 
| 2025-06-08 | Use the in-tree `compiler-builtins` | Trevor Gross | -1/+1 | 
| 2025-06-07 | store `target.min_global_align` as an `Align` | Folkert de Vries | -17/+2 | 
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -0/+1 | 
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -48/+31 | 
| 2025-06-03 | cg_gcc: convert to CanonAbi | Jubilee Young | -48/+31 | 
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -4/+2 | 
| 2025-06-03 | Only borrow EncodedMetadata in codegen_crate | bjorn3 | -13/+2 | 
| 2025-06-03 | Remove type_test from IntrinsicCallBuilderMethods | bjorn3 | -5/+0 | 
| 2025-06-03 | Remove get_dbg_loc from DebugInfoBuilderMethods | bjorn3 | -4/+0 | 
| 2025-05-30 | Directly use from_immediate for handling bool | bjorn3 | -6/+3 | 
| 2025-05-30 | Avoid computing function type for intrinsic instances | bjorn3 | -8/+3 | 
| 2025-05-30 | Use layout field of OperandRef in generic_simd_intrinsic | bjorn3 | -47/+41 | 
| 2025-05-30 | Use layout field of OperandRef and PlaceRef in codegen_intrinsic_call | bjorn3 | -10/+11 | 
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -5/+5 |