| Age | Commit message (Expand) | Author | Lines |
| 2018-05-06 | s/DocTestsOption/DocTests/g | kennytm | -2/+2 |
| 2018-05-06 | Added test case. | kennytm | -1/+1 |
| 2018-05-06 | Added `./x.py test --no-doc` option. | kennytm | -1/+11 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -3/+2 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -3/+2 |
| 2018-04-05 | Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton | kennytm | -0/+6 |
| 2018-04-03 | Stop checking that the graph produced by a dry run is equivalent | Mark Simulacrum | -12/+4 |
| 2018-04-03 | Fix a few accidental expectations | Mark Simulacrum | -0/+5 |
| 2018-04-03 | Avoid printing output when in dry run mode | Mark Simulacrum | -1/+6 |
| 2018-04-03 | Refactor to use a dry-run config instead of cfg(test) | Mark Simulacrum | -8/+193 |
| 2018-04-03 | Implement generating graphs of the build steps | Mark Simulacrum | -4/+5 |
| 2018-04-03 | Stub out less code | Mark Simulacrum | -15/+13 |
| 2018-04-03 | Add tests to rustbuild | Mark Simulacrum | -0/+4 |
| 2018-04-03 | Make test steps sortable | Mark Simulacrum | -1/+1 |
| 2018-04-03 | Stub out various functions during testing | Mark Simulacrum | -10/+19 |
| 2018-04-03 | Permit constructing Build without executing | Mark Simulacrum | -19/+21 |
| 2018-04-03 | Permit constructing Builder without executing | Mark Simulacrum | -1/+7 |
| 2018-04-03 | Stop accessing current_dir in bootstrap | Mark Simulacrum | -2/+1 |
| 2018-04-01 | add a dist-thumb builder to build rust-std for the THUMB targets | Jorge Aparicio | -0/+6 |
| 2018-03-26 | rustbuild: Fail the build if we build Cargo twice | Alex Crichton | -0/+5 |
| 2018-03-21 | Add support to rustbuild for a 'rustc docs' component tarball | David Wood | -0/+5 |
| 2018-03-17 | Rollup merge of #48943 - comex:verbose, r=kennytm | kennytm | -4/+0 |
| 2018-03-16 | Automatically enable the `clippy` feature of `rls` if clippy builds | Oliver Schneider | -0/+1 |
| 2018-03-15 | Support extra-verbose builds: | comex | -4/+0 |
| 2018-03-11 | Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichton | bors | -1/+1 |
| 2018-03-09 | rustbuild: Fix MSBuild location of `llvm-config.exe` | Alex Crichton | -14/+0 |
| 2018-03-08 | Deny warnings | Mark Simulacrum | -1/+1 |
| 2018-03-03 | rust: Import LLD for linking wasm objects | Alex Crichton | -1/+7 |
| 2018-02-17 | Add command to launch only doc tests | Guillaume Gomez | -0/+2 |
| 2018-02-11 | Change Step to be invoked with a path when in default mode. | Mark Simulacrum | -15/+22 |
| 2018-02-10 | fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} | Matthias Krüger | -1/+1 |
| 2018-02-05 | Use time crate in bootstrap dist instead of date | Onur Aslan | -0/+1 |
| 2018-01-30 | Add wasm_syscall feature to build system | Diggory Blake | -0/+3 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -0/+4 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -3/+0 |
| 2018-01-26 | Merge branch 'beta-prerelease' of https://github.com/cuviper/rust into rollup | Alex Crichton | -1/+5 |
| 2018-01-25 | Call non-git beta builds simply x.y.z-beta | Josh Stone | -1/+5 |
| 2018-01-23 | Add ./x.py check src/{libstd,libtest,rustc}. | Mark Simulacrum | -6/+1 |
| 2018-01-19 | Automaticaly calculate beta prerelease numbers | Alex Crichton | -2/+51 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -0/+5 |
| 2017-12-27 | Revert "Add a file to trivially disable tool building or testing" | kennytm | -18/+10 |
| 2017-12-03 | Record build and test result of extended tools into toolstates.json. | kennytm | -0/+25 |
| 2017-11-13 | Distribute Rustfmt | Nick Cameron | -0/+8 |
| 2017-10-18 | Make sure to clear out the stageN-{rustc,std,tools} directories. | Mark Simulacrum | -2/+11 |
| 2017-10-16 | Re-enable linker override for cross-compilation | Vadim Petrochenkov | -2/+3 |
| 2017-10-15 | Don't use target's linker when linking build scripts | Vadim Petrochenkov | -21/+9 |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -7/+16 |
| 2017-09-29 | Rollup merge of #44694 - tommyip:make_clean, r=Mark-Simulacrum | Mark Simulacrum | -2/+2 |
| 2017-09-28 | Update to the `cc` crate | Alex Crichton | -6/+6 |
| 2017-09-20 | Add --all flag to ./x.py clean | Tommy Ip | -2/+2 |