| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | Do not include GCC source code in source tarballs | Jakub Beránek | -1/+12 |
| 2025-01-25 | make it possible to use ci-rustc on tarball sources | onur-ozkan | -13/+23 |
| 2025-01-23 | resolve symlinks of LLVM tool binaries before copying them | onur-ozkan | -1/+15 |
| 2025-01-23 | Add logic to override profile for non git sources | Tanvi Pooranmal Meena | -4/+7 |
| 2025-01-15 | Mark rustbook as an external tool | Eric Huss | -1/+5 |
| 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-03 | Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkov | Matthias Krüger | -0/+4 |
| 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 |
| 2025-01-01 | Remove mention of rustc-dev-guide from toolstate | Jakub Beránek | -4/+1 |
| 2025-01-01 | Remove obsolete `RustcGuide` bootstrap step | Jakub Beránek | -30/+0 |
| 2025-01-01 | Fix source code path in comment | Jakub Beránek | -1/+1 |
| 2025-01-01 | Rollup merge of #134950 - Zalathar:tool-check-step, r=jieyouxu | Stuart Cook | -75/+65 |
| 2024-12-31 | add test coverage for `helpers::is_path_in_submodule` | onur-ozkan | -2/+17 |
| 2024-12-31 | handle submodules automatically on `doc` steps | onur-ozkan | -30/+23 |
| 2024-12-31 | Use struct-like syntax in `tool_check_step!` | Zalathar | -15/+18 |
| 2024-12-31 | Make `tool_check_step!` always assume `SourceType::InTree` | Zalathar | -21/+23 |
| 2024-12-31 | Infer tool-check-step display name from the last path component | Zalathar | -24/+13 |
| 2024-12-31 | Move most of the `Step::run` impl out of `tool_check_step!` | Zalathar | -45/+41 |
| 2024-12-31 | Rollup merge of #134919 - Zalathar:x-test-compiler, r=jieyouxu | Stuart Cook | -2/+24 |
| 2024-12-31 | Make `./x test compiler` actually run the compiler unit tests | Zalathar | -2/+24 |
| 2024-12-30 | Rollup merge of #134911 - HigherOrderLogic:master, r=onur-ozkan | Matthias Krüger | -3/+3 |
| 2024-12-30 | chore: fix typos | Horu | -3/+3 |
| 2024-12-30 | Auto merge of #134865 - clubby789:proc-macro-tls, r=onur-ozkan | bors | -1/+75 |
| 2024-12-29 | bootstrap: Don't apply `-Ztls-model=initial-exec` to deps of proc-macros | clubby789 | -1/+4 |
| 2024-12-29 | Add tidy check for list of proc-macro crate transitive dependencies | clubby789 | -0/+71 |
| 2024-12-29 | Auto merge of #134887 - Zalathar:rollup-ghpz7oy, r=Zalathar | bors | -106/+127 |
| 2024-12-29 | Rollup merge of #134883 - Zalathar:shared-helpers, r=clubby789 | Stuart Cook | -3/+14 |
| 2024-12-29 | Auto merge of #134650 - onur-ozkan:clean-up-fixmes, r=Kobzol | bors | -14/+9 |
| 2024-12-29 | Fix `./x check bootstrap` by moving `shared_helpers::tests` | Zalathar | -3/+14 |
| 2024-12-29 | Allow macro-declared test steps to have docstrings and attributes | Zalathar | -21/+32 |
| 2024-12-29 | Consolidate the macros for declaring compiletest suites | Zalathar | -82/+81 |
| 2024-12-28 | Auto merge of #134848 - Zalathar:check-compiletest, r=jieyouxu | bors | -0/+4 |
| 2024-12-28 | Auto merge of #134845 - jieyouxu:temp-drop-warning, r=onur-ozkan | bors | -13/+4 |
| 2024-12-28 | Auto merge of #134790 - onur-ozkan:cfg-test, r=clubby789 | bors | -22/+19 |
| 2024-12-28 | bootstrap: Allow `./x check compiletest` | Zalathar | -0/+4 |
| 2024-12-28 | bootstrap: drop warning for top-level test suite path check | 许杰友 Jieyou Xu (Joe) | -13/+4 |