| Age | Commit message (Expand) | Author | Lines |
| 2020-10-20 | bootstrap: add --include-default-paths to ./x.py | Pietro Albini | -21/+21 |
| 2020-10-20 | bootstrap: add disabled by default build-manifest dist component | Pietro Albini | -0/+1 |
| 2020-10-08 | bootstrap: add ./x.py run src/tools/build-manifest | Pietro Albini | -1/+1 |
| 2020-09-28 | Remove skip_only_host_steps | Tyler Mandry | -9/+1 |
| 2020-09-24 | Add `x.py setup` | Joshua Nelson | -1/+3 |
| 2020-09-16 | Rollup merge of #76741 - Mark-Simulacrum:no-dry-run-timing, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2020-09-16 | Rollup merge of #76735 - jyn514:no-clone, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |
| 2020-09-16 | Remove unnecessary `clone()`s in bootstrap | Joshua Nelson | -1/+1 |
| 2020-09-16 | Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-Simulacrum | Dylan DPC | -2/+6 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -29/+2 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -29/+2 |
| 2020-09-15 | Avoid printing dry run timings | Mark Rousskov | -1/+1 |
| 2020-09-14 | Fix generating rustc docs with non-default lib directory. | Eric Huss | -2/+6 |
| 2020-09-12 | Auto merge of #76639 - Mark-Simulacrum:ci-hosts, r=pietroalbini | bors | -1/+1 |
| 2020-09-12 | Print all step timings | Mark Rousskov | -1/+1 |
| 2020-09-11 | Remove host parameter from step configurations | Mark Rousskov | -12/+9 |
| 2020-09-10 | Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum | bors | -6/+11 |
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -3/+3 |
| 2020-09-09 | Rollup merge of #76379 - petrochenkov:nodegen, r=Mark-Simulacrum | Dylan DPC | -5/+5 |
| 2020-09-07 | Dedicated rust development tarball | Mark Rousskov | -0/+1 |
| 2020-09-07 | rustbuild: Deduplicate LLD checks slightly | Vadim Petrochenkov | -4/+3 |
| 2020-09-07 | rustbuild: Propagate LLD to more places when `use-lld` is enabled | Vadim Petrochenkov | -1/+7 |
| 2020-09-07 | rustbuild: Build tests with LLD if `use-lld = true` was passed | Vadim Petrochenkov | -3/+3 |
| 2020-09-05 | rustbuild: Remove `Mode::Codegen` | Vadim Petrochenkov | -5/+5 |
| 2020-09-03 | Check test/example/benchmark on x.py check | Mark Rousskov | -1/+1 |
| 2020-08-31 | rustbuild: Remove one LLD workaround | Vadim Petrochenkov | -6/+2 |
| 2020-08-29 | Allow --bess ing expect-tests in tools | Aleksey Kladov | -0/+5 |
| 2020-08-16 | Auto merge of #75472 - Mark-Simulacrum:mangling-config, r=eddyb | bors | -0/+4 |
| 2020-08-14 | Deal with spaces in the rust version. | Eric Huss | -3/+7 |
| 2020-08-14 | Fix crate-version with rustdoc in bootstrap. | Eric Huss | -2/+1 |
| 2020-08-12 | Add option to use the new symbol mangling in rustc/std | Mark Rousskov | -0/+4 |
| 2020-08-12 | Add a script to verify the Platform Support page is up-to-date. | Eric Huss | -0/+1 |
| 2020-08-03 | Make rust.use-lld config option work with non MSVC targets | Mateusz MikuĊa | -1/+6 |
| 2020-07-27 | Use exhaustive match for assert | Joshua Nelson | -1/+1 |
| 2020-07-27 | Add assert that tests happen with stage 2 in CI | Joshua Nelson | -1/+15 |
| 2020-07-27 | Fix most bootstrap tests | Joshua Nelson | -1/+1 |
| 2020-07-27 | Make the default stage dependent on the subcommand | Joshua Nelson | -1/+14 |
| 2020-07-27 | Don't duplicate builder code | Joshua Nelson | -19/+14 |
| 2020-07-22 | Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-19 | Do not clobber RUSTDOCFLAGS | Mark Rousskov | -0/+7 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -0/+1 |
| 2020-07-17 | Rollup merge of #74251 - shepmaster:bootstrap-target-files, r=Mark-Simulacrum | Manish Goregaokar | -31/+30 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -0/+1 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -31/+30 |
| 2020-07-16 | Set "invalid_codeblock_attributes" lint to warning level by default | Guillaume Gomez | -2/+3 |
| 2020-07-16 | Update code to new invalid_codeblock_attributes lint name | Guillaume Gomez | -2/+2 |
| 2020-07-16 | Apply review comments | Guillaume Gomez | -3/+6 |
| 2020-07-16 | Enforce even more the code blocks attributes check through rustdoc | Guillaume Gomez | -2/+5 |
| 2020-07-14 | Use local links in the alloc docs. | Eric Huss | -1/+2 |
| 2020-07-14 | Stabilize control-flow-guard codegen option | Andrew Paverd | -1/+1 |