| Age | Commit message (Expand) | Author | Lines |
| 2022-05-25 | Only allow `compiletest` to use `feature(test)`, not any other feature | Joshua Nelson | -1/+6 |
| 2022-05-22 | Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum | Jack Huey | -0/+8 |
| 2022-05-22 | Disable unstable features in bootstrap tools | Joshua Nelson | -0/+8 |
| 2022-05-14 | Fix rustc-perf benchmarks | Urgau | -3/+7 |
| 2022-05-08 | Fix the `x.py clippy` command | Yuki Okushi | -2/+2 |
| 2022-05-07 | Auto merge of #96670 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrum | bors | -5/+14 |
| 2022-05-06 | Rollup merge of #96758 - davidtwco:split-debuginfo-bootstrap-bsd, r=Mark-Simu... | Michael Goulet | -2/+6 |
| 2022-05-06 | Rollup merge of #96660 - jyn514:better-missing-path-error, r=Mark-Simulacrum | Michael Goulet | -1/+13 |
| 2022-05-06 | bootstrap: bsd platform flags for split debuginfo | David Wood | -2/+6 |
| 2022-05-04 | Rollup merge of #96597 - semarie:split_debuginfo-unix, r=davidtwco,Mark-Simul... | Yuki Okushi | -1/+2 |
| 2022-05-03 | Enable cfg checking of cargo features for everything but std | Loïc BRANSTETT | -5/+14 |
| 2022-05-02 | [bootstrap] Give a better error when trying to run a path with no registered ... | Joshua Nelson | -1/+13 |
| 2022-05-02 | Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-05-02 | Remove DebbugerScripts from bootstrap CLI | Bert Peters | -1/+0 |
| 2022-05-02 | openbsd: unbreak build on native platform | Sébastien Marie | -1/+2 |
| 2022-04-27 | Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum | bors | -1/+6 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -1/+6 |
| 2022-04-24 | Add type_name info to [TIMING] log output | James Higgins | -2/+11 |
| 2022-04-21 | Auto merge of #96003 - aswild:pr/bootstrap-subcommands-cleanup, r=jyn514 | bors | -27/+35 |
| 2022-04-21 | Auto merge of #95612 - davidtwco:split-debuginfo-in-bootstrap, r=Mark-Simulacrum | bors | -11/+11 |
| 2022-04-20 | bootstrap: non-bootstrap windows split debuginfo | David Wood | -7/+11 |
| 2022-04-18 | Remove assertion that all paths in `ShouldRun` exist | Joshua Nelson | -5/+7 |
| 2022-04-18 | Auto merge of #95906 - jyn514:enforce-valid-paths, r=Mark-Simulacrum | bors | -1/+24 |
| 2022-04-18 | bootstrap: add split-debuginfo config | David Wood | -12/+8 |
| 2022-04-16 | bootstrap: consolidate subcommand parsing and matching | Allen Wild | -27/+35 |
| 2022-04-16 | Require all paths passed to `ShouldRun::paths` to exist on disk | Joshua Nelson | -1/+24 |
| 2022-04-10 | bootstrap: show available paths help text for aliased subcommands | Allen Wild | -3/+3 |
| 2022-04-08 | Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrum | bors | -9/+13 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-29 | Fix `x test src/tools/error_index_generator --stage {0,1}` | Joshua Nelson | -9/+13 |
| 2022-03-27 | [bootstrap] Don't print `Suite not skipped` unless `--verbose` is set | Joshua Nelson | -2/+2 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-13 | Auto merge of #94738 - Urgau:rustbuild-check-cfg-values, r=Mark-Simulacrum | bors | -1/+6 |
| 2022-03-11 | Remove unneeded conversions in bootstrapping code | pierwill | -8/+4 |
| 2022-03-09 | Enable conditional checking of values in the Rust codebase | Loïc BRANSTETT | -1/+6 |
| 2022-03-07 | copy over `std::path::absolute` instead of adding `canonicalize` hacks | Joshua Nelson | -3/+3 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -2/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -2/+1 |
| 2022-03-04 | Enable conditional compilation checking on the Rust codebase | Loïc BRANSTETT | -0/+28 |
| 2022-03-03 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -3/+4 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -13/+4 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -13/+4 |
| 2022-01-23 | Auto merge of #93047 - matthiaskrgr:defer__dist_PlainSourceTarball, r=Mark-Si... | bors | -1/+5 |
| 2022-01-21 | allow excluding paths only from a single module | Pietro Albini | -31/+117 |
| 2022-01-21 | replace paths in PathSet with a dedicated TaskPath struct | Pietro Albini | -14/+28 |
| 2022-01-19 | build: dist: defer PlainSourceTarball | Matthias Krüger | -1/+5 |
| 2022-01-04 | Do not use deprecated -Zsymbol-mangling-version in bootstrap | Jakub Beránek | -3/+13 |
| 2022-01-01 | Remove some dead code | bjorn3 | -2/+1 |
| 2021-12-17 | pass -Wl,-z,origin to set DF_ORIGIN when using rpath | Sébastien Marie | -0/+1 |