| Age | Commit message (Expand) | Author | Lines |
| 2022-06-23 | Auto merge of #97911 - dtolnay:numcpu, r=Mark-Simulacrum | bors | -5/+4 |
| 2022-05-14 | Fix rustc-perf benchmarks | Urgau | -3/+7 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -11/+18 |
| 2022-05-13 | Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrum | bors | -2/+21 |
| 2022-05-11 | Auto merge of #96375 - jyn514:bootstrap-submodules, r=Mark-Simulacrum | bors | -0/+12 |
| 2022-05-10 | Fix running bootstrap tests on a fresh clone | Joshua Nelson | -0/+12 |
| 2022-05-10 | Revert "Make "Assemble stage1 compiler" orders of magnitude faster" | Joshua Nelson | -3/+9 |
| 2022-05-10 | Add test skip support | Collin Baker | -2/+21 |
| 2022-05-10 | Auto merge of #96803 - jyn514:faster-assemble, r=Mark-Simulacrum | bors | -9/+3 |
| 2022-05-08 | Make "Assemble stage1 compiler" orders of magnitude faster | Joshua Nelson | -9/+3 |
| 2022-05-08 | Rollup merge of #96829 - JohnTitor:fix-xpy-clippy, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-05-08 | Auto merge of #96689 - gimbles:campfire, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-05-08 | Auto merge of #96659 - thatzopoulos:issue-90679-fix, r=Mark-Simulacrum | bors | -1/+12 |
| 2022-05-08 | Auto merge of #96457 - yungkneez:fix-bootstrap, r=Mark-Simulacrum | bors | -2/+11 |
| 2022-05-08 | Fix the `x.py clippy` command | Yuki Okushi | -2/+2 |
| 2022-05-07 | Auto merge of #96824 - matthiaskrgr:rollup-silw3ki, r=matthiaskrgr | bors | -2/+14 |
| 2022-05-07 | updated error message for missing cmake | Thomas Hatzopoulos | -1/+12 |
| 2022-05-07 | Rollup merge of #96757 - jyn514:fewer-clippy-rebuilds, r=Mark-Simulacrum | Matthias Krüger | -2/+4 |
| 2022-05-07 | Rollup merge of #96756 - jyn514:compiler-docs-default, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 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-07 | Move check-bootstrap from a makefile rule to test::Bootstrap | gimbles | -2/+4 |
| 2022-05-06 | bootstrap: bsd platform flags for split debuginfo | David Wood | -2/+6 |
| 2022-05-05 | Don't constantly rebuild clippy on `x test src/tools/clippy`. | Joshua Nelson | -2/+4 |
| 2022-05-05 | Enable compiler-docs by default for `compiler`, `codegen`, and `tools` profiles. | Joshua Nelson | -0/+10 |
| 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 | -11/+1 |
| 2022-05-02 | Remove DebbugerScripts from bootstrap CLI | Bert Peters | -11/+1 |
| 2022-05-02 | openbsd: unbreak build on native platform | Sébastien Marie | -1/+2 |
| 2022-05-02 | Rollup merge of #96499 - jyn514:bootstrap-doctests, r=Mark-Simulacrum | Yuki Okushi | -0/+11 |
| 2022-05-01 | Initialize rust-analyzer submodule on bootstrap | yungkneez | -2/+11 |
| 2022-04-27 | Make it possible to write doctests for bootstrap | Joshua Nelson | -0/+11 |
| 2022-04-27 | Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum | bors | -184/+367 |
| 2022-04-25 | Auto merge of #96106 - jihiggins:issue-96060, r=Mark-Simulacrum | bors | -2/+11 |
| 2022-04-24 | Use `build/tmp` instead of adding a dependency on `tempfile`. | Joshua Nelson | -32/+19 |
| 2022-04-24 | Allow quotes around `nixos` in /etc/os-release | Joshua Nelson | -1/+2 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -177/+372 |
| 2022-04-25 | Rollup merge of #96366 - jyn514:remove-dead-code, r=Mark-Simulacrum | Matthias Krüger | -9/+2 |
| 2022-04-24 | Remove dead code in rustdoc shim | Joshua Nelson | -9/+2 |
| 2022-04-24 | Rollup merge of #96303 - jyn514:improved-bootstrap-tests, r=Mark-Simulacrum | Matthias Krüger | -119/+129 |
| 2022-04-24 | Rollup merge of #96237 - AlecGoncharow:issue-96011-fix, r=Mark-Simulacrum | Matthias Krüger | -3/+1 |
| 2022-04-24 | Rollup merge of #95504 - jyn514:library-alias, r=Mark-Simulacrum | Matthias Krüger | -6/+9 |
| 2022-04-24 | Add type_name info to [TIMING] log output | James Higgins | -2/+11 |
| 2022-04-22 | Auto merge of #96207 - nikic:distcheck-dir, r=Mark-Simulacrum | bors | -1/+3 |
| 2022-04-21 | Use `run_build` helper consistently across most bootstrap tests | Joshua Nelson | -96/+69 |
| 2022-04-21 | Add a test for `--exclude test::XXX` | Joshua Nelson | -29/+65 |
| 2022-04-21 | Don't checkout submodules in bootstrap tests | Joshua Nelson | -0/+1 |