| Age | Commit message (Expand) | Author | Lines |
| 2018-10-15 | Rollup merge of #54820 - kleimkuhler:issue-54538-unused_patterns-lint, r=niko... | Manish Goregaokar | -0/+1 |
| 2018-10-12 | `#[must_use]` for associated functions is supposed to actually work | Zack M. Davis | -1/+1 |
| 2018-10-11 | Auto merge of #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomats... | bors | -0/+42 |
| 2018-10-10 | Accept `Option<Box<$t:ty>>` in macro argument | Esteban Küber | -0/+16 |
| 2018-10-09 | Add clarifying pattern lint comment and revert test | Kevin Leimkuhler | -1/+2 |
| 2018-10-09 | Simply unused_parens check and add tests | Kevin Leimkuhler | -1/+1 |
| 2018-10-09 | Remove `feature(tool_lints)` from tests | flip1995 | -2/+2 |
| 2018-10-08 | parse_trait_item_ now handles interpolated blocks as function body decls | Matthew Russo | -0/+42 |
| 2018-10-08 | Reattach all grandchildren when constructing specialization graph. | Masaki Hara | -0/+29 |
| 2018-10-07 | Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk | bors | -114/+1 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -22/+0 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -0/+1 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -0/+1 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -22/+0 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -2/+2 |
| 2018-10-04 | Convert conservative_impl_trait.rs to compile-pass | Jonas Schievink | -26/+0 |
| 2018-10-04 | Convert issue-49556.rs to compile-pass | Jonas Schievink | -31/+0 |
| 2018-10-04 | Convert issue-49376.rs to compile-pass | Jonas Schievink | -63/+0 |
| 2018-10-04 | Convert existential-minimal.rs to compile-pass | Jonas Schievink | -23/+0 |
| 2018-10-04 | Convert impl-trait/issue-42479.rs to compile-pass | Jonas Schievink | -41/+0 |
| 2018-10-04 | Call Foo::async_method in the async-await test | Jonas Schievink | -14/+1 |
| 2018-10-04 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -0/+84 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -2/+7 |
| 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 |