| Age | Commit message (Expand) | Author | Lines |
| 2018-10-02 | Auto merge of #54767 - pietroalbini:rollup, r=pietroalbini | bors | -232/+434 |
| 2018-10-02 | Rollup merge of #54728 - alexcrichton:renumber-issues, r=nikomatsakis | Pietro Albini | -3/+3 |
| 2018-10-02 | Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obk | Pietro Albini | -4/+35 |
| 2018-10-02 | Rollup merge of #54687 - scottmcm:more-elision, r=dtolnay | Pietro Albini | -3/+3 |
| 2018-10-02 | Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelix | Pietro Albini | -222/+222 |
| 2018-10-02 | Rollup merge of #54603 - davidtwco:issue-54559, r=nikomatsakis | Pietro Albini | -0/+99 |
| 2018-10-02 | Rollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakis | Pietro Albini | -0/+25 |
| 2018-10-02 | Rollup merge of #54269 - PramodBisht:issue/53840, r=estebank | Pietro Albini | -0/+47 |
| 2018-10-02 | Auto merge of #54343 - blitzerr:master, r=nikomatsakis | bors | -22/+55 |
| 2018-10-02 | move some more tests | Ralf Jung | -47/+47 |
| 2018-10-02 | Consolidate pattern check errors | Pramod Bisht | -0/+47 |
| 2018-10-02 | Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakis | bors | -0/+54 |
| 2018-10-02 | Auto merge of #54694 - csmoe:self_this, r=estebank | bors | -0/+82 |
| 2018-10-02 | Add `crate::` to trait suggestions in Rust 2018. | David Wood | -0/+99 |
| 2018-10-01 | Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk | bors | -4/+18 |
| 2018-10-01 | normalize param-env type-outlives predicates last | Ariel Ben-Yehuda | -0/+54 |
| 2018-10-01 | Extra proc macro gates are now at #54727 | Alex Crichton | -3/+3 |
| 2018-10-01 | Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix | bors | -2/+113 |
| 2018-10-01 | Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,... | kennytm | -6/+5 |
| 2018-10-01 | Rollup merge of #54623 - alexreg:impl_trait_in_bindings-help, r=estebank | kennytm | -0/+6 |
| 2018-10-01 | Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebank | kennytm | -0/+67 |
| 2018-10-01 | Rollup merge of #54308 - dsciarra:issue-22692, r=estebank | kennytm | -0/+24 |
| 2018-10-01 | mark fix as MaybeIncorrect | csmoe | -3/+3 |
| 2018-10-01 | update ui test for suggest-self | csmoe | -1/+45 |
| 2018-09-30 | Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichton | bors | -81/+25 |
| 2018-09-30 | Added help message for `impl_trait_in_bindings` feature gate. | Alexander Regueiro | -0/+6 |
| 2018-09-30 | Auto merge of #53255 - orium:fix-bug-overflow-send, r=arielb1 | bors | -8/+90 |
| 2018-09-30 | Deduplicate errors in the obligation forest. | Diogo Sousa | -8/+90 |
| 2018-09-30 | also compile-fail test fn ptr comparison promotion | Ralf Jung | -4/+27 |
| 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 | add codegen test | Jorge Aparicio | -0/+23 |
| 2018-09-30 | make the nil-enum test work again | Jorge Aparicio | -2/+7 |
| 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 | Auto merge of #54622 - matthewjasper:more-nll-mode, r=pnkfelix | bors | -142/+458 |
| 2018-09-30 | add test for fake self | csmoe | -0/+38 |
| 2018-09-30 | make run-pass tests with empty main just compile-pass tests | Ralf Jung | -175/+175 |
| 2018-09-30 | Auto merge of #54596 - mjbshaw:drop, r=RalfJung | bors | -11/+48 |
| 2018-09-30 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -4/+18 |
| 2018-09-30 | Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddyb | bors | -3/+36 |
| 2018-09-29 | UI test updates | Scott McMurray | -3/+3 |
| 2018-09-29 | Merge branch 'master' into drop | Michael Bradshaw | -473/+3094 |
| 2018-09-29 | Fix ui/run-pass/union/union-nodrop.rs test | Michael Bradshaw | -11/+9 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -44/+31 |
| 2018-09-29 | Improve ux when calling associated functions with dot notation | Donato Sciarra | -0/+24 |
| 2018-09-29 | Auto merge of #54599 - nikomatsakis:issue-54593-impl-Trait, r=eddyb | bors | -0/+14 |
| 2018-09-29 | Auto merge of #54660 - kennytm:rollup, r=kennytm | bors | -1/+129 |