| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-03 | Run coretests and alloctests with cg_clif in CI | bjorn3 | -22/+27 |
| 2025-04-03 | Unset RUSTC_WRAPPER in cg_clif's build system | bjorn3 | -1/+5 |
| 2025-04-01 | Allow formatting example/gen_block_iterate.rs | bjorn3 | -8/+12 |
| 2025-03-30 | Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-202... | bjorn3 | -1419/+533 |
| 2025-03-25 | Rename `is_like_osx` to `is_like_darwin` | Mads Marquart | -3/+3 |
| 2025-03-24 | Update `compiler-builtins` to 0.1.152 | Trevor Gross | -2/+2 |
| 2025-03-21 | Auto merge of #128320 - saethlin:link-me-maybe, r=compiler-errors | bors | -6/+14 |
| 2025-03-17 | Remove implicit #[no_mangle] for #[rustc_std_internal_symbol] | bjorn3 | -7/+24 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -13/+11 |
| 2025-03-13 | atomic intrinsics: clarify which types are supported and (if applicable) what... | Ralf Jung | -4/+4 |
| 2025-03-12 | intrinsics: remove unnecessary leading underscore from argument names | Ralf Jung | -8/+8 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -13/+11 |
| 2025-03-11 | Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3 | bors | -7/+6 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -13/+11 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -3/+3 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -13/+11 |
| 2025-03-05 | Update `compiler-builtins` to 0.1.151 | Trevor Gross | -2/+2 |
| 2025-03-04 | Rollup merge of #137634 - tgross35:update-builtins, r=tgross35 | Jubilee | -2/+2 |
| 2025-03-05 | Change signature of `target_features_cfg`. | Nicholas Nethercote | -7/+6 |
| 2025-03-01 | Update `compiler-builtins` to 0.1.150 | Trevor Gross | -2/+2 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -6/+8 |
| 2025-02-26 | Fill out links_from_incr_cache in cg_clif | Ben Kimock | -8/+10 |
| 2025-02-25 | Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease | bors | -58/+0 |
| 2025-02-25 | Rollup merge of #137515 - tgross35:update-builtins, r=tgross35 | León Orell Valerian Liehr | -2/+2 |
| 2025-02-25 | Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung | León Orell Valerian Liehr | -58/+0 |