| Age | Commit message (Expand) | Author | Lines |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -40/+117 |
| 2025-07-05 | Auto merge of #138759 - scottmcm:operand-builder, r=saethlin | bors | -77/+380 |
| 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 | -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 | Workaround a MemorySanitizer test issue | Scott McMurray | -2/+8 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -49/+88 |
| 2025-07-04 | Auto merge of #114669 - cjgillot:metadata-wp, r=petrochenkov | bors | -35/+123 |
| 2025-07-04 | clean up GVN TypeId test | Lukas Markeffsky | -34/+95 |
| 2025-07-04 | std: sys: net: uefi: tcp4: Implement write | Ayush Singh | -6/+53 |
| 2025-07-04 | Auto merge of #143434 - matthiaskrgr:rollup-eyr4rcb, r=matthiaskrgr | bors | -2638/+3908 |
| 2025-07-04 | Rollup merge of #143420 - Kobzol:rdg-push, r=jieyouxu | Matthias Krüger | -18/+72 |
| 2025-07-04 | Rollup merge of #143417 - klensy:termize, r=jieyouxu | Matthias Krüger | -5/+15 |
| 2025-07-04 | Rollup merge of #143400 - GrigorenkoPV:attributes/lints, r=jdonszelmann | Matthias Krüger | -13/+32 |
| 2025-07-04 | Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3 | Matthias Krüger | -50/+111 |
| 2025-07-04 | Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk | Matthias Krüger | -288/+14 |
| 2025-07-04 | Rollup merge of #143286 - Muscraft:track-diagnostics-note, r=WaffleLapkin | Matthias Krüger | -40/+66 |
| 2025-07-04 | Rollup merge of #140643 - makai410:smir-refactor-migrate, r=oli-obk,celinval | Matthias Krüger | -2224/+3598 |
| 2025-07-04 | Add comment and move assertion. | Camille GILLOT | -8/+12 |
| 2025-07-04 | Lighten formatting. | Camille GILLOT | -5/+4 |
| 2025-07-04 | Reuse metadata file from work products. | Camille GILLOT | -28/+83 |
| 2025-07-04 | Save metadata among work products. | Camille GILLOT | -4/+34 |
| 2025-07-04 | Remove names_imported_by_glob_use query. | Camille GILLOT | -8/+1 |
| 2025-07-04 | Auto merge of #143247 - cjgillot:metadata-no-red, r=petrochenkov | bors | -28/+23 |
| 2025-07-04 | Merge pull request #2489 from Kobzol/pull | 许杰友 Jieyou Xu (Joe) | -18912/+759820 |
| 2025-07-04 | Merge ref 'c96a69059ecc' from rust-lang/rust | Jakub Beránek | -18911/+759816 |
| 2025-07-04 | Prepare for merging from rust-lang/rust | Jakub Beránek | -1/+1 |
| 2025-07-04 | Add josh-sync config file | Jakub Beránek | -0/+3 |
| 2025-07-04 | bump termize dep | klensy | -5/+15 |
| 2025-07-04 | treat box patterns as deref patterns in THIR and usefulness analysis | dianne | -81/+55 |
| 2025-07-04 | Assign dependency bump PRs to me | clubby789 | -0/+4 |
| 2025-07-04 | Auto merge of #143237 - JonathanBrouwer:no_implicit_prelude_parser, r=jdonsze... | bors | -26/+77 |
| 2025-07-03 | Allow all MIR `Aggregate`s to take the operand path (if layout permits) | Scott McMurray | -75/+372 |
| 2025-07-04 | Auto merge of #143407 - jhpratt:rollup-ekkoubw, r=jhpratt | bors | -125/+247 |
| 2025-07-03 | mbe: Gracefully handle macro rules that end after `=>` | Josh Triplett | -0/+87 |
| 2025-07-04 | Rollup merge of #143395 - Urgau:llvm-fallback-minimum-maximum, r=tgross35 | Jacob Pratt | -14/+16 |
| 2025-07-04 | Rollup merge of #143394 - workingjubilee:reorganize-hir-analysis-provide-fn, ... | Jacob Pratt | -52/+36 |
| 2025-07-04 | Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomez | Jacob Pratt | -1/+50 |
| 2025-07-04 | Rollup merge of #143380 - cjgillot:kw_span, r=compiler-errors | Jacob Pratt | -23/+31 |
| 2025-07-04 | Rollup merge of #143378 - hkBst:clippy-fix-6, r=tgross35 | Jacob Pratt | -4/+4 |
| 2025-07-04 | Rollup merge of #143370 - hkBst:clippy-fix-4, r=tgross35 | Jacob Pratt | -4/+0 |
| 2025-07-04 | Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcm | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #143346 - emmanuel-ferdman:master, r=tshepang | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnr | Jacob Pratt | -24/+31 |