about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-02Auto merge of #54767 - pietroalbini:rollup, r=pietroalbinibors-232/+434
2018-10-02Rollup merge of #54728 - alexcrichton:renumber-issues, r=nikomatsakisPietro Albini-3/+3
2018-10-02Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obkPietro Albini-4/+35
2018-10-02Rollup merge of #54687 - scottmcm:more-elision, r=dtolnayPietro Albini-3/+3
2018-10-02Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelixPietro Albini-222/+222
2018-10-02Rollup merge of #54603 - davidtwco:issue-54559, r=nikomatsakisPietro Albini-0/+99
2018-10-02Rollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakisPietro Albini-0/+25
2018-10-02Rollup merge of #54269 - PramodBisht:issue/53840, r=estebankPietro Albini-0/+47
2018-10-02Auto merge of #54343 - blitzerr:master, r=nikomatsakisbors-22/+55
2018-10-02move some more testsRalf Jung-47/+47
2018-10-02Consolidate pattern check errorsPramod Bisht-0/+47
2018-10-02Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakisbors-0/+54
2018-10-02Auto merge of #54694 - csmoe:self_this, r=estebankbors-0/+82
2018-10-02Add `crate::` to trait suggestions in Rust 2018.David Wood-0/+99
2018-10-01Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obkbors-4/+18
2018-10-01normalize param-env type-outlives predicates lastAriel Ben-Yehuda-0/+54
2018-10-01Extra proc macro gates are now at #54727Alex Crichton-3/+3
2018-10-01Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelixbors-2/+113
2018-10-01Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,...kennytm-6/+5
2018-10-01Rollup merge of #54623 - alexreg:impl_trait_in_bindings-help, r=estebankkennytm-0/+6
2018-10-01Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebankkennytm-0/+67
2018-10-01Rollup merge of #54308 - dsciarra:issue-22692, r=estebankkennytm-0/+24
2018-10-01mark fix as MaybeIncorrectcsmoe-3/+3
2018-10-01update ui test for suggest-selfcsmoe-1/+45
2018-09-30Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichtonbors-81/+25
2018-09-30Added help message for `impl_trait_in_bindings` feature gate.Alexander Regueiro-0/+6
2018-09-30Auto merge of #53255 - orium:fix-bug-overflow-send, r=arielb1bors-8/+90
2018-09-30Deduplicate errors in the obligation forest.Diogo Sousa-8/+90
2018-09-30also compile-fail test fn ptr comparison promotionRalf Jung-4/+27
2018-09-30do not promote comparing function pointersRalf Jung-0/+8
2018-09-30the test requires unwinding so we don't run it on the wasm32-bare targetJorge Aparicio-0/+1
2018-09-30add codegen testJorge Aparicio-0/+23
2018-09-30make the nil-enum test work againJorge Aparicio-2/+7
2018-09-30allow dead_codeJorge Aparicio-0/+1
2018-09-30add empty enum to the test casesJorge Aparicio-0/+20
2018-09-30improve the run-pass testJorge Aparicio-4/+34
2018-09-30panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+31
2018-09-30Auto merge of #54622 - matthewjasper:more-nll-mode, r=pnkfelixbors-142/+458
2018-09-30add test for fake selfcsmoe-0/+38
2018-09-30make run-pass tests with empty main just compile-pass testsRalf Jung-175/+175
2018-09-30Auto merge of #54596 - mjbshaw:drop, r=RalfJungbors-11/+48
2018-09-30do not normalize non-scalar constants to a ConstValue::ScalarPairRalf Jung-4/+18
2018-09-30Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddybbors-3/+36
2018-09-29UI test updatesScott McMurray-3/+3
2018-09-29Merge branch 'master' into dropMichael Bradshaw-473/+3094
2018-09-29Fix ui/run-pass/union/union-nodrop.rs testMichael Bradshaw-11/+9
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-44/+31
2018-09-29Improve ux when calling associated functions with dot notationDonato Sciarra-0/+24
2018-09-29Auto merge of #54599 - nikomatsakis:issue-54593-impl-Trait, r=eddybbors-0/+14
2018-09-29Auto merge of #54660 - kennytm:rollup, r=kennytmbors-1/+129