about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-23Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew...bors-65/+161
2018-10-23check the self type is well-formedNiko Matsakis-7/+42
2018-10-23Auto merge of #55281 - alexcrichton:revert-demote, r=petrochenkovbors-100/+0
2018-10-23Auto merge of #55113 - mockersf:master, r=estebankbors-57/+439
2018-10-23Revert "rustc: Fix (again) simd vectors by-val in ABI"Alex Crichton-100/+0
2018-10-23Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelixbors-243/+138
2018-10-23Auto merge of #55231 - zackmdavis:determinate, r=oli-obkbors-18/+18
2018-10-22stop reporting "unsatisfied lifetime bounds" errors after the firstNiko Matsakis-113/+16
2018-10-22flesh out closure-substs testNiko Matsakis-8/+66
2018-10-22fix incremental testNiko Matsakis-1/+1
2018-10-22add regression test for #54124Niko Matsakis-0/+29
2018-10-22start enforcing closure typesNiko Matsakis-0/+71
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-21manage cases with tabs or other whitespacesFrançois Mockers-4/+160
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-20pick a reference issue for absolute-paths future incompatibility infoZack M. Davis-18/+18
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-19`impl<'_> IceCube<'_> {}` is now only one error in both editionsScott McMurray-68/+12
2018-10-19Add a stub feature so we can still test E0705Scott McMurray-6/+9
2018-10-1917905 also no longer errors, thanks to IHLEScott McMurray-12/+76
2018-10-19Move an underscore-lifetime error test to an IHLE success testScott McMurray-15/+24
2018-10-19Hooray! 19982 finally works the way people wanted in December 2014 :)Scott McMurray-44/+17
2018-10-19Stabilize impl_header_lifetime_elision in 2015Scott McMurray-123/+25
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