| Age | Commit message (Expand) | Author | Lines |
| 2025-06-13 | Rollup merge of #142480 - workingjubilee:unhandwrite-minicore, r=tgross35 | Jubilee | -10/+6 |
| 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 #142460 - lcnr:search_graph-3, r=BoxyUwU | Jubilee | -95/+150 |
| 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 #142452 - ChrisDenton:intermittent, r=Noratrieb | Jubilee | -3/+2 |
| 2025-06-13 | Rollup merge of #142449 - oli-obk:missing-mgca-args, r=BoxyUwU | Jubilee | -40/+37 |
| 2025-06-13 | Rollup merge of #142441 - compiler-errors:lazier-binder-value-folding, r=lcnr | Jubilee | -210/+285 |
| 2025-06-13 | Rollup merge of #142439 - scrabsha:rust/sasha/uwkqrkztvqry, r=RalfJung | Jubilee | -0/+4 |
| 2025-06-13 | Rollup merge of #142434 - Kobzol:preinstall-eslint, r=marcoieni | Jubilee | -2/+4 |
| 2025-06-13 | Rollup merge of #142405 - oli-obk:type-once, r=RalfJung | Jubilee | -7/+7 |
| 2025-06-13 | Rollup merge of #142302 - JonathanBrouwer:invalid-const-token, r=jdonszelmann | Jubilee | -182/+278 |
| 2025-06-13 | Rollup merge of #142273 - workingjubilee:rework-gpu-kernel-feature-gate-test,... | Jubilee | -21/+172 |
| 2025-06-13 | Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviper | Jubilee | -2/+107 |
| 2025-06-13 | Rollup merge of #141352 - lcnr:no-builtin-preference, r=compiler-errors | Jubilee | -1/+62 |
| 2025-06-13 | Rollup merge of #140969 - Stypox:logger-layer, r=RalfJung,oli-obk | Jubilee | -2/+51 |
| 2025-06-13 | tests: Convert two handwritten minicores to add-core-stubs | Jubilee Young | -10/+6 |
| 2025-06-13 | Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiser | bors | -7/+418 |
| 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 | -24/+22 |
| 2025-06-13 | Replace escaping bound vars in ty/ct visiting, not binder visiting | Michael Goulet | -12/+44 |
| 2025-06-13 | Uplift BoundVarReplacer | Michael Goulet | -148/+174 |
| 2025-06-13 | Make connection between Placeholder and Bound a bit more clear in the type ab... | Michael Goulet | -23/+42 |
| 2025-06-13 | Don't use BTreeMap for mapped_consts | Michael Goulet | -6/+6 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -528/+1443 |
| 2025-06-13 | Rework how the disallowed qualifier lints are generated | Jonathan Brouwer | -284/+208 |
| 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 unnecessary function arg | lcnr | -3/+2 |
| 2025-06-13 | refactor `reached_depth -> required_depth` | lcnr | -38/+24 |
| 2025-06-13 | move stack into submodule | lcnr | -57/+127 |
| 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 | doc: mention that intrinsics should not be called in user code | Sasha Pourcelot | -0/+4 |
| 2025-06-13 | Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgr | bors | -311/+1094 |
| 2025-06-13 | Move COERCE_CONTAINER_TO_ANY to nursery, as it has FPs | Philipp Krones | -1/+1 |
| 2025-06-13 | Add failing tests | Jonathan Brouwer | -3/+175 |
| 2025-06-13 | Merge commit '4ef75291b5dd6739212f1f61666d19d4e086690d' into clippy-subtree-u... | Philipp Krones | -668/+4109 |
| 2025-06-13 | Remove "intermittent" wording from `ReadDir` | Chris Denton | -3/+2 |
| 2025-06-13 | Rustup (#15044) | Philipp Krones | -116/+128 |
| 2025-06-13 | Bump nightly version -> 2025-06-13 | Philipp Krones | -2/+2 |
| 2025-06-13 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -462/+3363 |
| 2025-06-13 | Require generic params for const generic params | Oli Scherer | -40/+37 |
| 2025-06-13 | [PERF] Optimize 3rd heaviest func, (81b -> 10m) (#15043) | Samuel Tardieu | -2/+1 |
| 2025-06-13 | Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr | bors | -594/+907 |
| 2025-06-13 | Pre-install eslint in `mingw-check-tidy` Dockerfile | Jakub Beránek | -2/+4 |
| 2025-06-13 | Rollup merge of #142308 - tgross35:upgrade-library-object, r=Mark-Simulacrum | Matthias Krüger | -15/+12 |
| 2025-06-13 | Rollup merge of #142276 - tgross35:update-library-lockfile, r=Mark-Simulacrum | Matthias Krüger | -29/+20 |
| 2025-06-13 | Rollup merge of #142274 - tgross35:update-stdarch, r=Amanieu | Matthias Krüger | -1/+0 |