about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-22[review comments] modify test and clean up codeOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-7/+4
2018-10-22review commentsEsteban Küber-48/+12
2018-10-22Suggest appropriate syntax on missing lifetime specifier in return typeEsteban Küber-26/+97
2018-10-21Auto merge of #55236 - petrochenkov:pfail, r=davidtwcobors-115/+3238
2018-10-21Auto merge of #55069 - matthewjasper:explain-free-region-liveness, r=nikomats...bors-1769/+1409
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-1762/+1398
2018-10-21Fix a few tests with target-specific outputVadim Petrochenkov-30/+50
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-119/+151
2018-10-21Make some ui/parser tests compile-passVadim Petrochenkov-68/+11
2018-10-21Move more parsing tests to ui/parserVadim Petrochenkov-0/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+3128
2018-10-20Auto merge of #55230 - Manishearth:rollup, r=Manishearthbors-0/+100
2018-10-20Give an error number for "borrowed data escapes outside of closure"Matthew Jasper-6/+10
2018-10-20Prefer type annotations and returns in free region errorsMatthew Jasper-1/+1
2018-10-20Rollup merge of #55073 - alexcrichton:demote-simd, r=nagisaManish Goregaokar-0/+100
2018-10-20Auto merge of #55156 - PramodBisht:issue/52717, r=estebankbors-13/+39
2018-10-20Auto merge of #55119 - varkor:unwarned-match-on-never, r=nikomatsakisbors-49/+58
2018-10-20Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakisbors-5/+5
2018-10-20Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkovbors-0/+40
2018-10-19Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandrybors-25/+400
2018-10-19add more to the ERROR messagesNiko Matsakis-27/+27
2018-10-19fix error messagesNiko Matsakis-11/+21
2018-10-19Only suggest paths that exist.David Wood-0/+40
2018-10-19normalize the self-type that we extract from implNiko Matsakis-0/+25
2018-10-19add a test that we enforce '`static` errors post normalizationNiko Matsakis-0/+26
2018-10-19skip user-type annotations if they don't have regionsNiko Matsakis-19/+4
2018-10-19lowering casts in constants now creates multiple usesNiko Matsakis-6/+21
2018-10-19create type ascription for any castNiko Matsakis-0/+13
2018-10-19Wrap cast expressions inside of ValueTypeAscriptionKeith Yeung-0/+17
2018-10-19normalize and prove predicatesNiko Matsakis-0/+26
2018-10-19normalize after substitutionNiko Matsakis-0/+34
2018-10-19Update TypedArena testsOliver Scherer-2/+2
2018-10-19Update more internals tests to `default`Oliver Scherer-2/+2
2018-10-19Update a compiler-test to the `Default` changesOliver Scherer-1/+1
2018-10-19propagate user-type annotation for constants in expressionsNiko Matsakis-0/+77
2018-10-19Fixed: Multiple errors on single typo in match patternPramod Bisht-13/+39
2018-10-19rustc: Fix (again) simd vectors by-val in ABIAlex Crichton-0/+100
2018-10-19Auto merge of #55194 - kennytm:rollup, r=kennytmbors-0/+115
2018-10-19Rollup merge of #55013 - matthewjasper:propagate-generator-bounds, r=nikomats...kennytm-0/+45
2018-10-19Rollup merge of #55166 - varkor:ret-parens, r=davidtwcokennytm-0/+9
2018-10-19Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJungkennytm-0/+61
2018-10-19Auto merge of #55040 - scalexm:param-env, r=nikomatsakisbors-3/+97
2018-10-19Auto merge of #55004 - oli-obk:sized_static, r=cramertjbors-64/+64
2018-10-18Propagate bounds from generatorsMatthew Jasper-0/+45
2018-10-18Auto merge of #54979 - estebank:path-unsized, r=nikomatsakisbors-1/+22
2018-10-18Improve check to consider how value is used.David Wood-18/+0
2018-10-18Add by-value captured variable note on second use.David Wood-33/+18
2018-10-18Extend closure special-casing for generators.David Wood-50/+45
2018-10-18Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavusbors-0/+46
2018-10-18Make warnings into errorsvarkor-0/+3