summary refs log tree commit diff
path: root/src/test/ui/generator
AgeCommit message (Expand)AuthorLines
2021-08-25Auto merge of #87937 - LeSeulArtichaut:active-if-let-guards, r=nagisabors-1/+0
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-6/+16
2021-08-16Use note to point at bound introducing requirementEsteban Küber-41/+63
2021-08-16Don't mark `if_let_guard` as an incomplete featureLéo Lanteri Thauvin-1/+0
2021-08-15Report nicer errors for HRTB NLL errors from queriesMatthew Jasper-6/+16
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-07-27Remove min_tait and full_tait stderr dangling filesSantiago Pastorino-44/+0
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-7/+20
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-27/+7
2021-07-20Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obkbors-79/+23
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-1/+5
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-79/+23
2021-07-06Revert "Revert "Update tests""bjorn3-5/+5
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-3/+3
2021-06-12Pretty print generator witness only in `-Zverbose` modeTomasz Miąsko-4/+4
2021-06-07Revert "Update tests"bjorn3-5/+5
2021-05-30Update testsbjorn3-5/+5
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-0/+3
2021-05-24Replace more "NULL" with "null"LeSeulArtichaut-1/+1
2021-05-20Check for raw pointer dereference in THIR unsafeckLeSeulArtichaut-1/+15
2021-05-12Don't suggest adding `'static` lifetime to argumentsAaron Hill-3/+0
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-05-01Closure capture borrow diagnostics for disjoint capturesChris Pardy-1/+1
2021-04-06Always mention `Box::pin` when dealing with `!Unpin`Esteban Küber-0/+2
2021-04-02Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebankbors-3/+3
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+20
2021-03-16fix expected/found order on impl trait projection mismatchSNCPlay42-3/+3
2021-03-15Only allow tait defining uses in function and method return positionOli Scherer-11/+75
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-3/+56
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-5/+5
2021-02-19Rollup merge of #82245 - estebank:issue-78653, r=matthewjasperDylan DPC-0/+28
2021-02-17Do not ICE when evaluating locals' types of invalid `yield`Esteban Küber-0/+28
2021-02-10Keep existing names of regions in placeholder_errorMatthew Jasper-4/+4
2021-02-09Remove unnecessary note on errorsMatthew Jasper-12/+0
2021-02-06path trimming: ignore type aliasesDan Aloni-5/+5
2021-02-01Update ui testsJesus Rubio-0/+1
2021-01-15Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandryYuki Okushi-0/+37
2021-01-14Don't ICE when computing a layout of a generator tainted by errorsTomasz Miąsko-0/+37
2021-01-14Encode optimized MIR of generators when emitting metadataTomasz Miąsko-0/+34
2021-01-12Provide more information for HRTB lifetime errors involving closuresEsteban Küber-2/+30
2020-12-06Add a few basic tests for if-let guardsLeSeulArtichaut-0/+11
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+1
2020-11-10Use Places to express closure/generator CapturesAman Arora-2/+2
2020-10-26always record reference to binding in match if guardsSNCPlay42-1/+20
2020-10-22Explain where the closure return type was inferredAaron Hill-0/+5
2020-10-15Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma...bors-7/+7
2020-10-14switch the test to an actual MCVEDing Xiang Fei-14/+9
2020-10-14rustfmtDing Xiang Fei-1/+1
2020-10-14test derived from #74961Ding Xiang Fei-0/+29
2020-10-11traits diagnostics: Don't print closure/generator upvar_tys tupleAman Arora-4/+0