| Age | Commit message (Expand) | Author | Lines |
| 2025-06-07 | make better use of label for data-race and some other errors | Ralf Jung | -388/+240 |
| 2025-06-07 | diagnostics: do not repeat the entire message in the span label | Ralf Jung | -578/+581 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -952/+938 |
| 2025-06-07 | Make NonZero<char> possible | Marijn Schouten | -5/+19 |
| 2025-06-07 | rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wording | Martin Nordholts | -35/+78 |
| 2025-06-07 | Add test renamed_feature.rs | xizheyin | -0/+12 |
| 2025-06-07 | get rid of spurious cfg(bootstrap) | Ralf Jung | -3/+0 |
| 2025-06-07 | Auto merge of #141917 - petrochenkov:nobinroot, r=jieyouxu | bors | -4/+2 |
| 2025-06-07 | compiler: Treat ForceWarning as a Warning for diagnostic level | Jubilee Young | -1/+42 |
| 2025-06-07 | test_dup: ensure the FDs remain in sync even after dup'ing | Ralf Jung | -2/+3 |
| 2025-06-07 | Merge pull request #4381 from rust-lang/rustup-2025-06-07 | Ralf Jung | -3661/+3570 |
| 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 | fmt | The Miri Cronjob Bot | -3/+10 |
| 2025-06-07 | Merge from rustc | The Miri Cronjob Bot | -3660/+3562 |
| 2025-06-06 | compiler: Remove superfluous renaming import of ExternAbi | Jubilee Young | -3/+1 |
| 2025-06-06 | compiler: Sort and doc ExternAbi variants | Jubilee Young | -33/+62 |
| 2025-06-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-07 | Auto merge of #141910 - Kobzol:new-bors-try-branch-name-doc, r=marcoieni | bors | -1/+2 |
| 2025-06-07 | Unify normalization of terms in deeply normalize | Michael Goulet | -71/+30 |
| 2025-06-06 | Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unused | Josh Triplett | -0/+43 |
| 2025-06-06 | bless test stderr | Jeremy Smart | -2/+2 |
| 2025-06-07 | Auto merge of #142133 - GuillaumeGomez:rollup-fvzdren, r=GuillaumeGomez | bors | -873/+552 |
| 2025-06-06 | fix tests | Jeremy Smart | -4/+9 |
| 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 #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -4/+3 |
| 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 | -1/+1 |
| 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 | Apply `mismatched-lifetime-syntaxes` to trait and extern functions | Jake Goulding | -10/+140 |
| 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 |