about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-26Rollup merge of #51059 - oberien:patch-1, r=nikomatsakiskennytm-0/+7
2018-05-26Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencovkennytm-7/+3
2018-05-26Auto merge of #51041 - alexcrichton:better-unwind, r=nikomatsakisbors-0/+21
2018-05-25in which we check for confusable Unicodepoints in float literal exponentZack M. Davis-0/+26
2018-05-26Auto merge of #51035 - oli-obk:unsupported_crate_type, r=eddybbors-0/+20
2018-05-25Rename TokenStream::empty to TokenStream::newDavid Tolnay-4/+4
2018-05-26Fail typecheck if we encounter a bogus breakest31-0/+61
2018-05-26Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakisbors-411/+288
2018-05-25--bless the testsvarkor-6/+6
2018-05-25Add a test for returning inside a while loopvarkor-10/+60
2018-05-25Fix behaviour of divergence in while loop conditionsvarkor-0/+32
2018-05-25Don't use a char that's already used within the exprJaro Fietz-1/+1
2018-05-25Call itJaro Fietz-0/+1
2018-05-25What does an expression look like, that consists only of special characters?Jaro Fietz-0/+6
2018-05-25Auto merge of #50967 - oli-obk:miri_api_refactor, r=eddybbors-0/+68
2018-05-25Implement outlives requirements inference for dyn and projections.toidiu-411/+288
2018-05-25Adjust test for 32 bit targetsOliver Schneider-2/+3
2018-05-25rust-lang/rust#51025: improve test robustness so that they work under NLL too.Felix S. Klock II-362/+725
2018-05-25Auto merge of #51051 - nikomatsakis:turbofish-impl-trait-method, r=eddybbors-0/+36
2018-05-25Auto merge of #50986 - estebank:main-start-span, r=nikomatsakisbors-21/+17
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-74/+74
2018-05-24restore emplacement syntax (obsolete)Niko Matsakis-0/+43
2018-05-24prohibit turbofish in `impl Trait` methodsNiko Matsakis-0/+36
2018-05-24Update issue-50993.rsOliver Schneider-1/+1
2018-05-24std: Ensure OOM is classified as `nounwind`Alex Crichton-0/+21
2018-05-24Add missing newlinesOliver Schneider-2/+2
2018-05-24Don't ICE on horrible transmutes in pattern constantsOliver Schneider-0/+39
2018-05-24Ensure llvm doesn't trigger an assert for crazy transmutesOliver Schneider-0/+28
2018-05-24Fix impl Trait suggestionEsteban Küber-6/+2
2018-05-24Enforce stability of const fn in promotedsOliver Schneider-0/+87
2018-05-24Don't ICE if crate has no valid crate types leftOliver Schneider-0/+20
2018-05-24add comment explaining ignore androidgnzlbg-0/+4
2018-05-24just ignore androidgnzlbg-1/+1
2018-05-24ignore arm-androidgnzlbg-0/+1
2018-05-24refactorgnzlbg-1/+0
2018-05-24enable fast-math flagsgnzlbg-98/+98
2018-05-24add gather/scatter tests for pointers of pointersgnzlbg-0/+71
2018-05-24add gather/scatter run-time testgnzlbg-0/+83
2018-05-24add run-time test and missing codegen testgnzlbg-0/+194
2018-05-24fix tidygnzlbg-0/+2
2018-05-24add simd float intrinsics and gather/scattergnzlbg-0/+1444
2018-05-24move simd-minmax-test to run-pass; require llvm 7gnzlbg-4/+3
2018-05-24Auto merge of #51023 - kennytm:rollup, r=kennytmbors-2/+3
2018-05-24Account for negative offsets in suggestionsEsteban Küber-1/+1
2018-05-24Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27kennytm-2/+3
2018-05-24Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkovbors-0/+57
2018-05-24Auto merge of #50943 - oli-obk:cleanups, r=estebankbors-11/+48
2018-05-23fix @!has conditions in pub-use-extern-macros testQuietMisdreavus-3/+3
2018-05-24Auto merge of #51010 - nikomatsakis:issue-50996-renamed-extern-crate, r=acrichtobors-0/+274
2018-05-23Auto merge of #50933 - SimonSapin:anchorage, r=alexcrichtonbors-21/+21