| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-29 | compiletest: Make LLVM's bin directory available to run-make-fulldeps tests. | Michael Woerister | -1/+10 |
| 2019-04-26 | compiletest: Make the LLVM FileCheck tool available to run-make tests. | Michael Woerister | -0/+4 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton | Mazdak Farrokhzad | -0/+21 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -2/+3 |
| 2019-04-18 | compiletest: Allow for tests requiring profiler-rt or sanitizer-rt support. | Michael Woerister | -0/+21 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -45/+8 |