| Age | Commit message (Expand) | Author | Lines |
| 2025-06-15 | Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc | sayantn | -1/+4 |
| 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 | -0/+5 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -4/+0 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -0/+5 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -11/+8 |
| 2025-06-12 | Apply ABI attributes on return types in `rustc_codegen_cranelift` | beetrees | -22/+37 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -5/+1 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -15/+13 |
| 2025-06-07 | Auto merge of #141964 - sayantn:update-stdarch, r=Amanieu | bors | -9/+9 |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -4/+3 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -4/+3 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -18/+18 |
| 2025-06-03 | Change `tag_field` to `FieldIdx` in `Variants::Multiple` | Scott McMurray | -3/+3 |
| 2025-06-03 | Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgr | bors | -27/+22 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -27/+22 |
| 2025-06-03 | Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol | bors | -3/+5 |
| 2025-06-03 | cg_clif: convert to CanonAbi | Jubilee Young | -27/+22 |
| 2025-06-03 | Add impl for `llvm.roundeven` in cg_clif | sayantn | -9/+9 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -48/+3 |
| 2025-06-03 | Only borrow EncodedMetadata in codegen_crate | bjorn3 | -18/+4 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -1/+2 |
| 2025-05-28 | clif: Provide better output messages for failed copies | Trevor Gross | -3/+5 |
| 2025-05-25 | Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202... | bjorn3 | -265/+1110 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -1/+1 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -0/+37 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -1/+1 |
| 2025-04-30 | Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiser | Matthias Krüger | -289/+200 |
| 2025-04-30 | Fix naked asm symbol name for cg_clif on macOS | bjorn3 | -1/+2 |
| 2025-04-28 | Rollup merge of #140323 - tgross35:cfg-unstable-float, r=Urgau | Chris Denton | -3/+12 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -5/+10 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -3/+12 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -1/+1 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -3/+0 |
| 2025-04-20 | make abi_unsupported_vector_types a hard error | Ralf Jung | -3/+0 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -10/+1 |
| 2025-04-19 | Make `#[naked]` an unsafe attribute | Folkert de Vries | -4/+2 |
| 2025-04-14 | Share part of the global_asm!() implementation between cg_ssa and cg_clif | bjorn3 | -69/+4 |
| 2025-04-14 | Use cg_ssa's version of codegen_naked_asm in cg_clif | bjorn3 | -283/+258 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -2/+2 |
| 2025-04-11 | Auto merge of #139453 - compiler-errors:incr, r=jieyouxu | bors | -19/+35 |
| 2025-04-11 | Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obk | bors | -14/+15 |
| 2025-04-10 | Remove the use of Rayon iterators | John Kåre Alsaker | -14/+15 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -1/+1 |
| 2025-04-07 | Prepend temp files with a string per invocation of rustc | Michael Goulet | -9/+31 |
| 2025-04-07 | Simplify temp path creation a bit | Michael Goulet | -16/+10 |
| 2025-04-06 | update docs | Bennet Bleßmann | -2/+1 |
| 2025-04-04 | Auto merge of #139213 - bjorn3:cg_clif_test_coretests, r=jieyouxu | bors | -23/+34 |
| 2025-04-04 | Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkin | Matthias Krüger | -3/+3 |
| 2025-04-03 | Fix testing with randomized layouts enabled | bjorn3 | -1/+3 |