| Age | Commit message (Expand) | Author | Lines |
| 2017-05-25 | Use the improved submodule handling | Tatsuyuki Ishi | -48/+18 |
| 2017-05-24 | bootstrap: Use common run() function to call cargo | Dennis Schridde | -18/+12 |
| 2017-05-24 | bootstrap: Make bootstrap verbose if requested | Dennis Schridde | -0/+4 |
| 2017-05-24 | bootstrap: Actually respect verbosity setting in config.toml | Dennis Schridde | -0/+5 |
| 2017-05-24 | rustbuild: distcheck needs rust-src too | Marc-Antoine Perennou | -0/+1 |
| 2017-05-23 | rustbuild: make distcheck depend on dist-plain-source-tarball | Marc-Antoine Perennou | -1/+1 |
| 2017-05-23 | rustbuild: drop unused macro in tets | Marc-Antoine Perennou | -4/+0 |
| 2017-05-22 | Create the bin dir | Wesley Wiser | -0/+1 |
| 2017-05-22 | rustbuild: split Install out of Dist subcommand | Marc-Antoine Perennou | -137/+206 |
| 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 | -4/+33 |
| 2017-05-19 | Rollup merge of #42089 - nagisa:xpy-broke-on-py3-again⁈, r=alexcrichton | Mark Simulacrum | -3/+4 |
| 2017-05-18 | fix casting of PRIO_PGRP | QuietMisdreavus | -9/+1 |
| 2017-05-18 | Fix x.py | Simonas Kazlauskas | -3/+4 |
| 2017-05-18 | rustbuild: refactor install | Marc-Antoine Perennou | -81/+98 |
| 2017-05-18 | rustbuild: install rust-analysis and rust-src when extended build is enabled | Marc-Antoine Perennou | -8/+18 |
| 2017-05-18 | update config name and description for low-priority | QuietMisdreavus | -2/+3 |
| 2017-05-18 | Auto merge of #41639 - ishitatsuyuki:unify-tools, r=alexcrichton | bors | -130/+112 |
| 2017-05-17 | Reset submodule management to what master does | Alex Crichton | -19/+50 |
| 2017-05-18 | Move submodule initialization to bootstrap.py | Tatsuyuki Ishi | -121/+37 |
| 2017-05-18 | Add metadata suffix, close rust-lang/cargo#4028 | Tatsuyuki Ishi | -6/+41 |
| 2017-05-17 | Auto merge of #42041 - Keruspe:master, r=alexcrichton | bors | -2/+2 |
| 2017-05-16 | Add an option to run rustbuild on low priority | John Kåre Alsaker | -4/+40 |
| 2017-05-16 | rustbuild: fix bash completion installation dir | Marc-Antoine Perennou | -2/+2 |
| 2017-05-16 | rustbuild: pass sysconfdir to install_sh | Marc-Antoine Perennou | -6/+17 |
| 2017-05-16 | rustbuild: allow configuring sysconfdir | Marc-Antoine Perennou | -0/+10 |
| 2017-05-16 | rustbuild: pass bindir to install_sh | Marc-Antoine Perennou | -7/+12 |
| 2017-05-16 | rustbuild: allow configuring bindir | Marc-Antoine Perennou | -5/+14 |
| 2017-05-14 | Don't use sanitize_sh with rust-installer | Josh Stone | -41/+40 |
| 2017-05-14 | Force tool-rust-installer deps to build-only | Josh Stone | -9/+17 |
| 2017-05-14 | Use "rust-installer tarball" to create rustc-src too | Josh Stone | -4/+8 |
| 2017-05-14 | Update to the oxidized rust-installer | Josh Stone | -24/+35 |
| 2017-05-14 | Rewrite make-win-dist.py in Rust | Wesley Wiser | -17/+136 |
| 2017-05-13 | Pass static crt to llvm cmake configuration | Liran Ringel | -2/+3 |
| 2017-05-13 | Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -1/+21 |
| 2017-05-12 | Rollup merge of #41943 - malbarbo:android-openssl, r=alexcrichton | Mark Simulacrum | -0/+17 |
| 2017-05-12 | Rollup merge of #41940 - est31:master, r=eddyb | Mark Simulacrum | -0/+3 |
| 2017-05-12 | config.toml.example: add note that optimize = false won't speed up a full boo... | est31 | -0/+3 |
| 2017-05-11 | rustbuild: Use `-Z force-unstable-if-unmarked` | Alex Crichton | -2/+18 |
| 2017-05-07 | bootstrap: Output name of failed config in case of errors | Dennis Schridde | -1/+1 |
| 2017-05-05 | bootstrap: openssl android support | Marco A L Barbosa | -0/+17 |
| 2017-05-04 | Add remote device testing support | Mátyás Mustoha | -19/+19 |
| 2017-05-03 | Auto merge of #41713 - cuviper:cmake-sanitizers, r=alexcrichton | bors | -14/+13 |
| 2017-05-02 | rustbuild: Sanity-check cmake for sanitizers too | Josh Stone | -14/+13 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+14 |
| 2017-04-30 | Rename os variable in bootstrap.py to avoid shadowing os module. | Titus Barik | -2/+2 |
| 2017-04-29 | Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichton | Corey Farwell | -0/+28 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -32/+37 |
| 2017-04-29 | Auto merge of #41577 - Keruspe:master, r=alexcrichton | bors | -8/+24 |
| 2017-04-28 | rustbuild: only build cargo for host | Marc-Antoine Perennou | -0/+1 |