| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-09-13 | Add test for overflowing pow | Peter Reid | -0/+16 |
| 2015-08-17 | Fix existing tests for new `#[repr(simd)]`. | Huon Wilson | -236/+0 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -92/+0 |
| 2015-06-20 | Support checked Shl/Shr on SIMD types | David Stygstra | -0/+236 |
| 2015-06-14 | Auto merge of #26071 - petrochenkov:assert1, r=alexcrichton | bors | -1/+1 |
| 2015-06-13 | Auto merge of #26249 - steveklabnik:remove_extern_panic, r=alexcrichton | bors | -52/+0 |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -1/+1 |
| 2015-06-13 | Auto merge of #26253 - steveklabnik:remove_old_ignored_tests, r=brson | bors | -114/+0 |
| 2015-06-12 | ignore-test cleanup | Steve Klabnik | -114/+0 |
| 2015-06-12 | Remove old runtime panic test | Steve Klabnik | -52/+0 |
| 2015-06-12 | Remove ignored test for #2061 | Steve Klabnik | -26/+0 |