| Age | Commit message (Expand) | Author | Lines |
| 2025-07-10 | migrate `convert_named_struct_to_tuple_struct` assist to use 'SyntaxEditor' | Hayashi Mikihiro | -6/+9 |
| 2025-07-09 | Make `global_asm!()` work | Chayim Refael Friedman | -36/+58 |
| 2025-07-09 | Merge pull request #20109 from Hmikihiro/generate_new_tuple_field | Shoyu Vanilla (Flint) | -24/+385 |
| 2025-07-09 | Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ... | Chayim Refael Friedman | -16/+198 |
| 2025-07-09 | Don't hash the `SyntaxKind` in the ast id | Chayim Refael Friedman | -41/+36 |
| 2025-07-09 | bootstrap/miri: avoid rebuilds for test builds | Ralf Jung | -2/+8 |
| 2025-07-09 | Massage `lib.rs` so it can be rustfmt'd | Jieyou Xu | -66/+42 |
| 2025-07-09 | Sort and document `run-make-support` dependencies | Jieyou Xu | -4/+13 |
| 2025-07-09 | Bump `run-make-support` to Edition 2024 | Jieyou Xu | -1/+1 |
| 2025-07-09 | Don't attempt to version `run-make-support` | Jieyou Xu | -1/+1 |
| 2025-07-09 | Remove `run-make-support` CHANGELOG | Jieyou Xu | -83/+0 |
| 2025-07-09 | Make `LlvmBitcodeLinker` a `ToolTarget` tool | Jakub Beránek | -37/+49 |
| 2025-07-09 | Extend dist extended tools test | Jakub Beránek | -5/+14 |
| 2025-07-09 | Make `LldWrapper` a `ToolTarget` tool | Jakub Beránek | -50/+78 |
| 2025-07-09 | Make `WasmComponentLd` a `ToolTarget` tool | Jakub Beránek | -16/+111 |
| 2025-07-09 | Port `RemoteTestServer` to `ToolTarget` | Jakub Beránek | -16/+21 |
| 2025-07-09 | Add `Mode::ToolTarget` | Jakub Beránek | -39/+104 |
| 2025-07-09 | Rename `compiler` to `build_compiler` | Jakub Beránek | -30/+31 |
| 2025-07-09 | Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril | bors | -0/+8 |
| 2025-07-09 | various native-lib-trace-related fixups | Nia Espera | -338/+312 |
| 2025-07-09 | Add doc cross-compilation test | Jakub Beránek | -0/+16 |
| 2025-07-09 | Add `doc library` test for a no_std target | Jakub Beránek | -1/+17 |
| 2025-07-09 | Add a new maintainer to the wasm32-wasip1 target | Marcin Kolny | -0/+1 |
| 2025-07-09 | tweak some git clone commands | Tshepang Mbambo | -6/+6 |
| 2025-07-09 | use a consistent (and recommended) invocation | Tshepang Mbambo | -7/+7 |
| 2025-07-08 | Rollup merge of #143606 - lambdageek:configure-write-last-key, r=Kobzol | Trevor Gross | -8/+18 |
| 2025-07-08 | Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJung | Trevor Gross | -2/+10 |
| 2025-07-08 | Rollup merge of #142357 - Kobzol:simplify-llvm-bitcode-linker, r=jieyouxu | Trevor Gross | -30/+82 |
| 2025-07-09 | Merge pull request #20200 from rust-lang/revert-20157-push-nxrvpywtvoys | Shoyu Vanilla (Flint) | -13/+13 |
| 2025-07-08 | Disable docs for `compiler-builtins` and `sysroot` | Josh Stone | -4/+0 |
| 2025-07-08 | Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkov | bors | -66/+110 |
| 2025-07-08 | bootstrap: add change tracker entry for new --extra-checks=auto: feature | binarycat | -0/+5 |
| 2025-07-08 | tidy: assume all files are modified in CI | binarycat | -0/+4 |
| 2025-07-08 | tidy: warn when --extra-checks is passed an invalid lang:kind combo | binarycat | -3/+25 |
| 2025-07-08 | tidy: add `auto:` prefix to --extra-checks syntax | binarycat | -20/+67 |
| 2025-07-08 | tidy: update files_modified to take CiInfo | binarycat | -3/+7 |
| 2025-07-08 | tidy: factor out change detection logic and make it more robust | binarycat | -16/+30 |
| 2025-07-08 | Revert "Re-enable fixpoint iteration for variance computation" | Chayim Refael Friedman | -13/+13 |
| 2025-07-08 | Spelling | Aleksey Kliger | -1/+1 |
| 2025-07-08 | tidy: refactor --extra-checks parsing | binarycat | -14/+111 |
| 2025-07-08 | Rollup merge of #143622 - Gelbpunkt:mips64-unknown-linux-muslabi64-target-mai... | Matthias Krüger | -1/+51 |
| 2025-07-08 | Rollup merge of #143600 - alexcrichton:wasm32-wasip1-doc-reword, r=jieyouxu | Matthias Krüger | -25/+23 |
| 2025-07-08 | Rollup merge of #143555 - obi1kenobi:pg/target-feature-not-unsafe-rustdoc-jso... | Matthias Krüger | -1/+14 |
| 2025-07-09 | Migrate `pull_assignment_up` assist to `SyntaxEditor` | Hayashi Mikihiro | -27/+59 |
| 2025-07-08 | Fix weird rustdoc output when single and glob reexport conflict on a name | Guillaume Gomez | -40/+84 |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -2/+4 |
| 2025-07-08 | Implement enter_trace_span() in MiriMachine | Stypox | -2/+10 |
| 2025-07-08 | Add cross-compilation tool test | Jakub Beránek | -0/+29 |
| 2025-07-08 | Rewrite for clarity | Aleksey Kliger | -12/+14 |
| 2025-07-08 | document new stable flags, with x64 linux implementation notes | Rémy Rakic | -43/+59 |