| Age | Commit message (Expand) | Author | Lines |
| 2017-07-18 | Remove all packaging support for the RLS | Alex Crichton | -51/+1 |
| 2017-07-07 | Fix stage 2 builds with a custom libdir. | Matthew Dawson | -2/+3 |
| 2017-07-06 | Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakis | bors | -1/+1 |
| 2017-07-05 | Switch to rust-lang-nursery/compiler-builtins | Alex Crichton | -1/+1 |
| 2017-07-04 | Use build.build instead of build.config.build | Mark Simulacrum | -7/+7 |
| 2017-07-04 | Remove src_is_git, instead call method on rust_info directly. | Mark Simulacrum | -1/+1 |
| 2017-07-04 | Clarify meaning of Build.cargo, Build.rustc. | Mark Simulacrum | -4/+4 |
| 2017-07-04 | Clippy lints | Mark Simulacrum | -6/+5 |
| 2017-07-04 | Cleanup dist | Mark Simulacrum | -21/+11 |
| 2017-06-20 | Switch to the crates.io `getopts` crate | Alex Crichton | -1/+0 |
| 2017-06-17 | Reintroduce deprecated `collections` crate | Murarth | -0/+1 |
| 2017-06-15 | Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichton | bors | -2/+1 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -2/+1 |
| 2017-06-13 | Add libprofiler_builtins to the list of paths for the rust-src component | Marco Castelluccio | -0/+1 |
| 2017-06-01 | Rollup merge of #42306 - efyang:rls-packaging, r=alexcrichton | Corey Farwell | -0/+46 |
| 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 | -91/+91 |
| 2017-05-25 | Auto merge of #41932 - wesleywiser:py-to-rust, r=alexcrichton | bors | -17/+137 |
| 2017-05-22 | Create the bin dir | Wesley Wiser | -0/+1 |
| 2017-05-22 | rustbuild: split Install out of Dist subcommand | Marc-Antoine Perennou | -91/+91 |
| 2017-05-16 | rustbuild: fix bash completion installation dir | Marc-Antoine Perennou | -2/+2 |
| 2017-05-14 | Don't use sanitize_sh with rust-installer | Josh Stone | -41/+40 |
| 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/+22 |
| 2017-05-14 | Rewrite make-win-dist.py in Rust | Wesley Wiser | -17/+136 |
| 2017-04-29 | Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichton | Corey Farwell | -0/+7 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -4/+2 |
| 2017-04-26 | Rollup merge of #41546 - cuviper:reduced-rust-src, r=alexcrichton | Ariel Ben-Yehuda | -27/+61 |
| 2017-04-26 | Add a distcheck for rust-src completeness | Josh Stone | -0/+7 |
| 2017-04-25 | Reduce the contents of the rust-src component | Josh Stone | -1/+29 |
| 2017-04-25 | Build the rustc-src tarball before the rust-src component | Josh Stone | -27/+33 |
| 2017-04-24 | Adds rust-windbg.cmd script | Andrew Gaspar | -1/+6 |
| 2017-04-11 | Touch up rls integration | Alex Crichton | -2/+16 |
| 2017-04-10 | Remove --enable-save-analysis configure flag | Nick Cameron | -5/+3 |
| 2017-04-10 | Reviewer changes | Nick Cameron | -52/+7 |
| 2017-04-10 | Build an RLS package as part of the dist target | Nick Cameron | -1/+92 |
| 2017-04-03 | Only use cargo-vendor if building from git sources | Josh Stone | -19/+22 |
| 2017-03-21 | rustbuild: Don't hardcode 'nightly' for Cargo | Alex Crichton | -8/+11 |
| 2017-03-15 | Auto merge of #40383 - ishitatsuyuki:easy-dist-analysis, r=alexcrichton | bors | -9/+5 |
| 2017-03-11 | rustbuild: Fix a bug when manifesting with Cargo | Alex Crichton | -1/+1 |
| 2017-03-11 | rustbuild: Skip saving analysis when disabled | Tatsuyuki Ishi | -0/+4 |
| 2017-03-11 | rustbuild: Make save-analysis an option | Tatsuyuki Ishi | -9/+1 |
| 2017-03-10 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2017-03-10 | Don't put Cargo into the rustc workspace | Alex Crichton | -5/+6 |
| 2017-03-03 | rustbuild: Add support for compiling Cargo | Alex Crichton | -58/+76 |
| 2017-02-16 | Auto merge of #39824 - alexcrichton:disable-dist-src, r=brson | bors | -0/+4 |
| 2017-02-15 | travis: Disable source tarballs on most builders | Alex Crichton | -0/+4 |
| 2017-02-15 | use bash when invoking dist shell scripts on solaris | Shawn Walker-Salas | -7/+14 |