| Age | Commit message (Expand) | Author | Lines |
| 2018-04-08 | configure.py --tools should set a list instead of a string | Dan Callaghan | -1/+3 |
| 2018-04-07 | Don't default to stage 1 with incremental | Tamir Duberstein | -7/+1 |
| 2018-04-07 | rustbuild: Fix setting initial cargo | Oliver Middleton | -1/+1 |
| 2018-04-07 | Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis | bors | -4/+2 |
| 2018-04-06 | bootstrap: Remove the fast path | Tatsuyuki Ishi | -4/+1 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -4/+2 |
| 2018-04-05 | Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-05 | Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton | kennytm | -35/+70 |
| 2018-04-04 | compile other no-std crates | Jorge Aparicio | -1/+4 |
| 2018-04-04 | Revert "create a nostd crate" | Jorge Aparicio | -4/+4 |
| 2018-04-04 | create a nostd crate | Jorge Aparicio | -4/+4 |
| 2018-04-04 | Documenting private items in compiler docs. | David Wood | -0/+1 |
| 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 | -12/+32 |
| 2018-04-03 | Avoid printing output when in dry run mode | Mark Simulacrum | -94/+105 |
| 2018-04-03 | Refactor to use a dry-run config instead of cfg(test) | Mark Simulacrum | -293/+393 |
| 2018-04-03 | Implement generating graphs of the build steps | Mark Simulacrum | -4/+46 |
| 2018-04-03 | Stub out less code | Mark Simulacrum | -25/+17 |
| 2018-04-03 | Add tests to rustbuild | Mark Simulacrum | -2/+497 |
| 2018-04-03 | Extract default Config into function | Mark Simulacrum | -20/+21 |
| 2018-04-03 | Make test steps sortable | Mark Simulacrum | -19/+33 |
| 2018-04-03 | Stub out various functions during testing | Mark Simulacrum | -12/+45 |
| 2018-04-03 | Permit constructing Build without executing | Mark Simulacrum | -19/+21 |
| 2018-04-03 | Permit constructing Builder without executing | Mark Simulacrum | -10/+17 |
| 2018-04-03 | Stop accessing current_dir in bootstrap | Mark Simulacrum | -23/+15 |
| 2018-04-03 | extend no-std-ness check to all *-none-* targets | Jorge Aparicio | -2/+2 |
| 2018-04-02 | Bump to 1.27.0 | Alex Crichton | -1/+1 |
| 2018-04-01 | add a dist-thumb builder to build rust-std for the THUMB targets | Jorge Aparicio | -35/+67 |
| 2018-04-01 | Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2018-04-01 | Remove filetime dep from build_helper | Mark Simulacrum | -1/+1 |
| 2018-04-01 | Auto merge of #49530 - petrhosek:empty-extra-flags, r=cramertj | bors | -1/+3 |
| 2018-03-30 | Only include space in RUSTFLAGS extra flags if not empty | Petr Hosek | -1/+3 |
| 2018-03-30 | Handle fast-submodules option correctly | Petr Hosek | -1/+5 |
| 2018-03-28 | Add docs for the test crate with the std docs | Oliver Middleton | -1/+4 |
| 2018-03-28 | rustbuild: Don't leak file handles when creating junctions on Windows | Oliver Middleton | -2/+5 |
| 2018-03-26 | rustbuild: Fail the build if we build Cargo twice | Alex Crichton | -49/+152 |
| 2018-03-25 | rustbuild: Disable docs on cross-compiled builds | Alex Crichton | -6/+9 |
| 2018-03-26 | Auto merge of #49341 - alexcrichton:more-balance, r=kennytm | bors | -0/+7 |
| 2018-03-24 | appveyor: Move run-pass-fulldeps to extra builders | Alex Crichton | -0/+7 |
| 2018-03-25 | Rollup merge of #49290 - cuviper:unextended-dist-rustfmt, r=nikomatsakis | kennytm | -1/+0 |
| 2018-03-25 | Rollup merge of #49193 - davidtwco:issue-29893, r=alexcrichton | kennytm | -44/+200 |
| 2018-03-25 | Rollup merge of #49120 - Zoxc:parallel-ci, r=alexcrichton | kennytm | -0/+1 |
| 2018-03-25 | Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrum | kennytm | -54/+60 |
| 2018-03-23 | Auto merge of #49311 - SimonSapin:bootstrap-vs-rustflags-the-return, r=Mark-S... | bors | -0/+6 |
| 2018-03-23 | Use the same RUSTFLAGS for building and testing `bootstrap` | Simon Sapin | -0/+6 |
| 2018-03-22 | Allow installing rustfmt without config.extended | Josh Stone | -1/+0 |
| 2018-03-22 | Remove std/test documentation from compiler docs. | David Wood | -14/+6 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -8/+14 |
| 2018-03-22 | Only generate documentation for local rustc crates. | David Wood | -4/+31 |
| 2018-03-22 | Auto merge of #49264 - kennytm:rollup, r=kennytm | bors | -2/+4 |