about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-07-26report kind of deprecated item in messageAndy Russell-2/+2
2020-07-26Remove more obsolete test flagsOliver Scherer-1/+0
2020-07-25Clean up some uses of logging in ui testsOliver Scherer-1/+1
2020-07-25Ensure stack when type checking and building MIR for large if expressionsKan-Ru Chen-0/+10419
2020-07-25Fix commas.Steven Malis-1/+1
2020-07-25Use the proper span when WF-checking an impl self typeAaron Hill-2/+2
2020-07-23Add missing backticks in diagnostics noteYuki Okushi-1/+1
2020-07-22Rollup merge of #73783 - estebank:impl-dyn-trait-static-lifetime, r=nikomatsakisManish Goregaokar-3/+2
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-3/+2
2020-07-22tests: add regression test for #74614David Wood-0/+17
2020-07-20Fix an ICE on an invalid `binding @ ...` in a tuple struct patternJakub Adam Wieczorek-0/+33
2020-07-16Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogbManish Goregaokar-2/+0
2020-07-14Handle case of incomplete local ty more gracefullyEsteban Küber-51/+10
2020-07-14Rollup merge of #74336 - davidtwco:issue-73112-cross-crate-packed-type-diagno...Manish Goregaokar-0/+43
2020-07-14Rollup merge of #74228 - estebank:unsized-param, r=davidtwcoManish Goregaokar-39/+48
2020-07-14Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkovManish Goregaokar-8/+13
2020-07-14Reword messageEsteban Küber-2/+2
2020-07-14Remove redundant explanatory `note` for type parametersEsteban Küber-3/+0
2020-07-14Suggest borrowing in more unsized fn param casesEsteban Küber-2/+8
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-24/+0
2020-07-14Suggest boxing or borrowing unsized fieldsEsteban Küber-6/+24
2020-07-14Suggest borrowing unsized argument typesEsteban Küber-4/+16
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-8/+13
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-0/+16
2020-07-14Rollup merge of #73965 - davidtwco:issue-73886-non-primitive-slice-cast, r=es...Manish Goregaokar-0/+21
2020-07-12typeck: report placeholder type error w/out spanDavid Wood-0/+16
2020-07-11Rollup merge of #74240 - da-x:fix-74081, r=ManishearthManish Goregaokar-0/+28
2020-07-11Add the test case mentioned in #74236Dan Aloni-0/+28
2020-07-10Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkovManish Goregaokar-0/+28
2020-07-08Avoid "blacklist"Tamir Duberstein-1/+1
2020-07-06Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebankManish Goregaokar-16/+56
2020-07-06Add UI test for issue 74082Gary Guo-0/+28
2020-07-05Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkovManish Goregaokar-0/+53
2020-07-02typeck: check for infer before type impls traitDavid Wood-0/+21
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-7/+144
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-16/+56
2020-06-29Fix try_print_visible_def_path for Rust 2018Dan Aloni-2/+2
2020-06-29Add test for issue #56175Dan Aloni-0/+53
2020-06-28Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obkbors-26/+4
2020-06-28Update testsDylan MacKenzie-13/+2
2020-06-28Update testsDylan MacKenzie-13/+2
2020-06-28Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe...Manish Goregaokar-6/+6
2020-06-27Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwcoManish Goregaokar-6/+39
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-6/+6
2020-06-26Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakisManish Goregaokar-0/+26
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-6/+39
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-72/+72
2020-06-25Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwcoManish Goregaokar-2/+7
2020-06-24Suggest type param trait bound for binop only when appropriateEsteban Küber-1/+0