about summary refs log tree commit diff
path: root/tests/ui/async-await/issues
AgeCommit message (Expand)AuthorLines
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-13/+2
2025-01-06`best_blame_constraint`: avoid blaming constraints from MIR generated by desu...dianne-20/+14
2025-01-02Suppress type param suggestion if encountering invalid const inferMichael Goulet-5/+0
2025-01-02Unconditionally lower generic_arg_inferMichael Goulet-5/+11
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-4/+1
2024-12-13Stabilize async closuresMichael Goulet-3/+1
2024-12-12Tweak multispan renderingEsteban Küber-4/+1
2024-11-27Update tests to use new proc-macro headerEric Huss-5/+1
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+2
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-2/+13
2024-06-27Tighten spans for async blocksMichael Goulet-6/+4
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-12/+10
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-1/+16
2024-03-19Remove redundant coroutine captures noteMichael Goulet-1/+0
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-5/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-101/+101
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
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/+1
2024-01-11Keep error types around, even in obligations.Oli Scherer-16/+4
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-3/+15
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-11-28Fix spans for bad await in inline constMichael Goulet-16/+2
2023-11-28Eagerly return ExprKind::Err on yield/await in wrong coroutine contextMichael Goulet-1/+0
2023-11-24Show number in error message even for one errorNilstrieb-14/+14
2023-10-25Rename in preparation for moving the `async` printing out of `CoroutineSource`Oli Scherer-1/+1
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-0/+0
2023-10-20s/generator/coroutine/Oli Scherer-13/+13
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-10-13Stabilize AFIT and RPITITMichael Goulet-18/+3
2023-10-03Point to full async fn for futureMichael Goulet-2/+2
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-15/+1
2023-09-23Bless tests.Camille GILLOT-81/+26
2023-09-23Revert duplication of tests.Camille GILLOT-46/+3
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-6/+6
2023-09-19Add more if let guard testsMatthew Jasper-0/+8
2023-09-08Stabilize impl_trait_projectionsMichael Goulet-15/+1
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-2/+0
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+2
2023-07-29Change default panic handler message format.Mara Bos-2/+4
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-1/+1
2023-06-04Fix type-inference regression in #112225Arpad Borsos-0/+55
2023-05-08Tweak borrow suggestionMichael Goulet-4/+6
2023-04-27Tweak await spanMichael Goulet-36/+36
2023-03-01Add regression test for #107280Yuki Okushi-0/+97
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-2/+2
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-7/+7
2023-02-13fix: improve the suggestion on future not awaitedVincenzo Palazzo-3/+1