| Age | Commit message (Expand) | Author | Lines |
| 2020-10-21 | allow using the system-wide llvm-libunwind as the unwinder | Marc-Antoine Perennou | -3/+32 |
| 2020-10-13 | Implement "if-available" option for download-ci-llvm | Antoine Martin | -2/+9 |
| 2020-10-12 | bootstrap: add --include-default-paths to ./x.py | Pietro Albini | -0/+2 |
| 2020-10-04 | Rename bootstrap/defaults/{config.toml.PROFILE => config.PROFILE.toml} | Thom Chiovoloni | -1/+1 |
| 2020-09-30 | Auto merge of #77298 - jyn514:bootstrap-config, r=Mark-Simulacrum | bors | -5/+7 |
| 2020-09-28 | Remove skip_only_host_steps | Tyler Mandry | -4/+0 |
| 2020-09-28 | bootstrap: Always build for host, even when target is given | Tyler Mandry | -5/+2 |
| 2020-09-28 | Don't warn if the config file is somewhere other than `config.toml` | Joshua Nelson | -5/+7 |
| 2020-09-26 | Rollup merge of #76631 - jyn514:x.py-setup, r=Mark-Simulacrum | Ralf Jung | -1/+6 |
| 2020-09-24 | Add `x.py setup` | Joshua Nelson | -1/+6 |
| 2020-09-23 | Add `keep-stage-std` to `x.py` | Dylan MacKenzie | -0/+2 |
| 2020-09-21 | Add a changelog for x.py | Joshua Nelson | -1/+8 |
| 2020-09-21 | Rollup merge of #76628 - jyn514:default-config-files, r=Mark-Simulacrum | Ralf Jung | -25/+51 |
| 2020-09-20 | Add sample defaults for config.toml | Joshua Nelson | -25/+51 |
| 2020-09-20 | Discover Rust toolchain without Python | Mark Rousskov | -7/+12 |
| 2020-09-20 | Remove support for different src directory | Mark Rousskov | -1/+3 |
| 2020-09-20 | Set BUILD_TRIPLE via build script | Mark Rousskov | -1/+1 |
| 2020-09-19 | Rollup merge of #76796 - jyn514:wrong-stage, r=shepmaster | Ralf Jung | -1/+7 |
| 2020-09-16 | Give a better error message when x.py uses the wrong stage for CI | Joshua Nelson | -1/+7 |
| 2020-09-16 | Remove unnecessary `clone()`s in bootstrap | Joshua Nelson | -32/+33 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -6/+53 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -6/+53 |
| 2020-09-13 | Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrum | bors | -0/+6 |
| 2020-09-12 | Set link-shared if LLVM ThinLTO is enabled in config.rs | Mark Rousskov | -0/+7 |
| 2020-09-12 | Download LLVM from CI to bootstrap | Mark Rousskov | -0/+57 |
| 2020-09-11 | Stop implicitly appending triples to config.toml hosts and targets | Mark Rousskov | -28/+24 |
| 2020-09-10 | add debug-logging to config.toml | Gus Wynn | -0/+6 |
| 2020-09-01 | Move ninja requirements to a dynamic check, when actually building | Mark Rousskov | -3/+4 |
| 2020-08-26 | Set ninja=true by default | Josh Triplett | -0/+1 |
| 2020-08-22 | bootstrap: fix a couple of clippy lint warnings | Matthias Krüger | -1/+1 |
| 2020-08-12 | Add option to use the new symbol mangling in rustc/std | Mark Rousskov | -0/+3 |
| 2020-07-27 | Change debuginfo to default to 1 if `debug = true` is set | Joshua Nelson | -1/+1 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -10/+74 |
| 2020-06-18 | bootstrap: Configurable musl libdir | Tomasz Miąsko | -0/+3 |
| 2020-05-15 | Rollup merge of #72146 - Mark-Simulacrum:separate-std-asserts, r=alexcrichton | Dylan DPC | -0/+6 |
| 2020-05-12 | Provide separate option for std debug asserts | Mark Rousskov | -0/+6 |
| 2020-05-10 | remove lldb package from bootstrap, config and build-manifest | Ralf Jung | -3/+0 |
| 2020-05-08 | x.py: allow configuring the build directory | Joshua Nelson | -0/+2 |
| 2020-04-02 | bootstrap: add `--json-output` for rust-analyzer | Niko Matsakis | -0/+2 |
| 2020-02-28 | Fix no_std detection for target triples | Andre Richter | -1/+1 |
| 2020-02-24 | bootstrap: Further centralize target defaulting logic. | John Ericson | -3/+13 |
| 2020-02-22 | Allow getting `no_std` from the config file | John Ericson | -0/+3 |
| 2020-02-11 | Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-Simulacrum | Dylan DPC | -0/+3 |
| 2020-02-10 | Enable Control Flow Guard in rustbuild | Andrew Paverd | -0/+3 |
| 2020-02-09 | Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum | bors | -0/+3 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -4/+3 |
| 2020-01-29 | Add an option to use LLD to link the compiler on Windows platforms | John Kåre Alsaker | -0/+3 |
| 2020-01-10 | Prefer llvm-skip-rebuild flag value over config.toml | Matthew Healy | -2/+6 |
| 2020-01-03 | Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2020-01-02 | bootstrap: Allow for setting the ThinLTO import limit used for compiler the c... | Michael Woerister | -0/+3 |