about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-07-14Rollup merge of #74228 - estebank:unsized-param, r=davidtwcoManish Goregaokar-367/+448
2020-07-14Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkovManish Goregaokar-117/+171
2020-07-14Reword messageEsteban Küber-33/+33
2020-07-14Remove redundant explanatory `note` for type parametersEsteban Küber-97/+0
2020-07-14lint: use `transparent_newtype_field` to avoid ICEDavid Wood-0/+14
2020-07-14Suggest borrowing in more unsized fn param casesEsteban Küber-13/+45
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-165/+2
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-86/+383
2020-07-14Point at type on E0275 instead of whole fieldEsteban Küber-2/+2
2020-07-14Suggest borrowing unsized argument typesEsteban Küber-4/+16
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-117/+171
2020-07-14typeck: use `item_name` in cross-crate packed diagDavid Wood-0/+43
2020-07-14Rollup merge of #74270 - davidtwco:issue-74086-more-placeholder-type-error, r...Manish Goregaokar-55/+91
2020-07-14Rollup merge of #74173 - estebank:struct-pat-as-enum, r=petrochenkovManish Goregaokar-36/+17
2020-07-14Rollup merge of #73965 - davidtwco:issue-73886-non-primitive-slice-cast, r=es...Manish Goregaokar-0/+21
2020-07-14Stabilize control-flow-guard codegen optionAndrew Paverd-1/+1
2020-07-13Rollup merge of #74286 - PankajChaudhary5:E0688, r=GuillaumeGomezManish Goregaokar-0/+1
2020-07-13Rollup merge of #74285 - wangtheo:issue-71669, r=lcnrManish Goregaokar-0/+55
2020-07-13Remove trailing whitespacewangtheo-0/+1
2020-07-13Merge branch 'master' into E0688Pankaj Chaudhary-9562/+40824
2020-07-13Added proper explanation of ErrorCode-E0688PankajChaudhary5-0/+1
2020-07-13Removed trailing whitespaceTeddy_Wang-1/+1
2020-07-13Added ui tests for volatile and nearby intrinsicsTeddy_Wang-0/+54
2020-07-12Detect tuple struct incorrectly used as struct patEsteban Küber-36/+17
2020-07-12typeck: report placeholder type error w/out spanDavid Wood-55/+91
2020-07-11Rollup merge of #74240 - da-x:fix-74081, r=ManishearthManish Goregaokar-0/+28
2020-07-11Rollup merge of #74197 - estebank:self-sugg, r=petrochenkovManish Goregaokar-3/+3
2020-07-11Rollup merge of #74168 - JohnTitor:help-for-in-band-lifetimes, r=petrochenkovManish Goregaokar-0/+67
2020-07-11Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJungManish Goregaokar-93/+212
2020-07-11Add the test case mentioned in #74236Dan Aloni-0/+28
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-93/+212
2020-07-10Rollup merge of #74127 - tamird:allowlist, r=oli-obkManish Goregaokar-5/+5
2020-07-10Rollup merge of #74125 - ayazhafiz:i/74050, r=matthewjasperManish Goregaokar-0/+28
2020-07-10Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkovManish Goregaokar-0/+28
2020-07-10Rollup merge of #74103 - ajpaverd:cfguard-msvc-only, r=nikomatsakisManish Goregaokar-0/+6
2020-07-10Rollup merge of #73989 - RalfJung:ub-enum-test, r=oli-obkManish Goregaokar-8/+9
2020-07-10Rollup merge of #73887 - DutchGhost:master, r=oli-obkManish Goregaokar-2/+0
2020-07-10Rollup merge of #73862 - oli-obk:const_array_to_slice, r=RalfJungManish Goregaokar-29/+22
2020-07-10Rollup merge of #71322 - petrochenkov:tuple00, r=nikomatsakisManish Goregaokar-21/+533
2020-07-10Address review commentsMohsen Zohrevandi-0/+1
2020-07-10Avoid "whitelist"Tamir Duberstein-5/+5
2020-07-10Only add cfguard module flag on windows-msvcAndrew Paverd-0/+6
2020-07-10Tweak wordingYuki Okushi-42/+42
2020-07-10Add a help to use `in_band_lifetimes` in nightlyYuki Okushi-0/+67
2020-07-09Reword incorrect `self` token suggestionEsteban Küber-3/+3
2020-07-09Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche...Manish Goregaokar-18/+11
2020-07-09Tweak `::` -> `:` typo heuristic and reduce verbosityEsteban Küber-18/+11
2020-07-08Avoid "blacklist"Tamir Duberstein-1/+1
2020-07-08Correctly mark the ending span of a match armAyaz Hafiz-0/+28
2020-07-08Move #[doc(alias)] check in rustcGuillaume Gomez-0/+30