| Age | Commit message (Expand) | Author | Lines |
| 2025-06-23 | Update channel to stable | Josh Stone | -1/+1 |
| 2025-06-20 | [win] Update LLVM toolchain used to build LLVM to 20 | Daniel Paoliello | -2/+2 |
| 2025-06-20 | Fix ICE in `missing_const_for_fn` (rust-lang/rust-clippy#14776) | Alejandra González | -2/+45 |
| 2025-06-20 | `needless_borrow`: do not contradict `dangerous_implicit_autorefs` (rust-lang... | Alejandra González | -22/+49 |
| 2025-06-20 | remove superseded lints (rust-lang/rust-clippy#14703) | Samuel Tardieu | -1091/+116 |
| 2025-06-20 | Fix `collapsible_if` FP on block stmt before expr (rust-lang/rust-clippy#14730) | Samuel Tardieu | -8/+29 |
| 2025-06-20 | Don't warn about unloaded crates (rust-lang/rust-clippy#14733) | Alex Macleod | -4/+41 |
| 2025-05-29 | Update to LLVM 20.1.5 | dianqk | -0/+0 |
| 2025-05-25 | ci: split dist-arm-linux job | MarcoIeni | -10/+55 |
| 2025-05-24 | Move `dist-x86_64-linux` CI job to GitHub temporarily | Jakub Beránek | -1/+1 |
| 2025-05-24 | Use Docker cache from the current repository | Jakub Beránek | -3/+2 |
| 2025-05-23 | Temporarily use Windows Server 2022 instead of Windows Server 2025 images | Jieyou Xu | -2/+8 |
| 2025-05-22 | Fix download of GCC from CI on non-nightly channels | Jakub Beránek | -1/+2 |
| 2025-05-22 | Update the edition guide for let chains | est31 | -0/+0 |
| 2025-05-22 | bump stage0 | Josh Stone | -462/+356 |
| 2025-05-10 | [beta-1.88] Update cargo | Weihang Lo | -0/+0 |
| 2025-05-09 | bump channel to beta | Pietro Albini | -1/+1 |
| 2025-05-09 | update version placeholders | Pietro Albini | -1/+1 |
| 2025-05-09 | Auto merge of #140838 - Zalathar:rollup-13hybry, r=Zalathar | bors | -2/+3 |
| 2025-05-09 | Rollup merge of #140817 - RalfJung:bootstrap-msg, r=jieyouxu | Stuart Cook | -2/+2 |
| 2025-05-09 | Rollup merge of #140804 - bend-n:signed, r=lcnr | Stuart Cook | -0/+1 |
| 2025-05-09 | Remove `Ident::empty`. | Nicholas Nethercote | -7/+16 |
| 2025-05-08 | Auto merge of #140786 - Kobzol:try-builds-no-deny-warnings, r=jieyouxu | bors | -19/+42 |
| 2025-05-08 | bootstrap: more consistent use of `...` when citing configuration snippets | Ralf Jung | -2/+2 |
| 2025-05-08 | add signed integers to unnecessary_lints to ensure feature parity with clippy | bendn | -0/+1 |
| 2025-05-08 | Auto merge of #140797 - matthiaskrgr:rollup-3km95qh, r=matthiaskrgr | bors | -0/+1 |
| 2025-05-08 | Mention fast try builds in the rustc-dev-guide | Jakub Beránek | -6/+10 |
| 2025-05-08 | Do not deny warnings for fast try builds | Jakub Beránek | -10/+27 |
| 2025-05-08 | Rollup merge of #140755 - dpaoliello:arm64windebuginfo, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-05-08 | Auto merge of #140732 - onur-ozkan:use-in-tree-rustfmt, r=Kobzol | bors | -1/+66 |
| 2025-05-08 | Migrate `opt-dist` to edition 2024 | Jakub Beránek | -2/+5 |
| 2025-05-08 | Remove unused dependency from opt-dist | Jakub Beránek | -1/+0 |
| 2025-05-08 | add change-entry for `x run rustfmt` | onur-ozkan | -0/+5 |
| 2025-05-08 | implement `x run rustfmt` | onur-ozkan | -0/+55 |
| 2025-05-08 | Rollup merge of #140764 - joshtriplett:style-nullary-functions, r=traviscross | Matthias Krüger | -0/+13 |
| 2025-05-08 | Rollup merge of #140762 - aDotInTheVoid:popnl, r=GuillaumeGomez | Matthias Krüger | -1/+5 |
| 2025-05-08 | Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr | Matthias Krüger | -3/+3 |
| 2025-05-08 | Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrieril | bors | -2/+4 |
| 2025-05-07 | do not allow stage > 0 on `x fmt` | onur-ozkan | -1/+6 |
| 2025-05-07 | style: Never break within a nullary function call `func()` or a unit literal ... | Josh Triplett | -0/+13 |
| 2025-05-07 | rustdoc-json: Remove newlines from attributes | Alona Enraght-Moony | -1/+5 |
| 2025-05-07 | [win][arm64] Disable various DebugInfo tests that don't work on Arm64 Windows | Daniel Paoliello | -0/+1 |
| 2025-05-07 | Rollup merge of #140745 - jchecahi:run-make-support-cargo-rustc-dylib, r=jiey... | Guillaume Gomez | -1/+4 |
| 2025-05-07 | Rollup merge of #140741 - husqvarnagroup:af/armv5te-target-maintainer, r=jiey... | Guillaume Gomez | -1/+31 |
| 2025-05-07 | Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr... | Guillaume Gomez | -3/+21 |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -2/+1 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -3/+3 |
| 2025-05-07 | run-make-support: set rustc dylib path for cargo wrapper | Jesus Checa Hidalgo | -1/+4 |
| 2025-05-07 | add armv5te-unknown-linux-gnueabi target maintainer | Adrian Friedli | -1/+31 |
| 2025-05-07 | Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomez | bors | -12/+12 |