| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-06-16 | Auto merge of #42612 - est31:master, r=nagisa | bors | -0/+5 |
| 2017-06-14 | Autogenerate stubs and the summary of the unstable book | est31 | -0/+5 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+3 |
| 2017-06-02 | rustbuild: Add `./x.py test --no-fail-fast` | Josh Stone | -1/+20 |
| 2017-06-02 | ci: Improve log output (mainly Travis). | kennytm | -1/+19 |
| 2017-05-22 | bootstrap: fix minor comment typos in lib.rs | Anders Papitto | -6/+6 |
| 2017-05-20 | Auto merge of #42069 - QuietMisdreavus:low_pri, r=alexchrichton | bors | -3/+18 |
| 2017-05-18 | fix casting of PRIO_PGRP | QuietMisdreavus | -9/+1 |
| 2017-05-18 | Move submodule initialization to bootstrap.py | Tatsuyuki Ishi | -118/+1 |
| 2017-05-18 | Add metadata suffix, close rust-lang/cargo#4028 | Tatsuyuki Ishi | -5/+23 |
| 2017-05-16 | Add an option to run rustbuild on low priority | John Kåre Alsaker | -3/+26 |
| 2017-05-11 | rustbuild: Use `-Z force-unstable-if-unmarked` | Alex Crichton | -2/+5 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+3 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -3/+3 |
| 2017-04-29 | Auto merge of #41577 - Keruspe:master, r=alexcrichton | bors | -0/+5 |
| 2017-04-27 | travis: Parallelize tests on Android | Alex Crichton | -0/+6 |
| 2017-04-27 | rustbuild: add rls_package_vers | Marc-Antoine Perennou | -0/+5 |
| 2017-04-25 | Auto merge of #41362 - alexcrichton:run-cargot-ests, r=aturon | bors | -0/+13 |
| 2017-04-24 | Auto merge of #40123 - TimNN:llvm40, r=alexcrichton | bors | -0/+7 |
| 2017-04-24 | Run tests for the cargo submodule in tree | Alex Crichton | -0/+13 |
| 2017-04-23 | FIN: Compile LLVM with -fno-omit-frame-pointer on 32bit MinGW builds | Tim Neumann | -0/+7 |
| 2017-04-17 | Disable debuginfo when compiling tools | Alex Crichton | -2/+7 |
| 2017-04-11 | Touch up rls integration | Alex Crichton | -0/+3 |
| 2017-04-10 | Remove --enable-save-analysis configure flag | Nick Cameron | -1/+1 |
| 2017-04-10 | Reviewer changes | Nick Cameron | -20/+6 |
| 2017-04-10 | Build an RLS package as part of the dist target | Nick Cameron | -0/+15 |
| 2017-04-03 | Loosen src_is_git to just check exists() | Josh Stone | -1/+1 |
| 2017-04-03 | Add a common Build::src_is_git flag | Josh Stone | -4/+4 |
| 2017-03-21 | rustbuild: Don't hardcode 'nightly' for Cargo | Alex Crichton | -0/+5 |
| 2017-03-19 | Rollup merge of #40554 - nrc:rls-data, r=alexcrichton | Corey Farwell | -2/+23 |
| 2017-03-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-03-17 | Fix handlebars failure by using the `rustbuild` feature less indiscriminately. | Nick Cameron | -2/+23 |
| 2017-03-15 | Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichton | bors | -1/+1 |