| Age | Commit message (Expand) | Author | Lines |
| 2024-05-09 | Fix bootstrap panic when build from tarball | 12101111 | -6/+1 |
| 2024-04-28 | Rollup merge of #124429 - Enselic:document-builder, r=Mark-Simulacrum | Matthias Krüger | -0/+23 |
| 2024-04-28 | Rollup merge of #124242 - workingjubilee:describe-bootstrap-files-better, r=M... | Matthias Krüger | -6/+28 |
| 2024-04-28 | Rollup merge of #123942 - onur-ozkan:x-vendor, r=Mark-Simulacrum | Matthias Krüger | -11/+98 |
| 2024-04-27 | Auto merge of #124448 - matthiaskrgr:rollup-iloy9vz, r=matthiaskrgr | bors | -40/+40 |
| 2024-04-27 | Rollup merge of #124445 - Enselic:global-true, r=onur-ozkan | Matthias Krüger | -40/+40 |
| 2024-04-27 | Auto merge of #124405 - RalfJung:miri-core-alloc-tests, r=clubby789 | bors | -3/+0 |
| 2024-04-27 | bootstrap: Change `global(true)` to `global = true` for flags for consistency | Martin Nordholts | -40/+40 |
| 2024-04-27 | bootstrap: Document `struct Builder` and its fields | Martin Nordholts | -0/+23 |
| 2024-04-26 | Auto merge of #124296 - cuviper:dist-cargo-tests, r=onur-ozkan | bors | -0/+6 |
| 2024-04-26 | miri core/alloc tests: do not test a 2nd target | Ralf Jung | -3/+0 |
| 2024-04-26 | Add support for run-make-support unit tests to be run with bootstrap command | Jover Zhang | -0/+49 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -1/+1 |
| 2024-04-25 | Fix some typos in comments | TechVest | -1/+1 |
| 2024-04-24 | bootstrap: reinterpret the main advantage of x.py setup | Jubilee Young | -2/+3 |
| 2024-04-24 | bootstrap: link to the forge about toolstate | Jubilee Young | -1/+3 |
| 2024-04-23 | bootstrap: keep all cargo test files in dist rustc-src | Josh Stone | -0/+6 |
| 2024-04-22 | miri libstd tests: test windows-msvc instead of windows-gnu | Ralf Jung | -2/+3 |
| 2024-04-22 | suggest `x.py vendor` instead of `cargo vendor` | onur-ozkan | -7/+1 |
| 2024-04-22 | introduce `x vendor` | onur-ozkan | -4/+97 |
| 2024-04-21 | bootstrap: Promote some build_steps comments to docs | Jubilee Young | -28/+28 |
| 2024-04-21 | bootstrap: Describe build_steps::clean how 2024 knows it | Jubilee Young | -1/+1 |
| 2024-04-21 | bootstrap: Demagic a repeating path | Jubilee Young | -2/+4 |
| 2024-04-21 | bootstrap: Describe build_steps::setup | Jubilee Young | -0/+6 |
| 2024-04-21 | bootstrap: Describe build_steps::suggest | Jubilee Young | -0/+2 |
| 2024-04-21 | bootstrap: Describe build_steps::toolstate | Jubilee Young | -0/+4 |
| 2024-04-21 | bootstrap: Describe build_steps::run | Jubilee Young | -0/+5 |
| 2024-04-21 | bootstrap: Describe build_steps::test for 2024 | Jubilee Young | -3/+3 |
| 2024-04-21 | Rollup merge of #124069 - onur-ozkan:run-clippy-on-bootstrap, r=albertlarsan68 | Guillaume Gomez | -169/+165 |
| 2024-04-19 | Rollup merge of #124155 - klensy:wrong-rayon-here, r=albertlarsan68 | Matthias Krüger | -28/+1 |
| 2024-04-19 | fix clippy warnings on bootstrap | onur-ozkan | -169/+165 |
| 2024-04-19 | Auto merge of #123364 - klensy:bs-mixed-types, r=albertlarsan68 | bors | -7/+15 |
| 2024-04-19 | bootstrap: don't use rayon for sysinfo | klensy | -28/+1 |
| 2024-04-18 | Update src/bootstrap/src/core/builder.rs | scottmcm | -1/+1 |
| 2024-04-18 | Ensure `[rust] debuginfo-level-std` doesn't change core's MIR | Scott McMurray | -0/+8 |
| 2024-04-17 | Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrum | bors | -20/+38 |
| 2024-04-17 | allow to set line-directives-only too | klensy | -0/+5 |
| 2024-04-17 | bootstrap: actually allow set debuginfo-level to "lines-tables-only" | klensy | -7/+10 |
| 2024-04-17 | Rollup merge of #122883 - onur-ozkan:clippy-build-step, r=albertlarsan68 | Matthias Krüger | -102/+394 |
| 2024-04-16 | allow running clippy on most of the in-tree tools | onur-ozkan | -14/+63 |
| 2024-04-16 | fix sysroot bug and update step message format | onur-ozkan | -19/+6 |
| 2024-04-16 | add simple top-level doc-comment for build_steps/clippy | onur-ozkan | -0/+2 |
| 2024-04-16 | for clippy, skip output handling in `run_cargo` | onur-ozkan | -1/+1 |
| 2024-04-16 | support different `Kind`s in `Builder::msg_tool` | onur-ozkan | -3/+16 |
| 2024-04-16 | create `Builder::msg_clippy` | onur-ozkan | -9/+15 |
| 2024-04-16 | create new build step `clippy` | onur-ozkan | -100/+335 |
| 2024-04-16 | Rollup merge of #123711 - onur-ozkan:drop-changelog-seen, r=albertlarsan68 | Matthias Krüger | -19/+6 |
| 2024-04-16 | Rollup merge of #122632 - onur-ozkan:fix-llvm-caching-bug, r=albertlarsan68 | Matthias Krüger | -1/+18 |
| 2024-04-16 | Rollup merge of #122521 - bnleft:master, r=albertlarsan68 | Guillaume Gomez | -0/+7 |
| 2024-04-15 | Update how WASI toolchains are used in CI and bootstrap | Alex Crichton | -20/+38 |