summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-31/+31
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-16/+22
2024-01-27Make the coroutine def id of an async closure the child of the closure def idMichael Goulet-0/+31
2024-01-26Rollup merge of #120360 - compiler-errors:afit-sized-lol, r=lcnrMatthias Krüger-0/+18
2024-01-26Rollup merge of #120322 - compiler-errors:higher-ranked-async-closures, r=oli...Matthias Krüger-0/+29
2024-01-25Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obkMatthias Krüger-0/+16
2024-01-25Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFITMichael Goulet-0/+18
2024-01-24Don't manually resolve async closures in rustc_resolveMichael Goulet-0/+29
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-16/+22
2024-01-19Rollup merge of #119984 - kpreid:waker-noop, r=dtolnayMatthias Krüger-9/+5
2024-01-18Rollup merge of #120057 - oli-obk:not_sure_wtf_is_going_on, r=compiler-errorsMatthias Krüger-0/+40
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-9/+5
2024-01-17Don't ICE when deducing future output if other errors already occurredOli Scherer-0/+40
2024-01-16Async closures will move params into the future alwaysMichael Goulet-34/+3
2024-01-15Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errorsMatthias Krüger-16/+4
2024-01-13Bless testsGeorge-lewis-0/+26
2024-01-11Keep error types around, even in obligations.Oli Scherer-16/+4
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-15/+108
2024-01-08Make cycle error more resilient to where it startsMichael Goulet-13/+10
2024-01-08Point out source of recursionMichael Goulet-16/+34
2024-01-08Don't check for recursion in generator witness fieldsMichael Goulet-11/+2
2024-01-07update ui testsGray Olson-1/+1
2024-01-05Stabilize THIR unsafeckMatthew Jasper-8/+8
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-51/+9
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-2/+2
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-2/+2
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-6/+6
2023-12-25select AsyncFn traits during overloaded call opMichael Goulet-1/+1
2023-12-25Add AsyncFn family of traitsMichael Goulet-0/+16
2023-12-22Update test outputsEric Holk-9/+4
2023-12-19Add additional tests and update existing testsEric Holk-1/+109
2023-12-19Desugar for await loopsEric Holk-0/+24
2023-12-19Plumb awaitness of for loopsEric Holk-0/+25
2023-12-14Rollup merge of #118948 - compiler-errors:noop, r=eholkJubilee-44/+31
2023-12-14Use the Waker::noop API in testsMichael Goulet-44/+31
2023-12-14update use of feature flagslcnr-2/+2
2023-12-12Coroutine variant fields can be uninitializedTomasz Miąsko-3/+11
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-2/+2
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-2/+2
2023-12-08Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errorsMatthias Krüger-2/+2
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-12-07Resolve assoc item bindings by namespaceLeón Orell Valerian Liehr-5/+10
2023-11-28Fix spans for bad await in inline constMichael Goulet-47/+8
2023-11-28Eagerly return ExprKind::Err on yield/await in wrong coroutine contextMichael Goulet-4/+0
2023-11-24Show number in error message even for one errorNilstrieb-90/+90
2023-11-19Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naberTakayuki Maeda-8/+20
2023-11-18tweak logic of "unknown field" labelEsteban Küber-13/+5
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-1/+0
2023-11-16address review commentEsteban Küber-5/+13
2023-11-16recover primary span labelEsteban Küber-14/+22