about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-02-09add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-3/+3
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-16/+47
2018-02-09Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakisbors-0/+23
2018-02-09Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakisbors-18/+327
2018-02-08Disallow function pointers to #[rustc_args_required_const]Alex Crichton-0/+20
2018-02-08Move some E0XXX to `ui`Esteban Küber-4510/+0
2018-02-08add transform for uniform array move outMikhail Modin-0/+30
2018-02-08Fleshed out the test a lot more.Felix S. Klock II-9/+230
2018-02-08Test that autoref'ing beyond method receivers does not leak into two-phase bo...Felix S. Klock II-0/+39
2018-02-08Restrict two-phase borrows to solely borrows introduced via autoref.Felix S. Klock II-18/+67
2018-02-07support `default impl` for specializationGianni Ciccarelli-0/+18
2018-02-07support `default impl` for specializationGianni Ciccarelli-409/+17
2018-02-07 support `default impl` for specializationGianni Ciccarelli-0/+362
2018-02-07Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkovManish Goregaokar-2/+2
2018-02-07Rollup merge of #48018 - alexcrichton:require-const-arg, r=eddybManish Goregaokar-0/+36
2018-02-07Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nik...Manish Goregaokar-0/+45
2018-02-07Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakisManish Goregaokar-2/+2
2018-02-07add tests for macro trailing commasMichael Lamparski-0/+121
2018-02-07Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakisbors-2/+1
2018-02-06Add tests for -Zepoch using tyvar_raw_pointerManish Goregaokar-0/+45
2018-02-05Swapped order of left/right visits to ensure consistency in read/write pass o...David Wood-1/+1
2018-02-05Warn about more ignored bounds on type aliasesRalf Jung-2/+2
2018-02-05mir: Add and fix tests for FalseUnwindsbobtwinkles-0/+23
2018-02-05rustc: Add `#[rustc_args_required_const]`Alex Crichton-0/+36
2018-02-06Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche...kennytm-1/+0
2018-02-06Rollup merge of #47704 - dsprenkels:issue-44415, r=alexcrichtonkennytm-0/+22
2018-02-06Rollup merge of #47543 - topecongiro:issue-42344, r=nikomatsakiskennytm-1/+19
2018-02-05Stabilize use_nested_groupsPietro Albini-1/+0
2018-02-05Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obkkennytm-0/+18
2018-02-04Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakiskennytm-0/+23
2018-02-04Remove delay_span_bug() in check_aliasabilitySeiichi Uchida-1/+19
2018-02-03Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakisbors-61/+5
2018-02-01Fix testsEsteban Küber-2/+2
2018-02-01Turn `type_id` into a constant intrinsicBadel2-0/+18
2018-01-31Rollup merge of #47876 - GuillaumeGomez:associated-const-error, r=nikomatsakiskennytm-2/+5
2018-01-31Add regression test for #44415Daan Sprenkels-0/+22
2018-01-30Improved tests + typo fixes + assertMark Mansi-4/+19
2018-01-30Fix more testsMark Mansi-0/+2
2018-01-30Fix a couple of testsMark Mansi-2/+2
2018-01-30Fix typo in error message + update testsMark Mansi-3/+13
2018-01-30Add a couple of testsMark Mansi-0/+26
2018-01-30Update associated constants error messageGuillaume Gomez-2/+5
2018-01-30Do not ignore lifetime bounds in Copy implsSantiago Pastorino-0/+23
2018-01-29tests: replace "lvalue" terminology with "place".Eduard-Mihai Burtescu-1/+1
2018-01-28Point only at method signatures and point at traitEsteban Küber-3/+5
2018-01-28For named lifetimes point only at method signatureEsteban Küber-58/+0
2018-01-27Updated other affected tests.David Wood-1/+0
2018-01-27Auto merge of #47690 - estebank:for-block-277, r=nikomatsakisbors-1/+1
2018-01-26Modify spans of expanded expressionEsteban Küber-1/+1
2018-01-26Merge branch 'explain' of https://github.com/estebank/rust into rollupAlex Crichton-7/+14