| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-09-18 | rustbuild: with --no-fail-fast, report the specific commands that failed | Ximin Luo | -4/+14 |
| 2017-09-17 | Add a file to trivially disable tool building or testing | Oliver Schneider | -10/+19 |
| 2017-08-31 | Add full git commit hash to release channel manifests | Simon Sapin | -0/+5 |
| 2017-08-30 | Auto merge of #44143 - alexcrichton:faster-bootstrap, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-08-28 | rustbuild: Fix uplifting stage1 on cross builds | Alex Crichton | -1/+1 |
| 2017-08-28 | bootstrap: remove unneeded extern crate | Tatsuyuki Ishi | -1/+0 |
| 2017-08-22 | Inline crt-static choice for pc-windows-msvc | Samuel Holland | -2/+6 |
| 2017-08-22 | Introduce crt_static target option in config.toml | Samuel Holland | -0/+6 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -7/+7 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-13 | Add ability to ignore git when building rust. | Mark Simulacrum | -3/+3 |
| 2017-08-13 | Unify flags into config. | Mark Simulacrum | -37/+18 |
| 2017-08-11 | Build support for no llvm | bjorn3 | -0/+3 |
| 2017-07-20 | Change make_run signature to taking a RunConfig struct for refactorability. | Mark Simulacrum | -1/+1 |
| 2017-07-20 | Utilize interning to allow Copy/Clone steps | Mark Simulacrum | -65/+69 |
| 2017-07-20 | Remove core_intrinsics feature gate | Mark Simulacrum | -1/+0 |
| 2017-07-20 | Fix a few errors introduced during rebase. | Mark Simulacrum | -13/+1 |
| 2017-07-20 | Update to toml 0.4 | Mark Simulacrum | -1/+0 |
| 2017-07-20 | Document the process more thoroughly | Mark Simulacrum | -17/+66 |
| 2017-07-20 | Finish fixing warnings and errors. Bootstrap builds. | Mark Simulacrum | -31/+1 |
| 2017-07-20 | Move cargo() to Builder | Mark Simulacrum | -174/+0 |
| 2017-07-20 | Fix tool_cmd | Mark Simulacrum | -6/+0 |
| 2017-07-20 | Move tool_cmd to tool.rs | Mark Simulacrum | -39/+0 |
| 2017-07-20 | Fixes warnings and errors introduced while moving code around | Mark Simulacrum | -53/+25 |
| 2017-07-20 | Add Builder and Step definitions. | Mark Simulacrum | -5/+29 |
| 2017-07-20 | Move rule configs out of step | Mark Simulacrum | -1/+0 |
| 2017-07-17 | Allow remote testing remotely when `TEST_DEVICE_ADDR` is set | Mátyás Mustoha | -1/+2 |
| 2017-07-07 | Fix stage 2 builds with a custom libdir. | Matthew Dawson | -2/+8 |