| Age | Commit message (Expand) | Author | Lines |
| 2025-08-14 | Rollup merge of #145353 - CathalMullan:jemalloc-tools, r=Kobzol | Jakub Beránek | -0/+9 |
| 2025-08-14 | Rollup merge of #145324 - Kobzol:bootstrap-host-only, r=jieyouxu | Jakub Beránek | -119/+119 |
| 2025-08-14 | Rollup merge of #145261 - Kobzol:bootstrap-tracing, r=jieyouxu | Jakub Beránek | -412/+560 |
| 2025-08-14 | Complete functionality and general cleanup | Marcelo Domínguez | -28/+0 |
| 2025-08-14 | rustc-dev-guide :3 | lcnr | -2/+2 |
| 2025-08-14 | Rename and document `ONLY_HOSTS` in bootstrap | Jakub Beránek | -114/+119 |
| 2025-08-14 | Remove `ONLY_HOSTS` value overrides that just set the default value and had n... | Jakub Beránek | -5/+0 |
| 2025-08-14 | Revert "rustdoc search: prefer stable items in search results" | Guillaume Gomez | -37/+2 |
| 2025-08-14 | Revert "rustdoc: IndexItem::{stability -> is_unstable}" | Guillaume Gomez | -4/+9 |
| 2025-08-14 | Revert "rustdoc search: add performance note about searchIndexUnstable check" | Guillaume Gomez | -6/+0 |
| 2025-08-14 | Revert "Correctly handle when there are no unstable items in the documented c... | Guillaume Gomez | -3/+1 |
| 2025-08-14 | ci: clean windows disk space in background | MarcoIeni | -1/+179 |
| 2025-08-14 | Rollup merge of #145179 - joshtriplett:number, r=RalfJung | Guillaume Gomez | -2/+2 |
| 2025-08-14 | Rollup merge of #144959 - Marcondiro:master, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2025-08-14 | Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJung | Guillaume Gomez | -0/+2 |
| 2025-08-14 | Rollup merge of #142372 - Urgau:improve-remap_path_prefix-doc, r=wesleywiser | Guillaume Gomez | -14/+61 |
| 2025-08-14 | Rollup merge of #140434 - a4lg:rustdoc-multi-footnote-refs, r=fmease,Guillaum... | Guillaume Gomez | -9/+24 |
| 2025-08-13 | bootstrap: Update completions for new --timings argument | Josh Triplett | -4/+16 |
| 2025-08-13 | bootstrap: Support passing `--timings` to cargo | Josh Triplett | -8/+31 |
| 2025-08-14 | rustdoc: Allow multiple references to a single footnote | Tsukasa OI | -9/+24 |
| 2025-08-14 | Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxu | bors | -144/+431 |
| 2025-08-13 | Auto merge of #144793 - petrochenkov:extprel3, r=davidtwco | bors | -2/+22 |
| 2025-08-13 | Auto merge of #145366 - GuillaumeGomez:rollup-v0a6v3u, r=GuillaumeGomez | bors | -114/+265 |
| 2025-08-13 | Improve `--remap-path-prefix` documentation | Urgau | -14/+61 |
| 2025-08-13 | fix(compiler/rustc_codegen_llvm): apply `target-cpu` attribute | StackOverflowExcept1on | -1/+1 |
| 2025-08-13 | Rollup merge of #145356 - GuillaumeGomez:doctest-escaped, r=fmease | Guillaume Gomez | -0/+14 |
| 2025-08-13 | Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinaryca... | Guillaume Gomez | -1/+3 |
| 2025-08-13 | Rollup merge of #145341 - Kobzol:codegen-backend-gcc, r=jieyouxu | Guillaume Gomez | -67/+98 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -46/+73 |
| 2025-08-13 | Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi... | Guillaume Gomez | -0/+77 |
| 2025-08-13 | Update clippy tests | Vadim Petrochenkov | -2/+22 |
| 2025-08-13 | Auto merge of #145298 - nikic:llvm21-rc3, r=cuviper | bors | -1/+3 |
| 2025-08-13 | Add missing entry in STAGE0_MISSING_TARGETS | Jens Reidel | -0/+1 |
| 2025-08-13 | Add another example for escaped `#` character in doctest in rustdoc book | Guillaume Gomez | -0/+14 |
| 2025-08-13 | Correctly handle when there are no unstable items in the documented crate | Guillaume Gomez | -1/+3 |
| 2025-08-13 | Print crate count for `check::Rustc` in snapshot tests | Jakub Beránek | -9/+13 |
| 2025-08-13 | Use ci-mirrors for binutils in freebsd-toolchain.sh | Nikita Popov | -1/+3 |
| 2025-08-13 | bootstrap: Fix jemalloc 64K page support for aarch64 tools | Cathal Mullan | -0/+9 |
| 2025-08-13 | Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLii | bors | -0/+22 |
| 2025-08-13 | Remove the `libgccjit.so.0` alias and only create the versioned library when ... | Jakub Beránek | -17/+9 |
| 2025-08-13 | Make sure that we won't accidentally ship libgccjit.so in the dist component | Jakub Beránek | -1/+13 |
| 2025-08-13 | Install libgccjit into the compiler's sysroot when the GCC codegen backend is... | Jakub Beránek | -55/+82 |
| 2025-08-13 | Bless tests | Jakub Beránek | -1/+7 |
| 2025-08-13 | Manually optimize steps performed by `x clippy ci` | Jakub Beránek | -25/+32 |
| 2025-08-13 | Only check rustc when linting rustc_codegen_gcc | Jakub Beránek | -8/+7 |
| 2025-08-13 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-13 | Lint code in CI using in-tree Clippy | Jakub Beránek | -1/+1 |
| 2025-08-13 | Add more tests | Jakub Beránek | -9/+83 |
| 2025-08-13 | Fix staging of linting tools | Jakub Beránek | -36/+38 |
| 2025-08-13 | Fix staging for `x clippy std` | Jakub Beránek | -56/+67 |