| Age | Commit message (Expand) | Author | Lines |
| 2017-09-28 | Migrate to eprint/eprintln macros where appropriate. | Corey Farwell | -26/+14 |
| 2017-09-10 | Relaxed error pattern, and add test for SystemTime as well. | kennytm | -2/+38 |
| 2017-09-07 | Properly detect overflow in Instance +/- Duration. | kennytm | -0/+36 |
| 2017-07-25 | Add tests for issues with the E-needstest label | topecongiro | -0/+20 |
| 2017-06-13 | updated assert_eq test, fixed incorrect assert_ne message and added test. | Giles Cope | -1/+20 |
| 2017-04-28 | Unignore tests which work fine now. | Mark Simulacrum | -1/+0 |
| 2016-11-18 | Warn when a #[should_panic] test has an unexpected message | Josh Driver | -0/+38 |
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -41/+0 |
| 2016-09-30 | Unignore some working emscripten tests | Brian Anderson | -1/+0 |
| 2016-09-30 | Tidy | Brian Anderson | -2/+2 |
| 2016-09-30 | Adding ignore-emscripten to failing tests. | Ross Schulman | -0/+7 |
| 2016-09-19 | Auto merge of #34942 - porglezomp:master, r=sfackler | bors | -0/+16 |
| 2016-09-14 | core: Use primitive indexing in slice's Index/IndexMut | Ulrik Sverdrup | -1/+1 |
| 2016-08-24 | Auto merge of #35764 - eddyb:byegone, r=nikomatsakis | bors | -32/+5 |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -32/+5 |
| 2016-08-23 | typeck: use NoExpectation to check return type of diverging fn | Alex Burka | -0/+1 |
| 2016-08-13 | Add explanations to tests | Andrew Cann | -0/+12 |
| 2016-08-13 | Permit `! as T` with test | Andrew Cann | -0/+18 |
| 2016-08-13 | Add tests for ! type | Andrew Cann | -0/+81 |
| 2016-08-13 | Add some tests for ! type | Andrew Cann | -0/+26 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -3/+1 |
| 2016-08-13 | Control usage of `!` through a feature gate. | Andrew Cann | -0/+1 |
| 2016-08-13 | Add run-fail/adjust_empty.rs test | Andrew Cann | -0/+18 |
| 2016-08-06 | Change the expected panic message for unsigned | Caleb Jones | -1/+1 |
| 2016-08-06 | Fix overflow checking in unsigned pow() | Caleb Jones | -0/+16 |
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -17/+17 |
| 2016-06-07 | Rollup merge of #33897 - srinivasreddy:runfail_rustfmt, r=nrc | Steve Klabnik | -107/+278 |
| 2016-06-06 | run rustfmt on test/run-fail folder | Srinivas Reddy Thatiparthy | -107/+278 |
| 2016-06-05 | trans: use the same messages for both MIR and old arithmetic checks. | Eduard Burtescu | -15/+15 |
| 2016-06-05 | Enable the overflow-related tests for MIR | James Miller | -32/+0 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -0/+47 |
| 2016-06-04 | fix translation of terminators in MSVC cleanup blocks | Ariel Ben-Yehuda | -0/+3 |
| 2016-06-03 | Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton | bors | -18/+18 |
| 2016-06-03 | implement drop elaboration | Ariel Ben-Yehuda | -0/+44 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -9/+12 |
| 2016-05-22 | Rename main thread from "<main>" to "main". | Wangshan Lu | -18/+18 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+66 |
| 2016-03-03 | Auto merge of #32007 - nikomatsakis:compiletest-incremental, r=alexcrichton | bors | -0/+43 |
| 2016-03-02 | add a run-fail meta test | Niko Matsakis | -0/+43 |
| 2016-02-24 | Fix tests | Simonas Kazlauskas | -21/+25 |
| 2016-02-24 | Add some tests for dynamic dropping | Simonas Kazlauskas | -0/+123 |
| 2016-02-17 | MSVC SEH in MIR is implemented here | Simonas Kazlauskas | -4/+0 |
| 2016-02-06 | Ignore a test on MSVC | Simonas Kazlauskas | -0/+2 |
| 2016-02-04 | Translation part of drop panic recovery | Simonas Kazlauskas | -0/+34 |
| 2016-01-29 | Get tests working on MSVC 32-bit | Alex Crichton | -0/+10 |
| 2016-01-06 | Add tests | Simonas Kazlauskas | -0/+277 |
| 2015-12-23 | Implement custom panic handlers | Steven Fackler | -0/+64 |
| 2015-12-08 | add tests for ensuring const indexing does not cause compile-time errors in r... | Oliver Schneider | -0/+37 |
| 2015-10-28 | Move test file to run-fail, since it does an unwrap | Niko Matsakis | -0/+28 |
| 2015-10-13 | implement RFC 1229 | Oliver Schneider | -39/+20 |