| Age | Commit message (Expand) | Author | Lines |
| 2025-06-15 | Rollup merge of #134661 - dtolnay:prefixattr, r=fmease | León Orell Valerian Liehr | -11/+11 |
| 2025-06-15 | Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton | León Orell Valerian Liehr | -117/+0 |
| 2025-06-14 | Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotInTheVoid | bors | -141/+159 |
| 2025-06-14 | Remove outdated docs about broken ABI | bjorn3 | -117/+0 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -225/+7 |
| 2025-06-14 | Rollup merge of #141399 - GuillaumeGomez:extracted-doctest, r=aDotInTheVoid | Matthias Krüger | -55/+238 |
| 2025-06-14 | Rollup merge of #140593 - m-ou-se:some-temp, r=Nadrieril | Matthias Krüger | -1/+0 |
| 2025-06-14 | Auto merge of #142483 - workingjubilee:rollup-8qnhueh, r=workingjubilee | bors | -43/+109 |
| 2025-06-13 | Rollup merge of #142475 - wesleywiser:windows_msvc_maintainers, r=ChrisDenton | Jubilee | -3/+73 |
| 2025-06-13 | Rollup merge of #142461 - Enselic:no-capture-tip, r=jieyouxu | Jubilee | -0/+1 |
| 2025-06-13 | Rollup merge of #142459 - Shourya742:2025-06-11-remove-output-helper, r=Kobzol | Jubilee | -36/+29 |
| 2025-06-13 | Rollup merge of #142441 - compiler-errors:lazier-binder-value-folding, r=lcnr | Jubilee | -2/+2 |
| 2025-06-13 | Rollup merge of #142434 - Kobzol:preinstall-eslint, r=marcoieni | Jubilee | -2/+4 |
| 2025-06-14 | Auto merge of #142235 - Kobzol:rustc-dist-alt-assertions, r=marcoieni | bors | -1/+6 |
| 2025-06-13 | Reduce precedence of expressions that have an outer attr | David Tolnay | -11/+11 |
| 2025-06-13 | Add platform support docs & maintainers for *-windows-msvc | Wesley Wiser | -3/+73 |
| 2025-06-13 | TypeVisiting binders no longer requires TypeFolding its interior | Michael Goulet | -2/+2 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -2/+8 |
| 2025-06-13 | compiletest: Clarify that `--no-capture` is needed with `--verbose` | Martin Nordholts | -0/+1 |
| 2025-06-13 | Auto merge of #142451 - flip1995:clippy-subtree-update, r=Manishearth | bors | -668/+4109 |
| 2025-06-13 | remove output from helpers | bit-aloo | -19/+0 |
| 2025-06-13 | replace output usage in bootstrap/lib.rs with new execution context | bit-aloo | -11/+21 |
| 2025-06-13 | replace output usage in sanity with new execution context | bit-aloo | -6/+8 |
| 2025-06-13 | Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgr | bors | -30/+87 |
| 2025-06-13 | Move COERCE_CONTAINER_TO_ANY to nursery, as it has FPs | Philipp Krones | -1/+1 |
| 2025-06-13 | Merge commit '4ef75291b5dd6739212f1f61666d19d4e086690d' into clippy-subtree-u... | Philipp Krones | -668/+4109 |
| 2025-06-13 | Update tests. | Mara Bos | -1/+0 |
| 2025-06-13 | Pre-install eslint in `mingw-check-tidy` Dockerfile | Jakub Beránek | -2/+4 |
| 2025-06-13 | Rollup merge of #142248 - heiher:loong32-asm-types, r=Amanieu | Matthias Krüger | -0/+5 |
| 2025-06-13 | Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco | Matthias Krüger | -2/+3 |
| 2025-06-13 | Rollup merge of #142413 - tshepang:rdg-push, r=jieyouxu | Matthias Krüger | -3/+4 |
| 2025-06-13 | Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubilee | Matthias Krüger | -1/+0 |
| 2025-06-13 | Rollup merge of #142379 - Stypox:bootstrap-tool-config, r=Kobzol | Matthias Krüger | -2/+36 |
| 2025-06-13 | Rollup merge of #142340 - RalfJung:miri-apfloat-mul-add, r=oli-obk | Matthias Krüger | -10/+6 |
| 2025-06-13 | Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann | Matthias Krüger | -1/+1 |
| 2025-06-13 | Rollup merge of #142069 - nnethercote:Zmacro-stats, r=petrochenkov | Matthias Krüger | -0/+24 |
| 2025-06-13 | Rollup merge of #141770 - GuillaumeGomez:cfg-false-mod-rendering, r=camelid | Matthias Krüger | -13/+16 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -225/+7 |
| 2025-06-12 | Rollup merge of #142337 - RalfJung:miri-float-nondet, r=oli-obk | Matthias Krüger | -4/+31 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -1/+0 |
| 2025-06-12 | Rename tool-config to tool and add docs | Stypox | -15/+17 |
| 2025-06-12 | Tracking the old name of renamed unstable library attribute | xizheyin | -1/+1 |
| 2025-06-12 | Introduce `-Zmacro-stats`. | Nicholas Nethercote | -0/+24 |
| 2025-06-12 | Auto merge of #141205 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -84/+97 |
| 2025-06-12 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -1788/+3774 |
| 2025-06-12 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-06-12 | Rollup merge of #142303 - Kobzol:bootstrap-cleanup-1, r=jieyouxu | Matthias Krüger | -353/+381 |
| 2025-06-11 | Add new permitted dependencies | Mark Rousskov | -0/+1 |
| 2025-06-11 | cargo update | github-actions | -84/+96 |
| 2025-06-11 | Rollup merge of #142374 - Kobzol:fix-newline, r=tmiasko | Matthias Krüger | -1/+2 |