| Age | Commit message (Expand) | Author | Lines |
| 2019-01-06 | slightly optimize compiletest test collection | Andy Russell | -34/+27 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -88/+0 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -18/+18 |
| 2018-12-22 | Auto merge of #57063 - kennytm:rollup, r=kennytm | bors | -10/+10 |
| 2018-12-23 | Rollup merge of #56989 - phansch:fix_compiletest_trim_deprecations, r=Mark-Si... | kennytm | -10/+10 |
| 2018-12-22 | Auto merge of #56680 - vakaras:issue56280, r=nagisa | bors | -10/+16 |
| 2018-12-19 | FIXME(9639) remove fixme and accept non-utf8 paths in compiletest | Niv Kaminer | -18/+18 |
| 2018-12-19 | Fix compiletest `trim` deprecation warnings | Philipp Hansch | -10/+10 |
| 2018-12-19 | Rollup merge of #56947 - hsivonen:neon, r=alexcrichton | Pietro Albini | -1/+4 |
| 2018-12-17 | Address the pull request review comments. | Vytautas Astrauskas | -14/+12 |
| 2018-12-17 | Use compiletest timestamp to check if the tests should be rerun. | Vytautas Astrauskas | -10/+18 |
| 2018-12-15 | compiletest: unit test parse_normalization_string | Philipp Hansch | -0/+26 |
| 2018-12-15 | compiletest: Add some compiletest::util unittests | Philipp Hansch | -0/+28 |
| 2018-12-13 | Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea... | Henri Sivonen | -1/+4 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+5 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -2/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -56/+22 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -20/+5 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -20/+5 |
| 2018-12-04 | Report failing tests without `//~ ERROR` comments | Oliver Scherer | -6/+8 |
| 2018-11-30 | compiletest: don't pass -Clinker when `// force-host` was requested. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 |
| 2018-11-08 | Fix compiletest support for wasm32-unknown-emscripten | Nikita Popov | -4/+2 |
| 2018-11-01 | Rollup merge of #55522 - matthiaskrgr:no_format, r=zackmdavis | Pietro Albini | -1/+1 |
| 2018-10-31 | use String::from() instead of format!() macro to construct Strings. | Matthias Krüger | -1/+1 |
| 2018-10-30 | Add legacy debuginfo tests | Tom Tromey | -0/+23 |
| 2018-10-21 | Remove the parse-fail test suite | Vadim Petrochenkov | -8/+5 |
| 2018-10-18 | Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakis | kennytm | -47/+176 |
| 2018-10-17 | Change NLL compare mode to borrowck=migrate. | David Wood | -1/+1 |
| 2018-10-10 | Run both lldb and gdb tests | Tom Tromey | -47/+176 |
| 2018-10-08 | Run debuginfo tests against rust-enabled lldb, when possible | Tom Tromey | -7/+44 |
| 2018-09-29 | Rollup merge of #54645 - tromey:android-gdb-version, r=alexcrichton | kennytm | -203/+225 |
| 2018-09-29 | Rollup merge of #54567 - tromey:paths-in-stamp-hashes, r=Mark-Simulacrum | kennytm | -0/+13 |
| 2018-09-28 | Compute Android gdb version in compiletest | Tom Tromey | -203/+225 |
| 2018-09-27 | Auto merge of #52319 - tinco:issue_12590, r=pnkfelix | bors | -5/+25 |
| 2018-09-25 | Include path in stamp hash for debuginfo tests | Tom Tromey | -0/+13 |
| 2018-09-21 | Added comment above `Mode::RunPass` noting that it now behaves like `Mode::Ui`. | Felix S. Klock II | -0/+1 |
| 2018-09-21 | Make the `// skip-codegen` property apply to ui tests too. | Felix S. Klock II | -3/+4 |
| 2018-09-21 | you can have `// compile-pass` markers in headers of `compile-fail/` tests. | Felix S. Klock II | -1/+1 |
| 2018-09-21 | Similar to above, failed to notice that `Mode::Incremental` delegates to `run... | Felix S. Klock II | -0/+12 |
| 2018-09-21 | Mark `ParseFail` as tests that are not expected to compile. | Felix S. Klock II | -1/+1 |
| 2018-09-21 | Provide way for ui tests to opt out of having their output checked. | Felix S. Klock II | -2/+28 |
| 2018-09-21 | Support `// skip-codegen` in header of ui tests | Felix S. Klock II | -1/+1 |
| 2018-09-21 | Make `src/test/run-pass/` act like an alternative `ui` test suite. | Felix S. Klock II | -6/+22 |
| 2018-09-12 | Really make CGU names unique across crates. | Michael Woerister | -13/+21 |
| 2018-09-10 | refactor so that it's no longer possible to call print_source incorrectly | Tinco Andringa | -11/+14 |
| 2018-09-10 | dont pass in src if we are not reading from stdin in compiletest | Tinco Andringa | -1/+6 |
| 2018-09-10 | Update `compiletest` so that the pretty tests only read from stdin when they ... | Felix S. Klock II | -4/+16 |