| Age | Commit message (Expand) | Author | Lines |
| 2020-09-22 | Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichton | bors | -2/+56 |
| 2020-09-21 | Add a changelog for x.py | Joshua Nelson | -1/+90 |
| 2020-09-21 | Rollup merge of #76628 - jyn514:default-config-files, r=Mark-Simulacrum | Ralf Jung | -25/+103 |
| 2020-09-20 | Specify output directory for bootstrap tests | Mark Rousskov | -0/+5 |
| 2020-09-20 | Provide bootstrap tools with RUSTC in environment | Mark Rousskov | -0/+6 |
| 2020-09-20 | Add sample defaults for config.toml | Joshua Nelson | -25/+103 |
| 2020-09-20 | Discover Rust toolchain without Python | Mark Rousskov | -12/+36 |
| 2020-09-20 | Remove support for different src directory | Mark Rousskov | -4/+4 |
| 2020-09-20 | Set BUILD_TRIPLE via build script | Mark Rousskov | -2/+5 |
| 2020-09-20 | Rollup merge of #76878 - pietroalbini:version, r=Mark-Simulacrum | Ralf Jung | -21/+22 |
| 2020-09-20 | Rollup merge of #76800 - jyn514:usage, r=Mark-Simulacrum | Ralf Jung | -30/+32 |
| 2020-09-19 | Do not link LLVM tools to LLVM dylib unless rustc is | Mark Rousskov | -11/+13 |
| 2020-09-19 | Rollup merge of #76796 - jyn514:wrong-stage, r=shepmaster | Ralf Jung | -1/+7 |
| 2020-09-18 | build-manifest: stop receiving release numbers from bootstrap | Pietro Albini | -8/+2 |
| 2020-09-18 | bootstrap: move the version number to a plaintext file | Pietro Albini | -21/+22 |
| 2020-09-18 | Don't download/sync llvm-project submodule if download-ci-llvm is set | est31 | -2/+3 |
| 2020-09-18 | Distribute rustc sources as part of `rustc-dev` | Jonas Schievink | -0/+12 |
| 2020-09-17 | Add test for x.py build cross-compilation | Mark Rousskov | -0/+48 |
| 2020-09-16 | Build rustdoc for cross-compiled targets | Mark Rousskov | -1/+5 |
| 2020-09-16 | Pass --target to lint docs | Mark Rousskov | -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 | -40/+39 |
| 2020-09-16 | Don't generate bootstrap usage unless it's needed | Joshua Nelson | -30/+32 |
| 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 | -40/+39 |
| 2020-09-16 | Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-Simulacrum | Dylan DPC | -6/+14 |
| 2020-09-16 | Auto merge of #76781 - RalfJung:rollup-ve66o2j, r=RalfJung | bors | -28/+10 |
| 2020-09-16 | Rollup merge of #76622 - jyn514:bootstrap-readme, r=Mark-Simulacrum | Ralf Jung | -28/+10 |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -42/+62 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -42/+62 |
| 2020-09-15 | Enable shared linking to LLVM on non-Windows | Mark Rousskov | -0/+4 |
| 2020-09-15 | Modify executable checking to be more universal | Mark Rousskov | -0/+1 |
| 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 | -6/+14 |
| 2020-09-14 | Auto merge of #76549 - ehuss:lints-comments, r=wesleywiser | bors | -1/+64 |
| 2020-09-13 | Link rustdoc lint docs to the rustdoc book. | Eric Huss | -3/+0 |
| 2020-09-13 | Auto-generate lint documentation. | Eric Huss | -1/+67 |
| 2020-09-13 | Fix CI LLVM to work on NixOS out of the box | Aleksey Kladov | -0/+2 |
| 2020-09-13 | Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrum | bors | -0/+16 |
| 2020-09-13 | Auto merge of #76349 - Mark-Simulacrum:dl-llvm, r=alexcrichton | bors | -39/+172 |
| 2020-09-12 | Set link-shared if LLVM ThinLTO is enabled in config.rs | Mark Rousskov | -1/+8 |
| 2020-09-12 | Download LLVM from CI to bootstrap | Mark Rousskov | -38/+164 |
| 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 | Update bootstrap readme | Joshua Nelson | -28/+10 |
| 2020-09-11 | Auto merge of #76415 - Mark-Simulacrum:bootstrap-cross-compilation, r=alexcri... | bors | -86/+92 |
| 2020-09-11 | just max_level_info | Gus Wynn | -1/+1 |
| 2020-09-11 | Stop implicitly appending triples to config.toml hosts and targets | Mark Rousskov | -38/+46 |
| 2020-09-11 | Verify we compile std without involving a b host compiler | Mark Rousskov | -0/+10 |
| 2020-09-11 | Remove host parameter from step configurations | Mark Rousskov | -48/+36 |