| Age | Commit message (Expand) | Author | Lines |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -27/+192 |
| 2025-04-25 | Auto merge of #140295 - antoyo:subtree-update_cg_gcc_2025-04-25, r=GuillaumeG... | bors | -39/+46 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -44/+52 |
| 2025-04-25 | Auto merge of #139756 - Zoxc:out-of-order-dep-graph, r=oli-obk | bors | -43/+215 |
| 2025-04-25 | Rollup merge of #140284 - bend-n:fix-expectation-unmet, r=jieyouxu | Matthias Krüger | -5/+2 |
| 2025-04-25 | Rollup merge of #140193 - folkertdev:fix-issue-140082, r=jdonszelmann | Matthias Krüger | -2/+6 |
| 2025-04-25 | Rollup merge of #140152 - xizheyin:issue-140102, r=jieyouxu | Matthias Krüger | -37/+44 |
| 2025-04-25 | Merge commit '4f83a4258deb99f3288a7122c0d5a78200931c61' into subtree-update_c... | Antoni Boucher | -39/+46 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -241/+203 |
| 2025-04-25 | remove expect() in unnecessary_transmutes | bendn | -5/+2 |
| 2025-04-25 | Add option style comment for `rustc_optgroups` | xizheyin | -0/+7 |
| 2025-04-25 | Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgr | bors | -26/+23 |
| 2025-04-25 | Rollup merge of #140278 - compiler-errors:name-based-comparison, r=nnethercote | Matthias Krüger | -7/+5 |
| 2025-04-25 | Rollup merge of #140257 - amandasystems:housecleaning, r=wesleywiser | Matthias Krüger | -45/+39 |
| 2025-04-25 | Rollup merge of #140236 - lcnr:normalizes-to-goals, r=compiler-errors | Matthias Krüger | -145/+101 |
| 2025-04-25 | Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr | Matthias Krüger | -40/+40 |
| 2025-04-25 | Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboet | Matthias Krüger | -4/+18 |
| 2025-04-25 | Zero the buffer passed from `write_with` | John Kåre Alsaker | -2/+9 |
| 2025-04-25 | Don't use item name to look up associated item from trait item | Michael Goulet | -7/+5 |
| 2025-04-24 | Auto merge of #139752 - usamoi:macos-used, r=saethlin,madsmtm | bors | -0/+6 |
| 2025-04-25 | Rollup merge of #140229 - nnethercote:pre-DelimArgs-spacing, r=petrochenkov | Matthias Krüger | -20/+4 |
| 2025-04-25 | Rollup merge of #140196 - Kivooeo:new-fix-two, r=wesleywiser | Matthias Krüger | -6/+19 |
| 2025-04-24 | norm nested aliases before evaluating the parent goal | lcnr | -145/+101 |
| 2025-04-25 | set subsections_via_symbols for ld64 helper sections | usamoi | -0/+6 |
| 2025-04-24 | Some drive-by housecleaning in `rustc_borrowck` | Amanda Stjerna | -45/+39 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -0/+25 |
| 2025-04-24 | Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=Amanieu | Matthias Krüger | -5/+5 |
| 2025-04-24 | Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obk | Matthias Krüger | -23/+78 |
| 2025-04-24 | Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk | Matthias Krüger | -1/+11 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -7/+151 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -64/+121 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -13/+18 |
| 2025-04-24 | Rollup merge of #140214 - compiler-errors:remove-hack, r=lcnr | Matthias Krüger | -14/+0 |
| 2025-04-24 | Rollup merge of #140186 - BoxyUwU:compute_what, r=compiler-errors | Matthias Krüger | -31/+48 |
| 2025-04-24 | Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk | Matthias Krüger | -6/+55 |
| 2025-04-24 | Auto merge of #140239 - matthiaskrgr:rollup-75felo8, r=matthiaskrgr | bors | -368/+841 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -7/+151 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -12/+10 |
| 2025-04-24 | Rollup merge of #140181 - nnethercote:rm-underscore_const, r=compiler-errors | Matthias Krüger | -24/+4 |
| 2025-04-24 | Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obk | Matthias Krüger | -9/+84 |
| 2025-04-24 | Rollup merge of #139945 - shepmaster:hir-lifetime-syntax-source, r=nnethercote | Matthias Krüger | -112/+226 |
| 2025-04-24 | Rollup merge of #139852 - makai410:smir-refactor, r=celinval | Matthias Krüger | -211/+511 |
| 2025-04-24 | Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung | Matthias Krüger | -0/+6 |
| 2025-04-24 | Auto merge of #140168 - joshlf:no-nfas, r=jswrenn | bors | -161/+777 |
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -37/+37 |
| 2025-04-24 | Refactor `StableMir` to avoid some clones. | Nicholas Nethercote | -8/+7 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -4/+3 |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -13/+18 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -97/+22 |
| 2025-04-24 | fix for issue 135412 | Kivooeo | -6/+19 |