| Age | Commit message (Expand) | Author | Lines |
| 2020-10-14 | Rollup merge of #77786 - jyn514:rustdoc, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2020-10-14 | Rollup merge of #77776 - jyn514:wrong-way, r=Mark-Simulacrum | Yuki Okushi | -0/+9 |
| 2020-10-13 | bootstrap: set correct path for the build-manifest binary | Pietro Albini | -1/+1 |
| 2020-10-13 | Handle included config in bootstrap.py | Antoine Martin | -0/+10 |
| 2020-10-13 | Implement "if-available" option for download-ci-llvm | Antoine Martin | -4/+22 |
| 2020-10-13 | Give an error when running `x.py test --stage 0 src/test/ui` | Joshua Nelson | -0/+9 |
| 2020-10-13 | Auto merge of #77762 - pietroalbini:dist-build-manifest, r=Mark-Simulacrum | bors | -23/+98 |
| 2020-10-12 | Include `llvm-dis`, `llc` and `opt` in `llvm-tools-preview` component | Aaron Hill | -0/+3 |
| 2020-10-13 | Rollup merge of #77852 - 12101111:fix-bootstrap-doc, r=jonas-schievink | Yuki Okushi | -3/+3 |
| 2020-10-13 | Rollup merge of #77746 - winnayx:issue-77572-fix, r=jyn514 | Yuki Okushi | -7/+10 |
| 2020-10-12 | build-manifest: bundle the rustc version in the binary | Pietro Albini | -2/+0 |
| 2020-10-12 | bootstrap: add --include-default-paths to ./x.py | Pietro Albini | -21/+30 |
| 2020-10-12 | bootstrap: add disabled by default build-manifest dist component | Pietro Albini | -0/+68 |
| 2020-10-12 | build-manifest: accept the Rust version instead of the monorepo path | Pietro Albini | -2/+2 |
| 2020-10-12 | update url in bootstrap README | 12101111 | -3/+3 |
| 2020-10-11 | Mostly print statements to see where things are | Winnie Xiao | -7/+10 |
| 2020-10-11 | bootstrap: only use compiler-builtins-c if they exist | George Burgess IV | -5/+5 |
| 2020-10-10 | Mention rustdoc in `x.py setup` | Joshua Nelson | -2/+2 |
| 2020-10-10 | Allow setting up git hooks from other worktrees | Joshua Nelson | -3/+11 |
| 2020-10-09 | bootstrap: always use the Rust version in package names | Pietro Albini | -52/+1 |
| 2020-10-08 | Auto merge of #77631 - jyn514:helpful-changelog, r=RalfJung | bors | -3/+3 |
| 2020-10-06 | Make src/bootstrap/CHANGELOG.md more helpful | Joshua Nelson | -3/+3 |
| 2020-10-07 | Rollup merge of #77624 - akoptelov:c-all-targets-fix, r=jyn514 | Dylan DPC | -1/+1 |
| 2020-10-07 | Rollup merge of #77400 - alarsyo:xpy-setup-suggestions, r=jyn514 | Dylan DPC | -38/+81 |
| 2020-10-06 | Add c as a shorthand check alternative for new options #77603 | Alexander Koptelov | -1/+1 |
| 2020-10-06 | Auto merge of #76356 - caass:hooks, r=jyn514 | bors | -1/+48 |
| 2020-10-06 | Use String type for Profile parse error | Antoine Martin | -11/+6 |
| 2020-10-06 | Show available profiles on error | Antoine Martin | -1/+12 |
| 2020-10-06 | Use Profile enum for x.py setup | Antoine Martin | -38/+75 |
| 2020-10-06 | Fix suggestions for x.py setup | Antoine Martin | -2/+2 |
| 2020-10-06 | Rollup merge of #77558 - thomcc:defaults-toml-extension, r=jyn514 | Yuki Okushi | -3/+5 |
| 2020-10-05 | Make changes based on @jyn514's comments | Cassandra Fridkin | -9/+16 |
| 2020-10-05 | Add install_git_hook_maybe to setup.rs | Cassandra Fridkin | -0/+40 |
| 2020-10-05 | Remove the rust stuff and just make it a simple shell script | Cassandra Fridkin | -25/+1 |
| 2020-10-05 | Merge branch 'master' into hooks | Cassandra Fridkin | -471/+1345 |
| 2020-10-04 | Add changelog entry mentioning the renamed profile files | Thom Chiovoloni | -0/+2 |
| 2020-10-04 | Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml} | Thom Chiovoloni | -3/+3 |
| 2020-10-05 | Rollup merge of #77407 - pietroalbini:less-build-manifest, r=Mark-Simulacrum | Dylan DPC | -2/+45 |
| 2020-10-04 | Rollup merge of #77473 - Mark-Simulacrum:check-limited, r=ecstatic-morse | Yuki Okushi | -33/+50 |
| 2020-10-03 | Add quotes around command in CHANGELOG | ecstatic-morse | -1/+1 |
| 2020-10-03 | Place all-targets checking behind a flag | Mark Rousskov | -33/+50 |
| 2020-10-03 | Auto merge of #77347 - jyn514:dox, r=Amanieu | bors | -7/+0 |
| 2020-09-30 | Auto merge of #77298 - jyn514:bootstrap-config, r=Mark-Simulacrum | bors | -5/+7 |
| 2020-09-30 | build-manifest: keep legacy behavior when invoking through ./x.py dist | Pietro Albini | -0/+1 |
| 2020-09-30 | bootstrap: add ./x.py run src/tools/build-manifest | Pietro Albini | -2/+44 |
| 2020-09-30 | Auto merge of #77133 - tmandry:bootstrap-host, r=Mark-Simulacrum | bors | -71/+37 |
| 2020-09-29 | Filter out empty items in bootstrap::flags::split | Tyler Mandry | -1/+1 |
| 2020-09-29 | Remove unused --cfg stageN | Joshua Nelson | -3/+0 |
| 2020-09-29 | Remove --cfg dox from rustdoc.rs | Joshua Nelson | -4/+0 |
| 2020-09-29 | Auto merge of #77145 - pietroalbini:refactor-build-manifest-versions, r=Mark-... | bors | -8/+2 |