| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-07-11 | make pretty source comparison check be fatal (fixes #52255) | Tinco Andringa | -4/+3 |
| 2018-07-06 | Dedupe filetime | Bastien Orivel | -1/+1 |
| 2018-06-26 | add edition compiletest header + fix tests | mark | -3/+12 |
| 2018-06-08 | compiletest: autoremove duplicate .nll.* files (#51204) | Kyle Simpson | -8/+51 |
| 2018-05-31 | compiletest: escape CXX the same way as CC for MSVC | Johannes Nixdorf | -1/+1 |
| 2018-05-30 | Run rustfmt | Santiago Pastorino | -45/+79 |
| 2018-05-30 | Add polonius compare mode | Santiago Pastorino | -2/+14 |
| 2018-05-24 | Auto merge of #50943 - oli-obk:cleanups, r=estebank | bors | -0/+9 |
| 2018-05-22 | Update compiltest to use rustfix 0.3.1 | Pascal Hertleif | -2/+4 |
| 2018-05-22 | Prevent local paths into libstd from leaking into ui tests | Oliver Schneider | -0/+9 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -1/+1 |
| 2018-05-17 | Rollup merge of #50806 - oli-obk:gesundheit, r=ehuss | Mark Simulacrum | -34/+71 |
| 2018-05-17 | Revert "compiletest: escape CXX the same way as CC for MSVC" | Alex Crichton | -1/+1 |
| 2018-05-17 | Update docs and diagnostics | Oliver Schneider | -5/+3 |
| 2018-05-17 | `bless` also produces `.nll` files now | Oliver Schneider | -1/+6 |
| 2018-05-17 | Add `bless` x.py subcommand for easy ui test replacement | Oliver Schneider | -30/+64 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -18/+18 |
| 2018-05-16 | Fix running multiple targets. | Eric Huss | -3/+4 |
| 2018-05-16 | compiletest: Run revisions as independent tests. | Eric Huss | -155/+222 |