| Age | Commit message (Expand) | Author | Lines |
| 2025-08-22 | Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann | Jacob Pratt | -277/+265 |
| 2025-08-22 | Rollup merge of #145745 - heiher:ignore-basic-stepping, r=lqd | Jacob Pratt | -0/+1 |
| 2025-08-22 | Rollup merge of #145743 - xihuwenhua:master, r=petrochenkov | Jacob Pratt | -4/+4 |
| 2025-08-22 | Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,... | Jacob Pratt | -43/+18 |
| 2025-08-22 | Rollup merge of #145738 - cjgillot:union-find-uplift, r=Zalathar | Jacob Pratt | -8/+7 |
| 2025-08-22 | Rollup merge of #145736 - joshtriplett:triagebot-style, r=traviscross | Jacob Pratt | -2/+1 |
| 2025-08-22 | Rollup merge of #145731 - lolbinarycat:rustdoc-search-generic-pointer-142385,... | Jacob Pratt | -41/+351 |
| 2025-08-22 | Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkov | Jacob Pratt | -0/+30 |
| 2025-08-22 | Rollup merge of #145710 - heiher:issue-145692-2, r=nnethercote | Jacob Pratt | -25/+1019 |
| 2025-08-22 | Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnr | Jacob Pratt | -93/+66 |
| 2025-08-22 | Rollup merge of #145669 - notriddle:test-js-search-scripts-path, r=GuillaumeG... | Jacob Pratt | -0/+7 |
| 2025-08-22 | Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwco | Jacob Pratt | -249/+1094 |
| 2025-08-22 | Rollup merge of #145633 - qxzcode:patch-1, r=jhpratt | Jacob Pratt | -4/+4 |
| 2025-08-22 | Rollup merge of #145597 - petrochenkov:nolateset, r=b-naber | Jacob Pratt | -53/+62 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -61/+262 |
| 2025-08-22 | Rollup merge of #145380 - okaneco:add-codegen-tests, r=Mark-Simulacrum | Jacob Pratt | -0/+182 |
| 2025-08-22 | Rollup merge of #145218 - nilptr:nilptr/feat/lldb-enum-pretty-printer, r=Mark... | Jacob Pratt | -21/+23 |
| 2025-08-22 | Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmease | Jacob Pratt | -73/+192 |
| 2025-08-22 | Rollup merge of #144648 - connortsui20:nonpoison_rwlock, r=Mark-Simulacrum | Jacob Pratt | -752/+1996 |
| 2025-08-22 | Rollup merge of #142185 - saethlin:refprop-moves, r=cjgillot | Jacob Pratt | -88/+194 |
| 2025-08-22 | Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=Kobzol | Jacob Pratt | -3/+43 |
| 2025-08-22 | Rollup merge of #137396 - compiler-errors:param-default, r=fmease | Jacob Pratt | -2/+44 |
| 2025-08-22 | Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnay | Jacob Pratt | -3/+11 |
| 2025-08-22 | Auto merge of #145494 - cjgillot:span-decode-once, r=lqd | bors | -10/+9 |
| 2025-08-22 | Recover param: Ty = EXPR | Michael Goulet | -2/+44 |
| 2025-08-22 | Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzol | bors | -563/+527 |
| 2025-08-22 | On E0277, point at type that doesn't implement bound | Esteban Küber | -249/+1094 |
| 2025-08-22 | Auto merge of #145749 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1050/+1823 |
| 2025-08-22 | main.js: only call window.rustdocToggleSrcSidebar if it exists | binarycat | -2/+1 |
| 2025-08-22 | typecheck: add nonnull around element known to exist | binarycat | -2/+1 |
| 2025-08-22 | typecheck tooltipBlurHandler | binarycat | -1/+3 |
| 2025-08-22 | typecheck window.CURRENT_TOOLTIP_ELEMENT | binarycat | -32/+7 |
| 2025-08-22 | resolve: Remove `ScopeSet::Late` | Vadim Petrochenkov | -23/+32 |
| 2025-08-22 | resolve: Remove derive fallback lint id from `ScopeSet::Late` | Vadim Petrochenkov | -11/+13 |
| 2025-08-22 | resolve: Remove `Module` from `ScopeSet::Late` | Vadim Petrochenkov | -7/+9 |
| 2025-08-22 | resolve: `early_resolve_ident_in_lexical_scope` -> `resolve_ident_in_scope_set` | Vadim Petrochenkov | -20/+16 |
| 2025-08-22 | Merge commit '877967959ae8da9814df4f2614971f4d784bf53f' into clippy-subtree-u... | Philipp Krones | -1050/+1823 |
| 2025-08-22 | Rustup (#15531) | Philipp Krones | -305/+430 |
| 2025-08-22 | Bump nightly version -> 2025-08-22 | Philipp Krones | -2/+2 |
| 2025-08-22 | Dogfood fixes | Philipp Krones | -115/+114 |
| 2025-08-22 | Ignore unexpected_cfgs warning for bootstrap | Philipp Krones | -0/+4 |
| 2025-08-22 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -959/+1657 |
| 2025-08-22 | Auto merge of #144689 - JonathanBrouwer:share_parse_path, r=jdonszelmann | bors | -519/+665 |
| 2025-08-22 | Sort Config fields and remove some `mut`s from bindings | Jakub Beránek | -198/+210 |
| 2025-08-22 | Migrate `BuiltinLintDiag::HiddenUnicodeCodepoints` to use `LintDiagnostic` di... | Josh Triplett | -126/+98 |
| 2025-08-22 | Remove unused `BuiltinLintDiag` variant `InnerAttributeUnstable` | Josh Triplett | -21/+0 |
| 2025-08-22 | Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directly | Josh Triplett | -22/+14 |
| 2025-08-22 | Migrate `BuiltinLintDiag::UnexpectedBuiltinCfg` to use `LintDiagnostic` directly | Josh Triplett | -26/+17 |
| 2025-08-22 | Refactor lint buffering to avoid requiring a giant enum | Josh Triplett | -83/+137 |
| 2025-08-22 | Fix`unnecessary_safety_comment` does not lint for the first line (#15354) | Philipp Krones | -8/+75 |