| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-14 | Rollup merge of #134211 - flba-eb:add_qnx_archiver, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2024-12-14 | Rollup merge of #134240 - cuviper:dist-llvm-tools, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-14 | Rollup merge of #134209 - onur-ozkan:check-skip-paths, r=jieyouxu | Matthias Krüger | -1/+25 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -0/+5 |
| 2024-12-13 | validate `--skip` and `--exclude` paths | onur-ozkan | -1/+25 |
| 2024-12-12 | Only dist `llvm-objcopy` if llvm tools are enabled | Josh Stone | -1/+1 |
| 2024-12-12 | Rollup merge of #134207 - jieyouxu:revert-134040, r=lqd | Matthias Krüger | -153/+149 |
| 2024-12-12 | Reduce the need to set archiver via environment variables | Florian Bartels | -0/+10 |
| 2024-12-12 | Revert "Rollup merge of #134040 - clubby789:bootstrap-eprintln, r=jieyouxu" | 许杰友 Jieyou Xu (Joe) | -154/+150 |
| 2024-12-12 | Revert "Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789" | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-12 | Rollup merge of #134173 - onur-ozkan:allow-symbol-intern-string-literal, r=ji... | Matthias Krüger | -6/+1 |
| 2024-12-11 | remove `Kind` check for `symbol_intern_string_literal` | onur-ozkan | -6/+1 |
| 2024-12-10 | Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmease | bors | -13/+20 |
| 2024-12-10 | Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789 | León Orell Valerian Liehr | -1/+1 |
| 2024-12-10 | Rollup merge of #134023 - onur-ozkan:132507, r=jieyouxu | León Orell Valerian Liehr | -12/+19 |
| 2024-12-10 | bootstrap: Forward cargo JSON output to stout, not stderr | Zalathar | -1/+1 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -0/+5 |
| 2024-12-10 | Rollup merge of #133853 - onur-ozkan:use-vendor-directory-on-dist-build, r=Ko... | León Orell Valerian Liehr | -1/+11 |
| 2024-12-09 | bootstrap: `print{,ln}!` -> `eprint{,ln}!` | clubby789 | -150/+154 |
| 2024-12-09 | dist: Re-work how we describe the licence of Rust in our distributions | Jonathan Pallant | -10/+19 |