| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-28 | remove deprecated option `parallel-compiler` | onur-ozkan | -10/+5 |
| 2024-12-28 | read to `String` directly without extra conversion | onur-ozkan | -2/+1 |
| 2024-12-28 | remove an invalid FIXME note | onur-ozkan | -2/+3 |
| 2024-12-27 | Auto merge of #134830 - matthiaskrgr:rollup-7hdjojz, r=matthiaskrgr | bors | -0/+21 |
| 2024-12-27 | Add change tracker entry | clubby789 | -0/+5 |
| 2024-12-27 | compiletest: Replace `--nocapture` with `--no-capture` | clubby789 | -1/+1 |
| 2024-12-27 | Add `--no-capture` as a bootstrap argument | clubby789 | -0/+16 |
| 2024-12-26 | Strip debuginfo from rustc-main and rustdoc | clubby789 | -2/+13 |
| 2024-12-26 | replace bootstrap-self-test feature flag with cfg(test) | onur-ozkan | -22/+19 |
| 2024-12-24 | Auto merge of #134724 - onur-ozkan:type-improvements, r=jieyouxu | bors | -53/+34 |
| 2024-12-24 | improve type mutation for certain structures | onur-ozkan | -53/+34 |
| 2024-12-23 | Auto merge of #134405 - rmehri01:x-completions, r=onur-ozkan | bors | -2/+13 |
| 2024-12-20 | fix missing ns units in bootstrap's benchmark rendering | The 8472 | -1/+1 |
| 2024-12-19 | Rollup merge of #134437 - onur-ozkan:improve-compiler-build, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -30/+34 |
| 2024-12-18 | reduce compiler `Assemble` complexity | onur-ozkan | -30/+34 |
| 2024-12-18 | Rollup merge of #134444 - jyn514:cranelift-std, r=bjorn3 | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-12-18 | Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -7/+5 |
| 2024-12-17 | Fix `x build --stage 1 std` when using cg_cranelift as the default backend | jyn | -0/+5 |
| 2024-12-17 | Rollup merge of #134423 - jieyouxu:bootstrap-test-valid, r=onur-ozkan | Matthias Krüger | -1/+1 |
| 2024-12-17 | Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=... | Matthias Krüger | -0/+6 |
| 2024-12-17 | Generate shell completions for x as well | Ryan Mehri | -2/+13 |
| 2024-12-18 | refactor: replace &PathBuf with &Path to enhance generality | Integral | -7/+5 |
| 2024-12-17 | bootstrap: use specific-purpose ui test path | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-17 | clarify that path() is for on-disk paths | Ralf Jung | -1/+3 |
| 2024-12-17 | bootstrap: fix a comment | Ralf Jung | -1/+1 |
| 2024-12-15 | bootstrap: make ./x test error-index work | Ralf Jung | -1/+3 |
| 2024-12-14 | Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgr | bors | -0/+10 |