| Age | Commit message (Expand) | Author | Lines |
| 2017-01-06 | compiletest: Fix flaky Android gdb test runs | Alex Crichton | -42/+39 |
| 2016-12-31 | Auto merge of #38482 - est31:i128, r=eddyb | bors | -0/+2 |
| 2016-12-31 | Auto merge of #38709 - alexcrichton:check-xsv, r=nikomatsakis | bors | -0/+6 |
| 2016-12-30 | cargotest: Add xsv to tested crates | Alex Crichton | -0/+6 |
| 2016-12-30 | rustbuild: Compile all support tools in stage0 | Alex Crichton | -1/+5 |
| 2016-12-30 | Always use Rust based intrinsics on Windows | est31 | -0/+2 |
| 2016-12-29 | A few small test fixes and such from rollup | Alex Crichton | -8/+1 |
| 2016-12-29 | Rollup merge of #38695 - alexcrichton:debug-appveyor, r=brson | Alex Crichton | -0/+38 |
| 2016-12-29 | Rollup merge of #38647 - alexcrichton:faster-android, r=brson | Alex Crichton | -1/+18 |
| 2016-12-29 | Rollup merge of #37149 - edunham:more-cargotest, r=alexcrichton | Alex Crichton | -13/+38 |
| 2016-12-29 | appveyor: Attempt to debug flaky test runs | Alex Crichton | -0/+38 |
| 2016-12-29 | Fixes for new cargo test repos | Alex Crichton | -42/+38 |
| 2016-12-29 | Add some more repos to cargotest | E. Dunham | -1/+30 |
| 2016-12-29 | Fallout from updating bootstrap Cargo | Alex Crichton | -0/+1 |
| 2016-12-27 | compiletest: Don't limit all suites on Android | Alex Crichton | -1/+18 |
| 2016-12-20 | mk: Fix compile with makefiles | Alex Crichton | -4/+10 |
| 2016-12-20 | Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichton | Alex Crichton | -1/+4 |
| 2016-12-20 | Rollup merge of #38289 - bluss:mir-verbose-test-fail, r=michaelwoerister | Alex Crichton | -5/+19 |
| 2016-12-19 | Rollup merge of #38422 - zackmdavis:enjoy_tidy_path_error_macro_nicety, r=bluss | Seo Sanghyeon | -1/+1 |
| 2016-12-18 | Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddyb | bors | -1/+1 |
| 2016-12-18 | Update commit hash in cargotest | Seo Sanghyeon | -1/+1 |
| 2016-12-17 | let BSD to use gmake for GNU-make | Sébastien Marie | -1/+4 |
| 2016-12-16 | tidy features: use 2-parameter form of internal try macro for open err | Zack M. Davis | -1/+1 |
| 2016-12-14 | libtest: add --list option to list tests and benchmarks | Jeremy Fitzhardinge | -0/+1 |
| 2016-12-14 | Auto merge of #38181 - jsgf:test-filter-exact, r=alexcrichton | bors | -0/+7 |
| 2016-12-10 | Check the license of vendored deps | Brian Anderson | -0/+75 |
| 2016-12-10 | compiletest: A more verbose matching failure for mir tests | Ulrik Sverdrup | -5/+19 |
| 2016-12-05 | libtest: add --exact to make filter matching exact | Jeremy Fitzhardinge | -0/+7 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -8/+0 |
| 2016-11-17 | Improved error reporting when target sysroot is missing. | Robert Vally | -2/+12 |
| 2016-11-10 | compiletest: detect nodejs binary, allow override | Mark-Simulacrum | -2/+5 |
| 2016-11-08 | rustbuild: Tweak for vendored dependencies | Alex Crichton | -85/+33 |
| 2016-11-05 | Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup | Alex Crichton | -92/+199 |
| 2016-11-05 | ignore gdb check for android | Tim Neumann | -5/+6 |
| 2016-11-01 | std: Flatten the num directory to reflect the module layout | Brian Anderson | -2/+2 |
| 2016-11-01 | std: Move sys_common to libstd/sys_common | Brian Anderson | -5/+4 |
| 2016-11-01 | std: Move platform-specific out of sys_common::util | Brian Anderson | -1/+0 |
| 2016-11-01 | std: Move platform-specific code out of libstd/lib.rs | Brian Anderson | -3/+3 |
| 2016-11-01 | std: Move a plattform-specific constant to sys::stdio | Brian Anderson | -1/+0 |
| 2016-11-01 | std: Move elf TLS to sys::fast_thread_local | Brian Anderson | -1/+0 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -42/+42 |
| 2016-10-31 | detect gdb version & rust support in compiletest | Tim Neumann | -76/+162 |
| 2016-10-31 | add gdb_native_rust config to compiletest | Tim Neumann | -16/+36 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -1/+1 |
| 2016-10-29 | Update cargo sha for cargotest | Vadim Petrochenkov | -1/+1 |
| 2016-10-27 | tidy/features: fix checking of lang features | Tamir Duberstein | -49/+64 |
| 2016-10-27 | tidy/bins: fix false positive on non checked-in binary | Tamir Duberstein | -13/+12 |
| 2016-10-19 | Rollup merge of #37182 - alexcrichton:appveyor, r=brson | Eduard-Mihai Burtescu | -0/+19 |
| 2016-10-17 | Rollup merge of #37177 - michaelwoerister:fix-check-stage1, r=petrochenkov | Guillaume Gomez | -0/+2 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -7/+5 |