| Age | Commit message (Expand) | Author | Lines |
| 2016-03-23 | add back `&` that was deleted by mistake | Jorge Aparicio | -1/+1 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -4/+4 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -6/+6 |
| 2016-03-22 | Auto merge of #32341 - frewsxcv:compiletest-enum, r=nikomatsakis | bors | -14/+57 |
| 2016-03-21 | Refactor 'kind' extraction to use `str::split_whitespace`. | Corey Farwell | -6/+5 |
| 2016-03-19 | Rollup merge of #32271 - frewsxcv:compiletest-ignored-help-note, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+4 |
| 2016-03-18 | Use enum for message kind in compiletest harness. | Corey Farwell | -11/+55 |
| 2016-03-18 | Auto merge of #32080 - eddyb:transcendent, r=nikomatsakis | bors | -8/+31 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -4/+20 |
| 2016-03-17 | compiletest: Add rustc-env for run-pass/super-fast-paren-parsing. | Eduard Burtescu | -4/+11 |
| 2016-03-16 | Stop ignoring expected note/help messages in compiletest suite. | Corey Farwell | -2/+2 |
| 2016-03-15 | Add comment about opt-in nature of compiletest note/help messages. | Corey Farwell | -0/+4 |
| 2016-03-15 | Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton | bors | -1/+8 |
| 2016-03-15 | Shorter output for `rustc --test` binaries. | Simon Sapin | -1/+8 |
| 2016-03-14 | Clean up cloning logic in compiletest.rs. | Corey Farwell | -11/+2 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -7/+12 |
| 2016-03-09 | Differentiate "line" and "line number" variable names. | Corey Farwell | -15/+14 |
| 2016-03-09 | Prefer `Option::expect` over explicit unwrapping. | Corey Farwell | -3/+2 |
| 2016-03-03 | make pretty printer tests understand revisions, and make them ignore the | Niko Matsakis | -20/+32 |
| 2016-03-03 | Do not assert revisions list is empty for pretty printing tests | Niko Matsakis | -1/+5 |
| 2016-03-02 | rename should-panic to should-fail, per acrichto's suggestion | Niko Matsakis | -6/+6 |
| 2016-03-02 | make it possible for a test to declare `should-panic` | Niko Matsakis | -28/+49 |
| 2016-03-02 | thread revision identifier around in test output | Niko Matsakis | -91/+134 |
| 2016-03-02 | refactor and generalize revisions | Niko Matsakis | -16/+52 |
| 2016-03-01 | introduce the notion of revisions, currently unused | Niko Matsakis | -27/+88 |
| 2016-03-01 | change compile_flags to eagerly split into a vector on whitespace | Niko Matsakis | -9/+11 |
| 2016-03-01 | refactor header parsing so it can work "in-place" | Niko Matsakis | -62/+64 |
| 2016-03-01 | require that header lines begin with `//` | Niko Matsakis | -2/+3 |
| 2016-02-25 | add comment and stop creating directories in runtest | Niko Matsakis | -1/+2 |
| 2016-02-25 | create the required directories while gathering tests rather than during | Niko Matsakis | -0/+9 |
| 2016-02-25 | translate backslashes to forward slashes in the expected strings | Niko Matsakis | -1/+3 |
| 2016-02-24 | Recurse to find test files in any subdirectory of the base path. If a | Niko Matsakis | -14/+46 |
| 2016-02-24 | Generalize from passing around a single path to the test file to passing | Niko Matsakis | -170/+202 |
| 2016-02-10 | Fix half of emscripten's failing tests | Pierre Krieger | -5/+7 |
| 2016-02-06 | Add emscripten support to compiletest | Brian Anderson | -1/+14 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -0/+1 |
| 2016-02-02 | Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichton | bors | -1/+0 |
| 2016-02-01 | Remove "powerpc64le" and "mipsel" target_arch | Alex Crichton | -1/+0 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -1/+1 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -0/+1 |
| 2016-01-30 | Expect all help/note messages are specified in a cfail test if it contains he... | Florian Hahn | -6/+15 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -1/+47 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -0/+2 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -2/+0 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -12/+7 |
| 2015-12-03 | Add a `build-aux-docs` directive to compiletest | mitaa | -6/+31 |
| 2015-11-10 | compiletest/raise_fd_limit: use libc instead of custom impl | Tamir Duberstein | -22/+5 |
| 2015-11-04 | Deprecate `_ms` functions that predate the `Duration` API | Ben Striegel | -1/+1 |
| 2015-10-26 | Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichton | bors | -1/+1 |