| Age | Commit message (Expand) | Author | Lines |
| 2017-11-06 | Auto merge of #45737 - oli-obk:json, r=petrochenkov | bors | -1/+2 |
| 2017-11-06 | Abbreviate some stdout/stderr output in compiletest. | kennytm | -7/+300 |
| 2017-11-05 | Auto merge of #45748 - petrochenkov:short, r=alexcrichton | bors | -1/+15 |
| 2017-11-03 | Shorten paths to auxiliary files created by tests | Vadim Petrochenkov | -1/+15 |
| 2017-11-03 | Pretty print json in ui tests | Oliver Schneider | -1/+2 |
| 2017-11-02 | improve compiletest output for errors from mir-opt tests | Mikhail Modin | -3/+16 |
| 2017-10-31 | runtest: fix mir directory and delete outdated MIR files | Niko Matsakis | -5/+4 |
| 2017-10-25 | Compiletest should parse suggestions from the spans | Oliver Schneider | -9/+10 |
| 2017-10-21 | Auto merge of #45391 - malbarbo:x32-1, r=alexcrichton | bors | -1/+1 |
| 2017-10-20 | Fix some tests for linux gnux32 | Marco A L Barbosa | -1/+1 |
| 2017-10-19 | Auto merge of #45080 - clippered:issue-44986/fix-windows-ui-path, r=estebank | bors | -1/+8 |
| 2017-10-15 | Don't use target's linker when linking build scripts | Vadim Petrochenkov | -0/+3 |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -1/+17 |
| 2017-10-15 | Rollup merge of #45258 - hdhoang:master, r=alexcrichton | kennytm | -2/+2 |
| 2017-10-14 | Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakis | bors | -32/+94 |
| 2017-10-13 | Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma... | bors | -1/+0 |
| 2017-10-13 | compiletest/runtest: format ErrorKind with Display | Hoàng Đức Hiếu | -2/+2 |
| 2017-10-11 | Fix #44968 Windows path in UI tests | clippered | -1/+8 |
| 2017-10-09 | Modify MIR testing to require continuous lines | Christopher Vittal | -32/+94 |
| 2017-10-09 | New rebase for the issue #45022 | k0pernicus | -29/+47 |
| 2017-10-06 | incr.comp.: Bring back output of -Zincremental-info. | Michael Woerister | -1/+0 |
| 2017-09-16 | fix test name being printed twice for ui tests | Ralf Jung | -2/+0 |
| 2017-09-16 | compiletest: print the correct basename of the src dir | Ralf Jung | -1/+1 |
| 2017-08-28 | compiletest: Change Config comments to doc comments | Thomas Jespersen | -39/+39 |
| 2017-08-27 | Additional libc cleanup | Tatsuyuki Ishi | -0/+1 |
| 2017-08-23 | capture `adb shell` stdout | Andy Russell | -0/+2 |
| 2017-08-22 | remove needless clone | Andy Russell | -1/+1 |
| 2017-08-16 | remove procsrv module | Andy Russell | -51/+28 |
| 2017-08-16 | remove `extra_args` argument | Andy Russell | -48/+38 |
| 2017-08-16 | return `Command` from make_compile_args | Andy Russell | -68/+45 |
| 2017-08-16 | make `compose_and_run_compiler` take `Command` | Andy Russell | -52/+40 |
| 2017-08-16 | remove `working_dir` argument | Andy Russell | -40/+20 |
| 2017-08-16 | let `compose_and_run` take a `Command` | Andy Russell | -68/+55 |
| 2017-08-16 | replace procsrv functions with `Command` | Andy Russell | -182/+70 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -28/+28 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -3/+15 |
| 2017-07-27 | Don't needlessly build rustdoc for compiletest. | Mark Simulacrum | -6/+8 |
| 2017-07-17 | Only set cwd for test process, not compiler | Richard Dodd | -11/+40 |
| 2017-07-17 | Try running all tests using cwd | Richard Dodd | -5/+3 |
| 2017-07-17 | Make compiletest set cwd before running js tests | Richard Dodd | -3/+22 |
| 2017-07-13 | Reduce the usage of features in compiletest and libtest | Oliver Schneider | -2/+1 |
| 2017-07-11 | compiletest: Support custom normalization rules. | kennytm | -6/+65 |
| 2017-07-11 | compiletest: Refactor: Move the `ignore-{}` logic into its own method. | kennytm | -30/+34 |
| 2017-07-01 | Auto merge of #42896 - llogiq:clippy_compiletest, r=alexcrichton | bors | -94/+79 |
| 2017-06-29 | fix a stray semicolon | Andre Bogus | -1/+1 |
| 2017-06-29 | Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomez | Ariel Ben-Yehuda | -0/+1 |
| 2017-06-27 | address tidy error & comment | Andre Bogus | -4/+3 |
| 2017-06-27 | compiletest: show details if GDB failed to execute. | kennytm | -1/+1 |
| 2017-06-25 | fixed some clippy warnings in compiletest | Andre Bogus | -93/+79 |
| 2017-06-24 | add `allow_fail` test attribute | Paul Woolcock | -0/+1 |