about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
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
2023-11-16Suggest `unwrap()` on field not found for `Result`/`Option`Esteban Küber-2/+10
2023-11-16Suggest field typo through derefsEsteban Küber-14/+10
2023-10-28Remove asmjs from testsJubilee Young-1/+0
2023-10-27Recover from incorrectly ordered/duplicated function keywordsclubby789-6/+13
2023-10-25Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errorsMatthias Krüger-7/+7
2023-10-25Rename in preparation for moving the `async` printing out of `CoroutineSource`Oli Scherer-7/+7
2023-10-25Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obkMatthias Krüger-0/+51
2023-10-25Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naberbors-4/+24
2023-10-24Merge impl_wf_inference into coherence checkingMichael Goulet-0/+51
2023-10-24Remove incomplete features from RPITIT/AFIT testsMichael Goulet-37/+10
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-3/+10
2023-10-22Auto merge of #116256 - apekros:issue-114912, r=cjgillotbors-0/+33
2023-10-21fix spans for removing `.await` on `for` expressionsLukas Markeffsky-1/+19
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-26/+26
2023-10-20s/generator/coroutine/Oli Scherer-51/+51
2023-10-20s/Generator/Coroutine/Oli Scherer-17/+17
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-3/+10
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-0/+28
2023-10-16Fix inline const pattern unsafety checking in THIRMatthew Jasper-4/+24
2023-10-14Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandryMatthias Krüger-1/+1
2023-10-13Stabilize AFIT and RPITITMichael Goulet-584/+94
2023-10-13Fix AFIT lint message to mention pitfallMichael Goulet-1/+1
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-4/+4
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-44/+16
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-0/+16
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+2
2023-10-05Rollup merge of #116431 - estebank:issue-80476, r=compiler-errorsJubilee-2/+2
2023-10-05Auto merge of #116273 - compiler-errors:refine2, r=tmandrybors-6/+6
2023-10-05Auto merge of #116184 - compiler-errors:afit-lint, r=tmandrybors-0/+65
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2