| Age | Commit message (Expand) | Author | Lines |
| 2025-05-09 | Merge pull request #2376 from smanilov/patch-5 | Tshepang Mbambo | -2/+2 |
| 2025-05-09 | Fix minor typo in rustdoc-internals.md | Stan Manilov | -2/+2 |
| 2025-05-09 | Auto merge of #140839 - pietroalbini:pa-version-bump, r=pietroalbini | bors | -1/+1 |
| 2025-05-09 | run-make-support: support "ejecting" the underlying std command | Jieyou Xu | -2/+20 |
| 2025-05-09 | Remove mono item collection strategy override from -Zprint-mono-items | Tomasz Miąsko | -7/+6 |
| 2025-05-09 | bump version number to 1.89.0 | 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-09 | move (and remove) impl Trait tests | lcnr | -30/+30 |
| 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 | also export metrics from librustdoc | Jane Losare-Lusby | -0/+19 |
| 2025-05-08 | Remove let_chains feature as it is stable | est31 | -1/+0 |
| 2025-05-08 | Merge pull request #19507 from Hmikihiro/fix_module_doc_links | Lukas Wirth | -149/+548 |
| 2025-05-08 | add signed integers to unnecessary_lints to ensure feature parity with clippy | bendn | -0/+1 |
| 2025-05-08 | Merge pull request #4311 from est31/edition_2024 | Ralf Jung | -12/+11 |
| 2025-05-08 | Auto merge of #140797 - matthiaskrgr:rollup-3km95qh, r=matthiaskrgr | bors | -0/+1 |
| 2025-05-08 | Update miri, cargo-miri and miri-cript to edition 2024 | est31 | -12/+11 |
| 2025-05-08 | add assert to check ast_index smaller than INNER_ATTR_SET_BIT | Hayashi Mikihiro | -13/+9 |
| 2025-05-08 | remove commented-out test leftover | Ralf Jung | -1/+0 |
| 2025-05-08 | remove stray stderr file | Ralf Jung | -22/+0 |
| 2025-05-08 | Mention fast try builds in the rustc-dev-guide | Jakub Beránek | -6/+10 |
| 2025-05-08 | Fix minor typo in installation.md | Stan Manilov | -1/+1 |
| 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 | Remark test naming exception | Stan Manilov | -0/+6 |
| 2025-05-08 | Fix postfix snippets duplicating derefs | Chayim Refael Friedman | -13/+33 |
| 2025-05-08 | perf: Request cancellation while processing changed files | Lukas Wirth | -80/+136 |
| 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 | Fix minor typo in serialization.md | Stan Manilov | -1/+1 |
| 2025-05-08 | Still complete parentheses & method call arguments if there are existing pare... | Chayim Refael Friedman | -3/+76 |
| 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 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -4596/+7232 |
| 2025-05-08 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 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] Update LLVM toolchain used to build LLVM to 20 | Daniel Paoliello | -2/+2 |
| 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 |