| Age | Commit message (Expand) | Author | Lines |
| 2020-10-15 | Auto merge of #77756 - alarsyo:setup-llvm-detect, r=jyn514 | bors | -4/+32 |
| 2020-10-14 | x.py setup: Avoid infinite loop if stdin is /dev/null | Ian Jackson | -0/+4 |
| 2020-10-14 | x.py setup: Fix handling of wrong interactive input | Ian Jackson | -1/+1 |
| 2020-10-14 | x.py: setup: Offer keywords in interactive prompt | Ian Jackson | -2/+2 |
| 2020-10-14 | x.py: setup: Provide a description of what it does | Ian Jackson | -3/+10 |
| 2020-10-14 | x.py: setup: Refactor to centralise list of profiles | Ian Jackson | -17/+51 |
| 2020-10-14 | Rollup merge of #77829 - gburgessiv:unused-features-var, r=alexcrichton | Dylan DPC | -5/+5 |
| 2020-10-14 | Rollup merge of #77909 - pietroalbini:fix-build-manifest-path, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-10-14 | Rollup merge of #77868 - Aaron1011:llvm-tools-opt-llc, r=Mark-Simulacrum | Yuki Okushi | -0/+3 |
| 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 |