| Age | Commit message (Expand) | Author | Lines |
| 2025-06-30 | Rollup merge of #143246 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -848/+2252 |
| 2025-06-30 | Rollup merge of #143229 - jieyouxu:compiletest-maintenance-1, r=Kobzol | Matthias Krüger | -42/+50 |
| 2025-06-30 | Rollup merge of #143228 - nnethercote:macro-stats-build-scripts, r=Kobzol | Matthias Krüger | -1/+11 |
| 2025-06-30 | Rollup merge of #143223 - nnethercote:improve-macro-stats-printing, r=petroch... | Matthias Krüger | -9/+25 |
| 2025-06-30 | Rollup merge of #143180 - jieyouxu:forest, r=Kobzol | Matthias Krüger | -28/+49 |
| 2025-06-30 | Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-06-30 | Rollup merge of #143175 - Kobzol:bootstrap-lld-external-llvm-config, r=Jieyouxu | Matthias Krüger | -4/+9 |
| 2025-06-30 | Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obk | Matthias Krüger | -46/+55 |
| 2025-06-30 | Rollup merge of #143019 - danielframpton:codegen-backend-parse, r=bjorn3 | Matthias Krüger | -1/+3 |
| 2025-06-30 | Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-30, r=Gu... | bors | -171/+131 |
| 2025-06-30 | Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-30, r=Gu... | bors | -171/+131 |
| 2025-06-30 | Consider deref'ed argument as non-temporary (#15172) | Timo | -16/+166 |
| 2025-06-30 | Remove unused `descr` methods | Guillaume Gomez | -29/+1 |
| 2025-06-30 | Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC... | Guillaume Gomez | -72/+88 |
| 2025-06-30 | Ensure -V --verbose processes both codegen_backend and codegen-backend | Daniel Frampton | -1/+3 |
| 2025-06-30 | Do not remove method call if type is adjusted | Samuel Tardieu | -2/+47 |
| 2025-06-30 | Update books | rustbot | -0/+0 |
| 2025-06-30 | FIX: NegMultiply should preserve parenthesis when method is called | Dario Heinisch | -9/+63 |
| 2025-06-30 | Merge pull request #20128 from lnicola/sync-from-rust | Laurențiu Nicola | -14006/+755175 |
| 2025-06-30 | Disable f16 on Aarch64 without neon for llvm < 20.1.1 | Trevor Gross | -0/+8 |
| 2025-06-30 | Merge from rust-lang/rust | Laurențiu Nicola | -14005/+755174 |
| 2025-06-30 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-06-30 | Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqk | bors | -1066/+1361 |
| 2025-06-30 | Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c... | Guillaume Gomez | -171/+131 |
| 2025-06-30 | Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c... | Guillaume Gomez | -171/+131 |
| 2025-06-30 | Merge pull request #725 from FractalFir/intrinsic_fix | antoyo | -64/+72 |
| 2025-06-30 | josh-sync: Replace `#xxxx`-style links in messages | Trevor Gross | -0/+31 |
| 2025-06-30 | Merge pull request #726 from rust-lang/fix/const_undef | antoyo | -50/+9 |
| 2025-06-30 | Stabilize `mixed_integer_ops_unsigned_sub` | Nurzhan Sakén | -8/+8 |
| 2025-06-30 | Assemble const bounds via normal item bounds in old solver too | Michael Goulet | -1/+85 |
| 2025-06-30 | Fix const_undef | Antoni Boucher | -50/+9 |
| 2025-06-30 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-06-30 | Remove let_chains feature | Cameron Steffen | -1194/+1053 |
| 2025-06-30 | Polishing changelog update doc | alexey semenyuk | -23/+11 |
| 2025-06-30 | Auto merge of #142839 - oli-obk:denullarification, r=RalfJung,celinval | bors | -208/+164 |
| 2025-06-30 | Rollup merge of #143219 - zachs18:patch-5, r=tgross35 | dianqk | -0/+5 |
| 2025-06-30 | Rollup merge of #143199 - jieyouxu:short-ice, r=RalfJung | dianqk | -3/+6 |
| 2025-06-30 | Rollup merge of #143196 - Periodic1911:link_section, r=oli-obk | dianqk | -26/+101 |
| 2025-06-30 | Rollup merge of #143195 - Kivooeo:tf17, r=tgross35 | dianqk | -87/+111 |
| 2025-06-30 | Rollup merge of #143190 - dianqk:new-method, r=oli-obk | dianqk | -537/+473 |
| 2025-06-30 | Rollup merge of #143187 - yotamofek:mailmap, r=jieyouxu | dianqk | -0/+1 |
| 2025-06-30 | Rollup merge of #143176 - kilavvy:master, r=jieyouxu | dianqk | -4/+4 |
| 2025-06-30 | Rollup merge of #143168 - Kivooeo:tf16, r=tgross35 | dianqk | -48/+76 |
| 2025-06-30 | Rollup merge of #143159 - compiler-errors:freshen-re-error, r=oli-obk | dianqk | -38/+64 |
| 2025-06-30 | Rollup merge of #143118 - Kivooeo:tf15, r=tgross35 | dianqk | -40/+56 |
| 2025-06-30 | Rollup merge of #143090 - ChrisDenton:workaround1, r=tgross35 | dianqk | -21/+91 |
| 2025-06-30 | Rollup merge of #143066 - compiler-errors:let-chain-solver, r=lcnr | dianqk | -120/+107 |
| 2025-06-30 | Rollup merge of #142514 - LorrensP-2158466:miri-float-nondet-pow, r=RalfJung | dianqk | -44/+109 |
| 2025-06-30 | Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxu | dianqk | -98/+157 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -24/+28 |