| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #138949 - madsmtm:rename-to-darwin, r=WaffleLapkin | Matthias Krüger | -3/+3 |
| 2025-03-30 | Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-202... | bjorn3 | -278/+230 |
| 2025-03-25 | Rename `is_like_osx` to `is_like_darwin` | Mads Marquart | -3/+3 |
| 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-13 | atomic intrinsics: clarify which types are supported and (if applicable) what... | Ralf Jung | -4/+4 |
| 2025-03-05 | Change signature of `target_features_cfg`. | Nicholas Nethercote | -7/+6 |
| 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 | Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung | León Orell Valerian Liehr | -58/+0 |
| 2025-02-25 | remove `simd_fpow` and `simd_fpowi` | Folkert de Vries | -58/+0 |
| 2025-02-24 | Avoid no-op unlink+link dances in incr comp | Ben Kimock | -1/+7 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -2/+2 |
| 2025-02-24 | Rollup merge of #137505 - tgross35:builtins-cannot-call-error, r=compiler-errors | Jacob Pratt | -3/+7 |
| 2025-02-24 | Add a span to `CompilerBuiltinsCannotCall` | Trevor Gross | -3/+7 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -9/+7 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -3/+3 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-20 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field... | Zachary S | -3/+1 |
| 2025-02-18 | cg_clif: Tweak formatting of global comments | Jubilee | -2/+2 |
| 2025-02-17 | cg_clif: use exclusively ABI alignment | Jubilee Young | -4/+3 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -2/+2 |
| 2025-02-15 | Merge commit '557ed8ebb7e981817d03c87352892c394183dd70' into sync_cg_clif-202... | bjorn3 | -9/+15 |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -1/+1 |
| 2025-02-13 | Auto merge of #136954 - jhpratt:rollup-koefsot, r=jhpratt | bors | -5/+1 |
| 2025-02-10 | Extend the renaming to coerce_unsafe_ptr | Bastian Kersting | -3/+3 |
| 2025-02-09 | cg_clif: stop worrying about `Conv::PtxKernel` | Jubilee Young | -5/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -33/+57 |
| 2025-02-07 | Merge commit '8332329f83d4ef34479fec67cc21b21246dca6b5' into sync_cg_clif-202... | bjorn3 | -9/+33 |
| 2025-02-04 | intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr... | Ralf Jung | -9/+7 |
| 2025-02-03 | Refactor contract builtin macro + error handling | Celina G. Val | -2/+2 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+9 |
| 2025-02-02 | Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -1/+7 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -1/+1 |
| 2025-01-31 | Enforce unsafe binders must be Copy (for now) | Michael Goulet | -0/+4 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -1/+3 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+10 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+10 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -8/+21 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -6/+1 |
| 2025-01-30 | Use ExistentialTraitRef throughout codegen | Michael Goulet | -12/+22 |