| Age | Commit message (Expand) | Author | Lines |
| 2025-08-22 | Remove `toml-0.5.11` dependency. | Nicholas Nethercote | -13/+4 |
| 2025-08-22 | Remove `dirs-sys-0.4.1` dependency. | Nicholas Nethercote | -17/+5 |
| 2025-08-21 | Rollup merge of #145712 - notJoon:fix/outdate-link, r=lqd | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145705 - folkertdev:prefetch-remove-as-cast, r=RalfJung | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145704 - marcoieni:no-windows-disk-cleanup, r=jieyouxu | Jacob Pratt | -246/+2 |
| 2025-08-21 | Rollup merge of #145703 - Gelbpunkt:ci-llvm-mips, r=Kobzol | Jacob Pratt | -4/+0 |
| 2025-08-21 | Rollup merge of #145700 - nnethercote:fix-145696, r=lcnr | Jacob Pratt | -4/+20 |
| 2025-08-21 | Rollup merge of #145689 - cuviper:panic_unwind-cfg, r=joshtriplett | Jacob Pratt | -14/+20 |
| 2025-08-21 | Rollup merge of #145672 - compiler-errors:query-instab-ice, r=lcnr | Jacob Pratt | -9/+25 |
| 2025-08-21 | Rollup merge of #145661 - folkertdev:s390x-codegen-test-cleanup, r=dianqk | Jacob Pratt | -59/+46 |
| 2025-08-21 | Rollup merge of #145648 - bjorn3:tidy_deps_stricter, r=davidtwco | Jacob Pratt | -0/+33 |
| 2025-08-21 | Rollup merge of #145604 - compiler-errors:static-closure, r=fmease | Jacob Pratt | -24/+67 |
| 2025-08-21 | Rollup merge of #145507 - jdonszelmann:refactor-attr-parsing, r=davidtwco | Jacob Pratt | -918/+884 |
| 2025-08-21 | Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, r=jhpratt | Jacob Pratt | -137/+269 |
| 2025-08-21 | Rollup merge of #144780 - bjorn3:mir_build_debug, r=matthewjasper | Jacob Pratt | -0/+37 |
| 2025-08-21 | Rollup merge of #144613 - pantsman0:nintendo_switch_cpu_features, r=wesleywiser | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #144541 - folkertdev:c-variadic-same-program-multiple-abis-ar... | Jacob Pratt | -0/+78 |
| 2025-08-21 | Rollup merge of #137494 - nabijaczleweli:dup, r=Mark-Simulacrum | Jacob Pratt | -24/+26 |
| 2025-08-22 | Add reborrow feature gate test | Aapo Alasuutari | -0/+16 |
| 2025-08-21 | Introduce Reborrow lang item and trait | Aapo Alasuutari | -1/+14 |
| 2025-08-21 | make primitive:pointer work in type-based search. | binarycat | -2/+2 |
| 2025-08-21 | Merge pull request #20504 from ShoyuVanilla/ethereum-madness | Chayim Refael Friedman | -1/+58 |
| 2025-08-21 | Introduce reborrow unstable feature | Aapo Alasuutari | -0/+1 |
| 2025-08-21 | Merge pull request #1903 from folkertdev/s390x-llvm-21-fixes | Amanieu d'Antras | -93/+130 |
| 2025-08-22 | fix: Infinite recursion while lowering assoc type bounds from supertraits | Shoyu Vanilla | -1/+58 |
| 2025-08-21 | Merge pull request #20502 from ChayimFriedman2/attach-db-3 | Chayim Refael Friedman | -13/+7 |
| 2025-08-21 | Merge pull request #4536 from RalfJung/ci | Ralf Jung | -0/+5 |
| 2025-08-21 | rustdoc::invalid_html_tags(unclosed comment): fix off by one in span | binarycat | -1/+1 |
| 2025-08-21 | refactor rustdoc::invalid_html_tags tag parser | binarycat | -188/+498 |
| 2025-08-21 | add regression test for #145529 | binarycat | -1/+44 |
| 2025-08-21 | Remove unnecessary `salsa::attach()` calls | Chayim Refael Friedman | -13/+7 |
| 2025-08-21 | CI: also test on powerpc | Ralf Jung | -0/+5 |
| 2025-08-21 | Merge pull request #1575 from folkertdev/neon-simd-saturating-add-sub | Amanieu d'Antras | -316/+48 |
| 2025-08-21 | rustdoc-search: GUI tests check for `//` in URL | Michael Howell | -0/+7 |
| 2025-08-21 | Promote aarch64-pc-windows-msvc to Tier 1 | Daniel Paoliello | -7/+4 |
| 2025-08-21 | Add myself back to reviewer rotation (#15523) | Samuel Tardieu | -1/+0 |
| 2025-08-21 | Add myself back to reviewer rotation | Samuel Tardieu | -1/+0 |
| 2025-08-21 | `too_many_lines`: only highlight the function signature (#15461) | Alex Macleod | -42/+138 |
| 2025-08-21 | Lint to stable/beta lint docs page in diagnostics (#14547) | Alex Macleod | -7/+8 |
| 2025-08-21 | `len_zero`: clean-up a bit (#15518) | Alex Macleod | -26/+15 |
| 2025-08-21 | Lint to stable/beta lint docs page in diagnostics | Alex Macleod | -7/+8 |
| 2025-08-21 | `ptr_arg`: clean-up a bit (#15507) | Timo | -31/+30 |
| 2025-08-21 | Merge pull request #4534 from rust-lang/rustup-2025-08-21 | Ralf Jung | -2028/+2954 |
| 2025-08-21 | update rustc-build-sysroot | Ralf Jung | -3/+3 |
| 2025-08-21 | next-solver fix const_trait_impl bootstrap | lcnr | -9/+69 |
| 2025-08-21 | Do not replace `match` by `if` if any arm contains a binding (#15352) | Alex Macleod | -1/+31 |
| 2025-08-21 | update early and late bound docs link | Lee ByeongJun | -1/+1 |
| 2025-08-21 | Losslessly optimize PNG files | lumiscosity | -0/+0 |
| 2025-08-21 | Fix the ABI parameter inconsistency issue in debug.rs for LoongArch64 | WANG Rui | -25/+1019 |
| 2025-08-21 | split up context.rs | Jana Dönszelmann | -358/+388 |