| Age | Commit message (Expand) | Author | Lines |
| 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-01 | Use curl by default | Thomas Applencourt | -50/+98 |
| 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 |
| 2022-04-21 | Auto merge of #96003 - aswild:pr/bootstrap-subcommands-cleanup, r=jyn514 | bors | -103/+85 |
| 2022-04-21 | Auto merge of #95612 - davidtwco:split-debuginfo-in-bootstrap, r=Mark-Simulacrum | bors | -13/+59 |
| 2022-04-21 | Rollup merge of #96196 - jyn514:no-assertion, r=Mark-Simulacrum | Dylan DPC | -5/+7 |
| 2022-04-20 | bootstrap: non-bootstrap windows split debuginfo | David Wood | -7/+11 |
| 2022-04-19 | compiletest: combine `--*-python` args | Alec Goncharow | -3/+1 |
| 2022-04-19 | Rollup merge of #95809 - ytmimi:llvm_stamp_typo, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2022-04-19 | Ensure existance of dist directory when creating tarball | Nikita Popov | -1/+3 |
| 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 | -42/+66 |
| 2022-04-18 | Auto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum | bors | -0/+4 |
| 2022-04-18 | Auto merge of #96000 - jyn514:faster-doctests, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-04-18 | bootstrap: disable split dwarf by default | David Wood | -1/+1 |
| 2022-04-18 | bootstrap: add split-debuginfo config | David Wood | -14/+56 |
| 2022-04-17 | Rollup merge of #96105 - jyn514:less-verbose-logging, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2022-04-16 | bootstrap: consolidate subcommand parsing and matching | Allen Wild | -103/+85 |
| 2022-04-16 | Require all paths passed to `ShouldRun::paths` to exist on disk | Joshua Nelson | -42/+66 |
| 2022-04-16 | Auto merge of #95993 - jyn514:fix-stage0-doctests, r=Mark-Simulacrum | bors | -1/+3 |
| 2022-04-15 | Make the debug output for `TargetSelection` less verbose | Joshua Nelson | -1/+7 |
| 2022-04-16 | Auto merge of #95450 - jyn514:faster-doc, r=Mark-Simulacrum | bors | -16/+20 |
| 2022-04-15 | Respect ranlib specified for target during LLVM build | Nikita Popov | -0/+4 |
| 2022-04-14 | Don't build the library and standard library before documenting them | Joshua Nelson | -16/+20 |
| 2022-04-13 | Rollup merge of #95885 - gimbles:patch-1, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2022-04-13 | Improve error message when there's no checksum | gimbles | -1/+5 |
| 2022-04-12 | Make `x test --stage 2 compiler/rustc_XXX` faster to run | Joshua Nelson | -2/+4 |
| 2022-04-13 | Rollup merge of #95441 - AlecGoncharow:issue-95204-fix, r=Mark-Simulacrum | Dylan DPC | -10/+15 |
| 2022-04-12 | Fix `x test --doc --stage 0 library/std` | Joshua Nelson | -1/+3 |
| 2022-04-12 | Rollup merge of #95963 - luqmana:llvm-dist-cross-filecheck, r=Mark-Simulacrum | Mara Bos | -2/+2 |
| 2022-04-12 | Rollup merge of #95671 - gimbles:master, r=Mark-Simulacrum | fee1-dead | -2/+2 |