| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -1/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-21 | Normalize source line and column numbers. | David Wood | -0/+7 |
| 2018-08-19 | Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichton | bors | -2/+4 |
| 2018-08-17 | Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton | bors | -5/+28 |
| 2018-08-15 | Fix compiletest JSON error message | ashtneoi | -2/+2 |
| 2018-08-15 | Adapt codegen-unit tests to new CGU naming scheme. | Michael Woerister | -5/+28 |
| 2018-08-14 | Rollup merge of #53229 - varkor:rlimits_min, r=nikomatsakis | kennytm | -7/+9 |
| 2018-08-14 | Fix no-link-with-link-args by introducing another normalization. | David Wood | -0/+5 |
| 2018-08-14 | Normalize test build directory and root build directory. | David Wood | -0/+9 |
| 2018-08-14 | Check error-patterns on UI tests. Fixes #52531. | David Wood | -21/+24 |
| 2018-08-09 | Add a safety check for compiletest rlimit | varkor | -7/+9 |
| 2018-08-06 | inore some codegen tests when debug assertions are enabled | Ralf Jung | -2/+4 |
| 2018-08-05 | Fix stage 2 tests | varkor | -1/+0 |
| 2018-08-01 | Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini | bors | -0/+1 |
| 2018-07-30 | rustc: Disallow machine applicability in foreign macros | Alex Crichton | -2/+17 |
| 2018-07-30 | Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ... | Colin Finck | -0/+1 |
| 2018-07-28 | Update the Cargo submodule and rustfix | Alex Crichton | -3/+7 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -4/+4 |
| 2018-07-26 | compiletest: Add support for ignoring certain tests under `--compare-mode=...` | Felix S. Klock II | -2/+7 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -4/+4 |
| 2018-07-24 | Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomez | bors | -5/+7 |
| 2018-07-23 | Match errors using the callsite of macro expansions | Federico Poli | -6/+32 |
| 2018-07-20 | compiletest: don't overwrite failure-status if it was previously set | QuietMisdreavus | -5/+7 |
| 2018-07-18 | rustc: distinguish compilation failure from ICE | Andy Russell | -9/+11 |
| 2018-07-16 | Revert "Adapt codegen-unit tests to new CGU naming scheme." | Michael Woerister | -28/+5 |
| 2018-07-13 | Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri... | bors | -5/+28 |
| 2018-07-12 | Adapt codegen-unit tests to new CGU naming scheme. | Michael Woerister | -5/+28 |