| Age | Commit message (Expand) | Author | Lines |
| 2016-04-18 | rustbuild: Add support for compiletest test suites | Alex Crichton | -3641/+0 |
| 2016-04-15 | Add initial version of codegen unit partitioning for incremental compilation. | Michael Woerister | -17/+130 |
| 2016-04-12 | Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakis | bors | -17/+1 |
| 2016-04-11 | tests: update for MIR debuginfo. | Eduard Burtescu | -17/+1 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -15/+24 |
| 2016-04-06 | Address nits. | Niko Matsakis | -3/+4 |
| 2016-04-06 | add incremental test runner and some tests | Niko Matsakis | -2/+71 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -1/+4 |
| 2016-03-26 | Set source file name when setting breakpoints in lldb | Ted Horst | -1/+4 |
| 2016-03-25 | remove unused variable in compiletest | Niko Matsakis | -6/+0 |
| 2016-03-25 | Make library paths passed by compiletest tool absolute. | Michael Woerister | -9/+23 |
| 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 |