| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-07-05 | rustbuild: Only -Zsave-analysis for libstd | Alex Crichton | -1/+3 |
| 2017-07-04 | Use build.build instead of build.config.build | Mark Simulacrum | -1/+1 |
| 2017-07-04 | Move targets, hosts, and build triple into Build. | Mark Simulacrum | -1/+37 |
| 2017-07-04 | Store verbosity on Build | Mark Simulacrum | -4/+13 |
| 2017-07-04 | Store positive instead of negative fail_fast. | Mark Simulacrum | -1/+2 |
| 2017-07-04 | Remove src_is_git, instead call method on rust_info directly. | Mark Simulacrum | -2/+0 |
| 2017-07-04 | Clarify meaning of Build.cargo, Build.rustc. | Mark Simulacrum | -24/+14 |
| 2017-07-04 | Update a few comments. | Mark Simulacrum | -8/+6 |
| 2017-07-04 | Clippy lints | Mark Simulacrum | -7/+7 |
| 2017-06-30 | rustbuild: set __CARGO_DEFAULT_LIB_METADATA to channel | Marc-Antoine Perennou | -1/+1 |
| 2017-06-22 | Make Build.cxx() return a Result instead of panicking | Ian Douglas Scott | -7/+10 |
| 2017-06-22 | Set CXX_<target> in bootstrap | Ian Douglas Scott | -0/+1 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -23/+0 |