| Age | Commit message (Expand) | Author | Lines |
| 2019-09-07 | compiletest: Match suffixed environments | Samuel Holland | -3/+7 |
| 2019-09-06 | Upgrade env_logger to 0.6 | Mateusz Mikuła | -1/+1 |
| 2019-09-05 | Merge pull request #17 from rust-lang/master | Baoshan | -23/+93 |
| 2019-09-05 | simplify is_vxworks_pure_dynamic | Baoshan Pang | -8/+1 |
| 2019-09-04 | Merge pull request #15 from Wind-River/bpang-runtest | Baoshan | -2/+2 |
| 2019-09-04 | Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrum | bors | -23/+93 |
| 2019-09-03 | change RUST_TEST_DYLINK to RUST_VXWORKS_TEST_DYLINK | Baoshan Pang | -2/+2 |
| 2019-09-03 | Merge pull request #12 from rust-lang/master | Baoshan | -7/+3 |
| 2019-09-03 | Strip remote-test-client output from run stdout | nathanwhit | -2/+18 |
| 2019-09-03 | Rollup merge of #64071 - guanqun:style-fix, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-09-02 | Ignore check-run-results tests for wasm32-bare | nathanwhit | -0/+5 |
| 2019-09-02 | following the same style | Guanqun Lu | -2/+2 |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -5/+1 |
| 2019-08-27 | run test for vxWorks in 'pure' static linking mode by default; | Baoshan Pang | -2/+27 |
| 2019-08-25 | Allow checking of both compile & run output for run-pass tests | Nathan | -18/+34 |
| 2019-08-22 | Compare run-pass outputs if `check-run-results` flag enabled | Nathan | -2/+19 |
| 2019-08-22 | Extract loading and comparison of compiletest outputs to new fn | Nathan | -15/+20 |
| 2019-08-22 | Add header flag to check run-pass test output | nathanwhit | -0/+11 |
| 2019-08-13 | 1. support crt-static | Baoshan Pang | -3/+3 |
| 2019-08-02 | compiletest: Unconfigure tests during normal build | Vadim Petrochenkov | -173/+183 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -18/+11 |
| 2019-07-22 | tests: Require run-pass tests without annotations to run successfully again | Vadim Petrochenkov | -1/+3 |
| 2019-07-16 | Add supporting for vxWorks | Baoshan Pang | -0/+13 |
| 2019-07-06 | Remove compile-pass from compiletest | Yuki Okushi | -3/+0 |
| 2019-06-26 | Hash force_pass_mode when config.mode == Pretty. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-24 | Address review comments. | Mazdak Farrokhzad | -23/+20 |
| 2019-06-24 | compiletest: support '--pass check' and '// ignore-pass'. | Mazdak Farrokhzad | -22/+89 |
| 2019-06-16 | compiletest: Move pass mode update into a separate function | Vadim Petrochenkov | -32/+36 |
| 2019-06-16 | compiletest: Remove `skip-codegen` | Vadim Petrochenkov | -5/+1 |
| 2019-06-16 | compiletest: Validate pass modes harder | Vadim Petrochenkov | -7/+34 |
| 2019-06-16 | compiletest: Introduce `// {check,build,run}-pass` pass modes | Vadim Petrochenkov | -48/+31 |
| 2019-05-20 | Address CDB review feedback | MaulingMonkey | -32/+26 |
| 2019-05-20 | Fix CDB support tidy check line length failures. | MaulingMonkey | -5/+6 |
| 2019-05-19 | Add basic CDB support to debuginfo compiletest s, to help catch `*.natvis` re... | MaulingMonkey | -23/+190 |
| 2019-05-17 | Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix | bors | -2/+1 |
| 2019-05-17 | Rollup merge of #60805 - euclio:filetime-dep, r=Mark-Simulacrum | Mazdak Farrokhzad | -14/+17 |
| 2019-05-13 | remove compiletest's dependency on `filetime` | Andy Russell | -14/+17 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -6/+2 |
| 2019-05-12 | Change compare mode to use -Zborrowck=mir | Matthew Jasper | -2/+1 |
| 2019-05-10 | Make tests compatible with musl host | Mateusz Mikuła | -1/+14 |
| 2019-05-09 | remove unneeded `extern crate`s from build tools | Andy Russell | -10/+12 |
| 2019-05-08 | Auto merge of #60378 - froydnj:apple-target-modifications, r=michaelwoerister | bors | -0/+11 |
| 2019-05-07 | add negative tests for OS X LLVM target changes | Nathan Froyd | -0/+11 |
| 2019-05-07 | compiletest: uniformly normalize paths, so they all work on all platforms. | Eduard-Mihai Burtescu | -17/+15 |
| 2019-05-07 | rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli... | Eduard-Mihai Burtescu | -5/+5 |
| 2019-05-07 | compiletest: only use `make_exe_name` for tests that end up being executed. | Eduard-Mihai Burtescu | -5/+21 |
| 2019-04-30 | Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton | bors | -1/+14 |
| 2019-04-29 | Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton | bors | -10/+17 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -10/+17 |