| Age | Commit message (Expand) | Author | Lines |
| 2017-04-19 | Auto merge of #41170 - Nashenas88:master, r=alexcrichton | bors | -1/+3 |
| 2017-04-15 | [rustbuild] Side-step HashMap iteration to preserve command-line step order. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-04-13 | rustbuild: Fix recompilation of stage0 tools dir | Alex Crichton | -33/+143 |
| 2017-04-12 | travis: Enable rust-analysis package for more targets | Alex Crichton | -0/+1 |
| 2017-04-11 | Touch up rls integration | Alex Crichton | -2/+7 |
| 2017-04-10 | Build an RLS package as part of the dist target | Nick Cameron | -0/+11 |
| 2017-04-08 | Use the existing path when removing the prefix fails. This allows the use of ... | Paul Faria | -1/+3 |
| 2017-04-02 | Finish the improvements I planned. | Nathan Stocks | -6/+5 |
| 2017-03-20 | build both editions of the book | steveklabnik | -1/+1 |
| 2017-03-12 | rustbuild: Fix tests | Oliver Middleton | -9/+9 |
| 2017-03-12 | rustbuild: Fix compiler docs | Oliver Middleton | -0/+4 |
| 2017-03-11 | Auto merge of #40199 - alexcrichton:doc-proc-macro, r=brson | bors | -1/+1 |
| 2017-03-10 | Don't put Cargo into the rustc workspace | Alex Crichton | -1/+1 |
| 2017-03-10 | rustbuild: Build documentation for `proc_macro` | Alex Crichton | -1/+1 |
| 2017-03-04 | Separate "ui-fulldeps" tests from "ui" tests | Vadim Petrochenkov | -2/+4 |
| 2017-03-03 | Auto merge of #39917 - alexcrichton:build-cargo, r=brson | bors | -2/+28 |
| 2017-03-03 | rustbuild: Add support for compiling Cargo | Alex Crichton | -2/+28 |
| 2017-02-28 | rustbuild: sort rules by the order of matching CLI paths. | Eduard-Mihai Burtescu | -5/+18 |
| 2017-02-28 | rustbuild: use a BTreeMap for the ruleset for determinism. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-02-24 | Auto merge of #39851 - alexcrichton:verify-unstable, r=brson | bors | -25/+25 |
| 2017-02-21 | Create "The Unstable Book" | Steve Klabnik | -0/+9 |
| 2017-02-21 | test: Verify all sysroot crates are unstable | Alex Crichton | -25/+25 |
| 2017-02-21 | Start the port of the reference to mdBook | Steve Klabnik | -0/+9 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -12/+43 |
| 2017-01-25 | rustbuild: Add manifest generation in-tree | Alex Crichton | -0/+10 |
| 2017-01-24 | rustbuild: Start building --enable-extended | Alex Crichton | -0/+14 |
| 2017-01-15 | Auto merge of #39026 - alexcrichton:more-less-cross-stage0, r=aturon | bors | -1/+13 |
| 2017-01-12 | rustbuild: Actually don't build stage0 target rustc | Alex Crichton | -1/+13 |
| 2017-01-12 | travis: Start uploading artifacts on commits | Alex Crichton | -3/+3 |
| 2017-01-10 | Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichton | Seo Sanghyeon | -4/+2 |
| 2017-01-08 | review comment | Esteban Küber | -2/+1 |
| 2017-01-07 | trying to figure out why this test failes, might need help | Esteban Küber | -1/+0 |
| 2017-01-06 | Move check-ui to fulldeps so librustc is available | Esteban Küber | -1/+1 |
| 2017-01-05 | rustbuild: Don't build target compilers in stage0 | Alex Crichton | -2/+12 |
| 2017-01-04 | rustbuild: Quickly `dist` cross-host compilers | Alex Crichton | -20/+427 |
| 2016-12-31 | Auto merge of #38702 - philipc:debuginfo-lldb, r=alexcrichton | bors | -6/+10 |
| 2016-12-31 | Auto merge of #38667 - alexcrichton:stage0-tools, r=brson | bors | -16/+16 |
| 2016-12-30 | rustbuild: Add more deps on android-copy-libs | Alex Crichton | -7/+10 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -16/+16 |
| 2016-12-30 | rustbuild: allow running debuginfo-lldb tests on linux | Philip Craig | -6/+10 |
| 2016-12-29 | A few small test fixes and such from rollup | Alex Crichton | -0/+7 |
| 2016-12-29 | Merge branch 'aux-tests' of https://github.com/alexcrichton/rust into rollup | Alex Crichton | -10/+10 |
| 2016-12-29 | Rollup merge of #38665 - alexcrichton:pretty-only-host, r=brson | Alex Crichton | -7/+7 |
| 2016-12-29 | Rollup merge of #38631 - alexcrichton:supafast, r=brson | Alex Crichton | -59/+122 |
| 2016-12-29 | rustbuild: Don't run pretty tests by default | Alex Crichton | -10/+12 |
| 2016-12-28 | rustbuild: Move pretty test suites to host-only | Alex Crichton | -7/+7 |
| 2016-12-28 | rustbuild: Compile rustc twice, not thrice | Alex Crichton | -59/+122 |
| 2016-12-28 | rustbuild: fix host-only rules ignoring targets in dist steps | Wang Xuerui | -4/+10 |
| 2016-12-28 | rustbuild: clarify comment on target array calculation | Wang Xuerui | -2/+3 |
| 2016-12-28 | rustbuild: get an empty slice the straight-forward way | Wang Xuerui | -1/+1 |