| Age | Commit message (Expand) | Author | Lines |
| 2018-10-02 | Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obk | Pietro Albini | -0/+8 |
| 2018-10-02 | Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelix | Pietro Albini | -7152/+0 |
| 2018-10-02 | move some more tests | Ralf Jung | -1416/+0 |
| 2018-10-02 | Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakis | bors | -0/+54 |
| 2018-10-01 | normalize param-env type-outlives predicates last | Ariel Ben-Yehuda | -0/+54 |
| 2018-10-01 | Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix | bors | -0/+83 |
| 2018-10-01 | Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,... | kennytm | -4/+3 |
| 2018-09-30 | do not promote comparing function pointers | Ralf Jung | -0/+8 |
| 2018-09-30 | the test requires unwinding so we don't run it on the wasm32-bare target | Jorge Aparicio | -0/+1 |
| 2018-09-30 | allow dead_code | Jorge Aparicio | -0/+1 |
| 2018-09-30 | add empty enum to the test cases | Jorge Aparicio | -0/+20 |
| 2018-09-30 | improve the run-pass test | Jorge Aparicio | -4/+34 |
| 2018-09-30 | panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+31 |
| 2018-09-30 | make run-pass tests with empty main just compile-pass tests | Ralf Jung | -5736/+0 |
| 2018-09-30 | Auto merge of #54596 - mjbshaw:drop, r=RalfJung | bors | -11/+48 |
| 2018-09-30 | Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddyb | bors | -0/+33 |
| 2018-09-29 | Merge branch 'master' into drop | Michael Bradshaw | -83/+107194 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-09-29 | Do not put noalias annotations by default | Simonas Kazlauskas | -0/+33 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -83/+0 |
| 2018-09-28 | Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_... | Felix S. Klock II | -4/+3 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+0 |
| 2018-09-27 | Allow `unused_variables` lint to placate test failure exposed by macos builders. | Felix S. Klock II | -0/+1 |
| 2018-09-27 | Allow more lints that signalled on the arm-android test run. | Felix S. Klock II | -1/+3 |
| 2018-09-27 | Allow some lints that only fired on 32-bit and/or Windows. | Felix S. Klock II | -0/+2 |
| 2018-09-26 | Gate const core::mem::needs_drop behind const_needs_drop | Michael Bradshaw | -0/+2 |
| 2018-09-26 | Make core::mem::needs_drop a const fn | Michael Bradshaw | -0/+37 |
| 2018-09-26 | Add `#[allow(unused_mut)]` for various cases that arise only in compare-mode=... | Felix S. Klock II | -0/+3 |
| 2018-09-26 | Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ... | Felix S. Klock II | -67/+1030 |
| 2018-09-26 | Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`. | Felix S. Klock II | -0/+106225 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -0/+56 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -0/+35 |
| 2018-09-25 | Added tests. | Alexander Regueiro | -0/+56 |
| 2018-09-23 | Auto merge of #54339 - cramertj:no-cx, r=aturon | bors | -41/+15 |
| 2018-09-23 | allow dead_code | Jorge Aparicio | -0/+1 |
| 2018-09-22 | the test requires unwinding so we don't run it on the wasm32-bare target | Jorge Aparicio | -0/+1 |
| 2018-09-22 | add empty enum to the test cases | Jorge Aparicio | -0/+20 |
| 2018-09-22 | improve the run-pass test | Jorge Aparicio | -4/+34 |
| 2018-09-22 | panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+31 |
| 2018-09-21 | Allow unused_imports lint on test where lint only fires on non-linux targets... | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Allow dead_code lint on some tests where the lint only fires on non-x86 targe... | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well. | Felix S. Klock II | -0/+4 |
| 2018-09-21 | Add expected output for compiler to tests of optimization-fuel-{0,1}.rs. | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Ignore the output itself on `rustc-rust-log.rs` (added in rust-lang/rust#42737). | Felix S. Klock II | -0/+9 |
| 2018-09-21 | Workaround rust-lang/rust#54222 by just ignoring the warning about the linker... | Felix S. Klock II | -0/+2 |
| 2018-09-21 | Allow various lints as part of ui-ifying `src/test/run-pass` suite. | Felix S. Klock II | -0/+296 |
| 2018-09-19 | Require that marker impls are empty, but allow them to overlap | Scott McMurray | -0/+35 |
| 2018-09-19 | Remove spawning from task::Context | Taylor Cramer | -41/+15 |
| 2018-09-19 | Auto merge of #53877 - withoutboats:compositional-pin, r=aturon | bors | -12/+10 |
| 2018-09-17 | Cleanup and fix method resolution issue | Taylor Cramer | -12/+10 |