| Age | Commit message (Expand) | Author | Lines |
| 2017-07-04 | Cleanups to check code. | Mark Simulacrum | -23/+18 |
| 2017-06-22 | Make Build.cxx() return a Result instead of panicking | Ian Douglas Scott | -1/+1 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -0/+1 |
| 2017-06-16 | Auto merge of #42410 - nagisa:llvmup, r=sanxiyn | bors | -0/+3 |
| 2017-06-16 | Auto merge of #42631 - malbarbo:wasm32, r=alexcrichton | bors | -1/+3 |
| 2017-06-15 | Add a no-system-llvm compilecheck header | Simonas Kazlauskas | -0/+3 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+4 |
| 2017-06-13 | Do not execute .asm.js files on wasm32 tests | Marco A L Barbosa | -1/+3 |
| 2017-06-06 | Skip printing for skipped doc tests. | Mark Simulacrum | -1/+1 |
| 2017-06-04 | Skip documentation files without ``` when running markdown tests. | Mark Simulacrum | -16/+15 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+4 |
| 2017-06-02 | rustbuild: Add `./x.py test --no-fail-fast` | Josh Stone | -15/+46 |
| 2017-06-02 | ci: Further tone down the test verbosity. | kennytm | -5/+9 |
| 2017-06-02 | ci: Improve log output (mainly Travis). | kennytm | -0/+9 |
| 2017-05-04 | Add remote device testing support | Mátyás Mustoha | -1/+1 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+4 |
| 2017-04-29 | Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichton | Corey Farwell | -0/+21 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -1/+1 |
| 2017-04-27 | travis: Parallelize tests on Android | Alex Crichton | -113/+27 |
| 2017-04-26 | Add a distcheck for rust-src completeness | Josh Stone | -0/+21 |
| 2017-04-24 | Run tests for the cargo submodule in tree | Alex Crichton | -11/+29 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -1/+1 |
| 2017-03-20 | skip nostarch directory | steveklabnik | -0/+10 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 2017-03-09 | fix emscripten test detection | Tim Neumann | -1/+1 |
| 2017-02-21 | test: Verify all sysroot crates are unstable | Alex Crichton | -2/+2 |
| 2017-02-14 | Automatically vendor Cargo deps when building the source tarballs. | Eduard-Mihai Burtescu | -2/+7 |
| 2017-02-08 | Rollup merge of #38699 - japaric:lsan, r=alexcrichton | Corey Farwell | -0/+4 |
| 2017-02-08 | build/test the sanitizers only when --enable-sanitizers is used | Jorge Aparicio | -4/+5 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -1/+4 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -26/+93 |
| 2017-02-02 | Fixup crate versions | Vadim Petrochenkov | -1/+1 |
| 2017-01-29 | Add support for test suites emulated in QEMU | Alex Crichton | -26/+93 |
| 2017-01-13 | rustbuild: Skip the build_helper crate in tests | Alex Crichton | -4/+10 |
| 2017-01-12 | travis: Start uploading artifacts on commits | Alex Crichton | -0/+3 |
| 2017-01-04 | rustbuild: Quickly `dist` cross-host compilers | Alex Crichton | -0/+11 |
| 2016-12-31 | Auto merge of #38708 - alexcrichton:add-distcheck, r=brson | bors | -0/+1 |
| 2016-12-31 | Auto merge of #38667 - alexcrichton:stage0-tools, r=brson | bors | -12/+16 |
| 2016-12-30 | rustbuild: Add more deps on android-copy-libs | Alex Crichton | -0/+4 |
| 2016-12-30 | travis: Add a distcheck target | Alex Crichton | -0/+1 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -12/+16 |
| 2016-12-28 | rustbuild: Compile rustc twice, not thrice | Alex Crichton | -4/+14 |
| 2016-12-20 | Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichton | Alex Crichton | -1/+3 |
| 2016-12-19 | add and document `--incremental` flag along with misc other changes | Niko Matsakis | -1/+1 |
| 2016-12-17 | let BSD to use gmake for GNU-make | Sébastien Marie | -1/+3 |
| 2016-12-12 | rustbuild: Enable unstable features in rustdoc | Alex Crichton | -0/+1 |
| 2016-12-10 | Auto merge of #38233 - alexcrichton:more-errors, r=japaric | bors | -2/+1 |
| 2016-12-08 | rustbuild: Implement distcheck | Alex Crichton | -0/+30 |
| 2016-12-07 | rustbuild: Print out failing commands | Alex Crichton | -2/+1 |
| 2016-12-07 | mk: Switch rustbuild to the default build system | Alex Crichton | -17/+37 |