| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-01-01 | Do not pass LLD flags to targets flags of compiletest | Jakub Beránek | -1/+0 |
| 2025-01-01 | Actually use self-contained lld in bootstrap when `use-lld = "self-contained"... | Jakub Beránek | -1/+14 |
| 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 |