| Age | Commit message (Expand) | Author | Lines |
| 2017-06-02 | Rollup merge of #42225 - brson:vs2017, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-06-01 | Support VS 2017 | Brian Anderson | -1/+1 |
| 2017-06-02 | ci: Further tone down the test verbosity. | kennytm | -5/+9 |
| 2017-06-02 | ci: Improve log output (mainly Travis). | kennytm | -3/+135 |
| 2017-06-01 | Auto merge of #42263 - alexcrichton:fix-copies, r=Mark-Simulacrum | bors | -84/+178 |
| 2017-06-01 | Rollup merge of #42306 - efyang:rls-packaging, r=alexcrichton | Corey Farwell | -0/+46 |
| 2017-05-30 | rustbuild: Fix copying duplicate crates into the sysroot | Alex Crichton | -84/+178 |
| 2017-05-29 | Add RLS to .pkg installer | Edward Yang | -0/+10 |
| 2017-05-29 | Add RLS to .exe and .msi installers | Edward Yang | -0/+36 |
| 2017-05-28 | rust-src: include everything needed to compile libstd with jemalloc | Ralf Jung | -6/+21 |
| 2017-05-27 | Auto merge of #42109 - Keruspe:master, r=alexcrichton | bors | -141/+207 |
| 2017-05-26 | Auto merge of #42081 - ishitatsuyuki:submodule-better, r=aidanhs | bors | -86/+78 |
| 2017-05-25 | Auto merge of #41932 - wesleywiser:py-to-rust, r=alexcrichton | bors | -17/+137 |
| 2017-05-25 | bootstrap.py: support verbose for submodules | Tatsuyuki Ishi | -3/+3 |
| 2017-05-25 | bootstrap.py: decode to str | Tatsuyuki Ishi | -11/+10 |
| 2017-05-25 | bootstrap.py: Filter instead of iteration | Tatsuyuki Ishi | -9/+8 |
| 2017-05-25 | Format bootstrap.py using autopep8 | Tatsuyuki Ishi | -35/+59 |
| 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 |