| Age | Commit message (Expand) | Author | Lines |
| 2025-06-08 | cleaned up some tests | Kivooeo | -79/+45 |
| 2025-06-07 | Auto merge of #142142 - jhpratt:rollup-frlezq2, r=jhpratt | bors | -570/+815 |
| 2025-06-07 | Rollup merge of #142131 - estebank:cast-sugg, r=Urgau | Jacob Pratt | -115/+128 |
| 2025-06-07 | Rollup merge of #142110 - psumbera:solaris-ci-build4, r=marcoieni | Jacob Pratt | -0/+2 |
| 2025-06-07 | Rollup merge of #142076 - Kobzol:doc-bootstrap-ci, r=marcoieni | Jacob Pratt | -0/+1 |
| 2025-06-07 | Rollup merge of #142045 - estebank:obligation-cause-code-suggestion, r=compil... | Jacob Pratt | -57/+80 |
| 2025-06-07 | Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35 | Jacob Pratt | -353/+548 |
| 2025-06-07 | Rollup merge of #141797 - workingjubilee:apple-likes-frame-pointers-but-not-t... | Jacob Pratt | -36/+23 |
| 2025-06-07 | Rollup merge of #141558 - Diggsey:db-limit-cgu-name-length, r=matthewjasper | Jacob Pratt | -6/+31 |
| 2025-06-07 | Rollup merge of #137992 - its-the-shrimp:stabilise_os_string_pathbuf_leak, r=... | Jacob Pratt | -3/+2 |
| 2025-06-07 | Auto merge of #141910 - Kobzol:new-bors-try-branch-name-doc, r=marcoieni | bors | -1/+2 |
| 2025-06-07 | Auto merge of #142133 - GuillaumeGomez:rollup-fvzdren, r=GuillaumeGomez | bors | -873/+552 |
| 2025-06-06 | Rollup merge of #142118 - hkBst:lexer-patch1, r=oli-obk | Guillaume Gomez | -10/+8 |
| 2025-06-06 | Rollup merge of #142114 - GuillaumeGomez:u128-const, r=Urgau | Guillaume Gomez | -2/+2 |
| 2025-06-06 | Rollup merge of #142113 - shepmaster:drop-order-test-confusion, r=jieyouxu | Guillaume Gomez | -29/+18 |
| 2025-06-06 | Rollup merge of #142112 - ada4a:patch-1, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2025-06-06 | Rollup merge of #142105 - tshepang:basic-usage, r=workingjubilee | Guillaume Gomez | -39/+0 |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -80/+102 |
| 2025-06-06 | Rollup merge of #142086 - fee1-dead-contrib:ast-visitor-dedup, r=oli-obk | Guillaume Gomez | -397/+314 |
| 2025-06-06 | Rollup merge of #142043 - estebank:const-suggestion, r=wesleywiser | Guillaume Gomez | -10/+22 |
| 2025-06-06 | Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-dead | Guillaume Gomez | -289/+72 |
| 2025-06-06 | Rollup merge of #141471 - RalfJung:unsafe-fn-in-trait, r=traviscross | Guillaume Gomez | -16/+11 |
| 2025-06-06 | Rollup merge of #140418 - tgross35:std-c-size_t, r=workingjubilee | Guillaume Gomez | -0/+2 |
| 2025-06-06 | Auto merge of #141800 - workingjubilee:build-std-with-less-leaf-pointers, r=s... | bors | -1/+2 |
| 2025-06-06 | reword suggestion message | Esteban Küber | -13/+16 |
| 2025-06-06 | unsafe keyword docs: emphasize that an unsafe fn in a trait does not get to c... | Ralf Jung | -16/+11 |
| 2025-06-06 | Make obligation cause code suggestions verbose | Esteban Küber | -57/+80 |
| 2025-06-06 | Make cast suggestions verbose | Esteban Küber | -112/+122 |
| 2025-06-06 | Stabilised `os_string_pathbuf_leak` | schvv31n | -3/+2 |
| 2025-06-06 | Auto merge of #141774 - oli-obk:naked-fn-queries, r=petrochenkov | bors | -150/+105 |
| 2025-06-06 | compiler: set Apple frame pointers by architecture | Jubilee Young | -36/+23 |
| 2025-06-06 | Auto merge of #141681 - compiler-errors:fast-path-stalled, r=lcnr | bors | -6/+24 |
| 2025-06-06 | rustc_lexer: typo fix + small cleanups | Marijn Schouten | -10/+8 |
| 2025-06-06 | Reduce confusion of some drop order tests | Jake Goulding | -29/+18 |
| 2025-06-06 | Compute number of digits instead of relying on constant value for u128 displa... | Guillaume Gomez | -2/+2 |
| 2025-06-06 | Auto merge of #142099 - matthiaskrgr:rollup-r9s3c35, r=matthiaskrgr | bors | -644/+651 |
| 2025-06-06 | fix typo | Ada Alakbarova | -1/+1 |
| 2025-06-06 | add solaris targets to build-manifest | Petr Sumbera | -0/+2 |
| 2025-06-06 | Update compiler/rustc_abi/src/layout/ty.rs | scottmcm | -1/+1 |
| 2025-06-06 | deduplicate more `walk_*` methods in AST visit | Deadbeef | -257/+188 |
| 2025-06-06 | remove extraneous text | Tshepang Mbambo | -39/+0 |
| 2025-06-06 | Auto merge of #141272 - Shourya742:2025-05-18-modularize-config-module, r=Kobzol | bors | -1986/+2228 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -80/+102 |
| 2025-06-06 | Rollup merge of #142092 - fmease:rustdoc-alias-terms, r=GuillaumeGomez | Matthias Krüger | -132/+106 |
| 2025-06-06 | Rollup merge of #142091 - thaliaarchi:aix-getenv, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-06-06 | Rollup merge of #142084 - jdonszelmann:add-review-rotation, r=BoxyUwU | Matthias Krüger | -0/+1 |
| 2025-06-06 | Rollup merge of #142072 - maflcko:patch-1, r=aDotInTheVoid | Matthias Krüger | -1/+1 |
| 2025-06-06 | Rollup merge of #142067 - RalfJung:abi-map-to-str, r=workingjubilee | Matthias Krüger | -13/+6 |
| 2025-06-06 | Rollup merge of #142058 - xizheyin:rustc-attr-parsing, r=jdonszelmann | Matthias Krüger | -37/+37 |
| 2025-06-06 | Rollup merge of #142047 - cuviper:s390x-stack, r=oli-obk | Matthias Krüger | -9/+16 |