| Age | Commit message (Expand) | Author | Lines |
| 2025-01-10 | add change entry for `optimized-compiler-builtins` | onur-ozkan | -0/+5 |
| 2025-01-10 | ensure `optimized_compiler_builtins` check for CI rustc | onur-ozkan | -0/+3 |
| 2025-01-10 | add coverage for target specific value | onur-ozkan | -1/+8 |
| 2025-01-10 | make `optimized-compiler-builtins` target configurable | onur-ozkan | -1/+11 |
| 2025-01-09 | re-add a warning for old master branch, but with much simpler logic | binarycat | -0/+3 |
| 2025-01-09 | bootstrap: `std::io::ErrorKind::CrossesDevices` is finally stable | Pavel Grigorenko | -4/+1 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -16/+9 |
| 2025-01-09 | Rollup merge of #135256 - onur-ozkan:weird-mod-position, r=clubby789,jieyouxu | Matthias Krüger | -2/+2 |
| 2025-01-09 | Rollup merge of #135231 - Zalathar:test-step-notes, r=jieyouxu | Matthias Krüger | -0/+43 |
| 2025-01-08 | fmt | Pietro Albini | -1/+1 |
| 2025-01-08 | applease clippy | Pietro Albini | -8/+8 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -8/+1 |
| 2025-01-08 | Move `mod cargo` below the import statements | onur-ozkan | -2/+2 |
| 2025-01-08 | Revert "fix missing rustfmt and clippy for msi" | Pietro Albini | -30/+1 |
| 2025-01-08 | Revert "fix missing rustfmt for apple darwin" | Pietro Albini | -9/+3 |
| 2025-01-08 | Add more comments to some of the test steps | Zalathar | -0/+43 |
| 2025-01-07 | Rollup merge of #135081 - mrkajetanp:jemalloc-64k, r=Kobzol | Guillaume Gomez | -0/+9 |
| 2025-01-06 | bootstrap: Build jemalloc for AArch64 with support for 64K pages | Kajetan Puchalski | -0/+9 |
| 2025-01-06 | Rollup merge of #135097 - Zalathar:coverage-test-step, r=Kobzol | Matthias Krüger | -120/+101 |
| 2025-01-06 | Ensure generate-copyright is executed from the project root. | Jonathan Pallant | -0/+3 |
| 2025-01-06 | Consolidate coverage test suite steps into a single step | Zalathar | -120/+101 |
| 2025-01-04 | Auto merge of #135101 - workingjubilee:rollup-owp3czl, r=workingjubilee | bors | -1/+1 |
| 2025-01-04 | Rollup merge of #135094 - joshtriplett:bootstrap-show-nonexistent-dir, r=jiey... | Jubilee | -1/+1 |
| 2025-01-04 | bootstrap: make `is_path_in_submodule` return optional submodule path instead | 许杰友 Jieyou Xu (Joe) | -15/+23 |
| 2025-01-04 | Rollup merge of #135066 - jieyouxu:check-run-make-support, r=clubby789 | Matthias Krüger | -0/+6 |
| 2025-01-04 | Rollup merge of #135001 - Kobzol:bootstrap-mcp-510, r=onur-ozkan | Matthias Krüger | -2/+14 |
| 2025-01-04 | bootstrap: If dir_is_empty fails, show the non-existent directory path | Josh Triplett | -1/+1 |
| 2025-01-03 | Rollup merge of #135058 - onur-ozkan:path-resolution, r=jieyouxu | Matthias Krüger | -27/+76 |
| 2025-01-03 | bootstrap: support `./x check run-make-support` | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2025-01-03 | add coverage for multiple paths | onur-ozkan | -0/+20 |
| 2025-01-03 | Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2025-01-03 | avoid early return to handle all paths | onur-ozkan | -2/+3 |
| 2025-01-03 | Revert "bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble`" | onur-ozkan | -5/+1 |
| 2025-01-03 | revert step order from #134919 | onur-ozkan | -6/+2 |
| 2025-01-03 | adapt bootstrap tests to the new path resolution logic | onur-ozkan | -6/+21 |
| 2025-01-03 | refactor bootstrap path resolution | onur-ozkan | -8/+29 |
| 2025-01-02 | Auto merge of #135040 - matthiaskrgr:rollup-34vsa8n, r=matthiaskrgr | bors | -20/+45 |
| 2025-01-02 | Rollup merge of #135035 - Noratrieb:fixfmt, r=jieyouxu | Matthias Krüger | -20/+45 |
| 2025-01-02 | Fix formatting command | Noratrieb | -20/+45 |
| 2025-01-02 | Auto merge of #135014 - Zalathar:tool-build-step, r=jieyouxu | bors | -113/+135 |
| 2025-01-02 | Temporarily make the `test` cfg a well known bootstrap cfg | Urgau | -0/+4 |
| 2025-01-02 | bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble` | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-01-02 | Move most of `Step::should_run` out of `tool_extended!` | Zalathar | -15/+30 |
| 2025-01-02 | Use struct-like syntax in `tool_extended!` | Zalathar | -18/+36 |
| 2025-01-02 | Move most of `Step::run` out of `tool_extended!` | Zalathar | -30/+48 |
| 2025-01-02 | Don't pass `(self, builder)` identifiers to `tool_extended!` | Zalathar | -14/+15 |
| 2025-01-02 | Remove two unused parameters from `tool_extended!` | Zalathar | -4/+2 |
| 2025-01-02 | Remove the unused `extra_features` field from `tool_extended!` | Zalathar | -46/+18 |
| 2025-01-02 | Auto merge of #134907 - Kobzol:rustc-dev-guide-josh, r=ehuss | bors | -35/+2 |
| 2025-01-01 | Rollup merge of #134967 - onur-ozkan:auto-submodule-handler, r=jieyouxu | Matthias Krüger | -32/+40 |