| Age | Commit message (Expand) | Author | Lines |
| 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 #142440 - Kivooeo:tf14, r=tgross35 | Jubilee | -133/+203 |
| 2025-07-05 | Auto merge of #138759 - scottmcm:operand-builder, r=saethlin | bors | -10/+231 |
| 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 | -15/+27 |
| 2025-07-05 | Rollup merge of #143408 - joshtriplett:fix-mbe-parser, r=compiler-errors | Matthias Krüger | -0/+78 |
| 2025-07-04 | Workaround a MemorySanitizer test issue | Scott McMurray | -2/+8 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -55/+70 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -22/+36 |
| 2025-07-05 | moved & deleted tests | Kivooeo | -17/+0 |
| 2025-07-05 | moved tests | Kivooeo | -0/+0 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -21/+28 |
| 2025-07-04 | clean up GVN TypeId test | Lukas Markeffsky | -34/+95 |
| 2025-07-04 | Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk | Matthias Krüger | -38/+0 |
| 2025-07-04 | Rollup merge of #143286 - Muscraft:track-diagnostics-note, r=WaffleLapkin | Matthias Krüger | -22/+43 |
| 2025-07-04 | treat box patterns as deref patterns in THIR and usefulness analysis | dianne | -15/+27 |
| 2025-07-04 | Auto merge of #143237 - JonathanBrouwer:no_implicit_prelude_parser, r=jdonsze... | bors | -18/+21 |
| 2025-07-03 | Allow all MIR `Aggregate`s to take the operand path (if layout permits) | Scott McMurray | -8/+223 |
| 2025-07-03 | mbe: Gracefully handle macro rules that end after `=>` | Josh Triplett | -0/+78 |
| 2025-07-04 | Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomez | Jacob Pratt | -0/+36 |
| 2025-07-04 | Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnr | Jacob Pratt | -0/+23 |
| 2025-07-03 | Auto merge of #142890 - kornelski:unused-var-debug, r=saethlin | bors | -0/+50 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -38/+0 |
| 2025-07-03 | Port `#[no_implicit_prelude]` to the new attribute parsing infrastructure | Jonathan Brouwer | -18/+21 |
| 2025-07-03 | Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=Guil... | Guillaume Gomez | -0/+26 |
| 2025-07-03 | rustdoc: don't treat methods under const impls or traits as const | Deadbeef | -0/+36 |
| 2025-07-03 | refactor: Make -Ztrack-diagnostics emit like a note | Scott Schafer | -22/+43 |
| 2025-07-03 | Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=... | Jana Dönszelmann | -21/+58 |
| 2025-07-03 | Rollup merge of #143083 - JonathanBrouwer:rustdoc-fix, r=jdonszelmann | Jana Dönszelmann | -0/+13 |
| 2025-07-03 | Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 | Jana Dönszelmann | -0/+78 |
| 2025-07-03 | Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk | Jana Dönszelmann | -112/+170 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -10/+10 |
| 2025-07-03 | minicore: use core's `diagnostic::on_unimplemented` messages | Folkert de Vries | -21/+58 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -10/+10 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -112/+170 |
| 2025-07-03 | Rollup merge of #143273 - 1c3t3a:enum-check-negative, r=SparrowLii | Matthias Krüger | -0/+67 |
| 2025-07-03 | Rollup merge of #143192 - GuillaumeGomez:code-line-number, r=lolbinary | Matthias Krüger | -10/+25 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -23/+14 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -208/+681 |
| 2025-07-02 | Auto merge of #143337 - matthiaskrgr:rollup-lqwhe0i, r=matthiaskrgr | bors | -11/+64 |
| 2025-07-02 | Rollup merge of #143276 - folkertdev:loop-match-opaque-pattern, r=Nadrieril | Matthias Krüger | -135/+220 |
| 2025-07-02 | Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obk | Matthias Krüger | -0/+19 |
| 2025-07-02 | Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkov | Matthias Krüger | -10/+12 |
| 2025-07-02 | Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obk | Matthias Krüger | -8/+8 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -55/+422 |
| 2025-07-02 | Rollup merge of #143231 - xizheyin:143152, r=fee1-dead | Matthias Krüger | -0/+18 |
| 2025-07-02 | Rollup merge of #143194 - folkertdev:fix-single-element-simd-bitcast, r=worki... | Matthias Krüger | -10/+45 |
| 2025-07-02 | Rollup merge of #142321 - ostylk:fix/ppc64_abi, r=workingjubilee | Matthias Krüger | -1/+1 |