about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-02-10Auto merge of #47828 - alexcrichton:llvm-6, r=nikomatsakisbors-6/+28
2018-02-09rustc: Upgrade to LLVM 6Alex Crichton-6/+28
2018-02-09Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakisbors-42/+140
2018-02-09Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakisbors-18/+327
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-07Fix tests for MIR loop loweringbobtwinkles-1/+50
2018-02-07[ci skip] Generate false edges from loop_blockbobtwinkles-43/+59
2018-02-07Auto merge of #48053 - Manishearth:rollup, r=Manishearthbors-24/+373
2018-02-07Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebankManish Goregaokar-0/+42
2018-02-07Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkovManish Goregaokar-2/+53
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 #47944 - oberien:unboundediterator-trustedlen, r=blussManish Goregaokar-0/+23
2018-02-07Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,...Manish Goregaokar-2/+75
2018-02-07Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakisManish Goregaokar-20/+99
2018-02-07Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakisbors-0/+82
2018-02-07Update trait-associated-const test to new formatbobtwinkles-20/+8
2018-02-06mir: Fix DefiningTy::Constbobtwinkles-0/+94
2018-02-07Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakisbors-2/+107
2018-02-06Add tests for -Zepoch using tyvar_raw_pointerManish Goregaokar-0/+45
2018-02-06Added and updated tests to enable/disable overflow checks.David Wood-1/+54
2018-02-06improve wording: bounds -> generic boundsRalf Jung-3/+3
2018-02-06Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est...bors-2/+34
2018-02-05correct E0619 span re method call receivers whose type must be knownZack M. Davis-0/+42
2018-02-05Swapped order of left/right visits to ensure consistency in read/write pass o...David Wood-5/+5
2018-02-05Warn about more ignored bounds on type aliasesRalf Jung-2/+53
2018-02-05mir: Add and fix tests for FalseUnwindsbobtwinkles-19/+52
2018-02-05rustc: Add `#[rustc_args_required_const]`Alex Crichton-0/+36
2018-02-06Rollup merge of #48007 - nrc:rls-field-init, r=eddybkennytm-0/+8
2018-02-06Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrumkennytm-0/+16
2018-02-06Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche...kennytm-65/+2
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-06Rollup merge of #47496 - QuietMisdreavus:rls-doc-include, r=estebankkennytm-0/+5
2018-02-06Rollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakiskennytm-0/+26
2018-02-05Make inline assembly volatile if it has no outputs. Fixes #46026John Kåre Alsaker-0/+26
2018-02-05Stabilize use_nested_groupsPietro Albini-65/+2
2018-02-05Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelixbors-0/+33
2018-02-05Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakisbors-3/+32
2018-02-05save-analysis: avoid implicit unwrapNick Cameron-0/+8
2018-02-05Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obkkennytm-0/+61
2018-02-04Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe...kennytm-62/+28
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-3/+3
2018-02-04Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary...kennytm-0/+55
2018-02-04Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakiskennytm-0/+23
2018-02-04Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddybkennytm-0/+22
2018-02-04TrustedLen for Repeat / RangeFrom test casesoberien-0/+23
2018-02-04Remove delay_span_bug() in check_aliasabilitySeiichi Uchida-1/+19