| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-05-28 | get rid of rustc_codegen_ssa::common::AtomicOrdering | Ralf Jung | -5/+5 |
| 2025-05-28 | Remove unused arg_memory_ty method | bjorn3 | -15/+3 |
| 2025-05-28 | Mark all optimize methods and the codegen method as safe | bjorn3 | -3/+3 |
| 2025-05-28 | Remove methods from StaticCodegenMethods that are not called in cg_ssa itself | bjorn3 | -8/+3 |
| 2025-05-28 | Make predefine methods take &mut self | bjorn3 | -3/+3 |
| 2025-05-28 | Remove a couple of uses of interior mutability around statics | bjorn3 | -3/+3 |
| 2025-05-28 | Remove codegen_unit from MiscCodegenMethods | bjorn3 | -7/+8 |
| 2025-05-26 | Remove usage of FnAbi in codegen_intrinsic_call | bjorn3 | -21/+11 |
| 2025-05-26 | Pass PlaceRef rather than Bx::Value to codegen_intrinsic_call | bjorn3 | -12/+9 |
| 2025-05-24 | Cleanup CodegenFnAttrFlags | Noratrieb | -1/+1 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -4/+4 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -4/+4 |
| 2025-05-14 | Update gcc version used in rustc_codegen_version | Guillaume Gomez | -1/+1 |
| 2025-05-14 | Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_c... | Guillaume Gomez | -248/+910 |
| 2025-05-11 | Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis... | León Orell Valerian Liehr | -0/+36 |
| 2025-05-10 | Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin | Matthias Krüger | -1/+0 |
| 2025-05-09 | remove 'unordered' atomic intrinsics | Ralf Jung | -1/+0 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -0/+36 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -1/+1 |
| 2025-05-04 | Initial support for dynamically linked crates | Bryanskiy | -1/+5 |
| 2025-04-30 | Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiser | Matthias Krüger | -5/+5 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -9/+15 |
| 2025-04-25 | Merge commit '4f83a4258deb99f3288a7122c0d5a78200931c61' into subtree-update_c... | Antoni Boucher | -39/+46 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -6/+2 |
| 2025-04-20 | Rollup merge of #137953 - RalfJung:simd-intrinsic-masks, r=WaffleLapkin | Chris Denton | -14/+11 |
| 2025-04-20 | simd intrinsics with mask: accept unsigned integer masks | Ralf Jung | -14/+11 |
| 2025-04-19 | Fix import | Guillaume Gomez | -1/+2 |
| 2025-04-18 | Fix compilation error in GCC backend | Guillaume Gomez | -1/+1 |
| 2025-04-18 | Fix `rustc_codegen_gcc/tests/run/return-tuple.rs` test | Guillaume Gomez | -6/+0 |
| 2025-04-18 | Merge commit 'db1a31c243a649e1fe20f5466ba181da5be35c14' into subtree-update_c... | Guillaume Gomez | -1244/+962 |