| Age | Commit message (Expand) | Author | Lines |
| 2025-07-05 | Merge from rustc | Ralf Jung | -3005/+4728 |
| 2025-07-05 | tests: Use `cfg_target_has_reliable_f16_f128` | Trevor Gross | -23/+20 |
| 2025-07-05 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-07-05 | Pretend in bootstrap snapshot tests that we always build in-tree LLVM | Jieyou Xu | -0/+8 |
| 2025-07-04 | only check for mixed deref/normal constructors when needed | dianne | -1/+26 |
| 2025-07-04 | always check for mixed deref pattern and normal constructors | dianne | -53/+117 |
| 2025-07-04 | `hir_ty::match_check`: remove special handling for box patterns | dianne | -60/+20 |
| 2025-07-05 | Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkin | bors | -407/+375 |
| 2025-07-04 | Rollup merge of #143452 - Kobzol:completions-fix, r=jieyouxu | Jubilee | -35/+39 |
| 2025-07-04 | Rollup merge of #143410 - scottmcm:redo-transmute-again, r=RalfJung,workingju... | Jubilee | -214/+138 |
| 2025-07-04 | Rollup merge of #143397 - folkertdev:test-variadic-call-from-rust-to-c, r=Ral... | Jubilee | -11/+104 |
| 2025-07-04 | Rollup merge of #143300 - Kivooeo:tf25, r=tgross35 | Jubilee | -97/+155 |
| 2025-07-04 | Rollup merge of #143299 - Kivooeo:tf24, r=tgross35 | Jubilee | -204/+264 |
| 2025-07-04 | Rollup merge of #143297 - Kivooeo:tf22, r=tgross35 | Jubilee | -60/+57 |
| 2025-07-04 | Rollup merge of #143296 - Kivooeo:tf21, r=tgross35 | Jubilee | -55/+70 |
| 2025-07-04 | Rollup merge of #143202 - Kivooeo:tf18, r=tgross35 | Jubilee | -133/+224 |
| 2025-07-04 | Rollup merge of #143086 - SciMind2460:patch-2, r=workingjubilee | Jubilee | -1/+1 |
| 2025-07-04 | Rollup merge of #143040 - SciMind2460:patch-1, r=workingjubilee | Jubilee | -1/+1 |
| 2025-07-04 | Rollup merge of #142440 - Kivooeo:tf14, r=tgross35 | Jubilee | -137/+203 |
| 2025-07-05 | make mark_as_executed private | bit-aloo | -17/+5 |
| 2025-07-05 | migrate render test to new bootstrap command streaming API's | bit-aloo | -11/+7 |
| 2025-07-05 | migrate cargo streaming to new bootstrap command streaming API's | bit-aloo | -14/+11 |
| 2025-07-05 | add streaming command struct for (spawn + piping scenario) | bit-aloo | -10/+64 |
| 2025-07-05 | std: sys: net: uefi: tcp4: Implement read | Ayush Singh | -6/+52 |
| 2025-07-04 | Test building custom targets and resolve an issue probing `rustc` | Trevor Gross | -6/+63 |
| 2025-07-05 | Auto merge of #138759 - scottmcm:operand-builder, r=saethlin | bors | -77/+380 |
| 2025-07-04 | Fix tests/ui/abi/debug.rs to cross-compile for riscv64 | Jubilee Young | -31/+32 |
| 2025-07-04 | Fixed the ABI parameter inconsistency issue in debug.rs for the riscv64 archi... | YingkaiLi-VM | -15/+1009 |
| 2025-07-04 | Remove unused custom target JSON files | Trevor Gross | -110/+0 |
| 2025-07-04 | Make Rem const for floats | Kurt Heiritz (pseudo) | -1/+1 |
| 2025-07-04 | symcheck: Improve diagnostics from spawned Cargo | Trevor Gross | -7/+22 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -61/+101 |
| 2025-07-04 | symcheck: Make `target` a positional argument | Trevor Gross | -29/+35 |
| 2025-07-04 | Auto merge of #143459 - matthiaskrgr:rollup-gsv6uzl, r=matthiaskrgr | bors | -180/+385 |
| 2025-07-05 | Rollup merge of #143444 - lukas-code:gvn-test, r=RalfJung | Matthias Krüger | -34/+95 |
| 2025-07-05 | Rollup merge of #143414 - dianne:box-usefulness-cleanup, r=Nadrieril | Matthias Krüger | -81/+55 |
| 2025-07-05 | Rollup merge of #143408 - joshtriplett:fix-mbe-parser, r=compiler-errors | Matthias Krüger | -0/+87 |
| 2025-07-05 | Rollup merge of #143406 - scottmcm:did-we-need-that-unsafe, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-07-05 | Rollup merge of #143386 - clubby789:dep-bump-me, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2025-07-05 | Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-07-05 | Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkov | Matthias Krüger | -8/+1 |
| 2025-07-05 | Rollup merge of #143085 - JonathanBrouwer:non_exhaustive_parser, r=jdonszelmann | Matthias Krüger | -49/+88 |
| 2025-07-05 | Rollup merge of #141532 - Ayush1325:uefi-tcp4-send, r=tgross35 | Matthias Krüger | -6/+53 |
| 2025-07-04 | Remove the `let_chains` feature now that it is stable | Trevor Gross | -2/+0 |
| 2025-07-04 | Workaround a MemorySanitizer test issue | Scott McMurray | -2/+8 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -68/+126 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -55/+70 |
| 2025-07-05 | Use relative visibility when noting sealed trait to reduce false positive | xizheyin | -8/+17 |
| 2025-07-04 | Update completions | Jakub Beránek | -3/+3 |
| 2025-07-04 | Unify completion list between `x test tidy` and `x run generate-completions` | Jakub Beránek | -32/+36 |