about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2025-07-18Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obkMatthias Krüger-0/+45
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-11/+1218
2025-07-17Eagerly unify coroutine witness in old solverMichael Goulet-2/+2
2025-07-15Add tests, some of them fail...Michael Goulet-0/+1206
2025-07-15Gate things properlyMichael Goulet-2/+64
2025-07-15Consider outlives assumptions when proving auto traits for coroutine interiorsMichael Goulet-63/+2
2025-07-10Remove uncessary parens in closure body with unused lintyukang-16/+0
2025-07-09Make AsyncDrop check that it's being implemented on a local ADTMichael Goulet-0/+45
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-4/+4
2025-07-04Rollup merge of #142440 - Kivooeo:tf14, r=tgross35Jubilee-0/+33
2025-07-01cleaned up some testsKivooeo-2/+6
2025-07-01Give some UI tests more apropriate namesTrevor Gross-0/+29
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-8/+8
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-3/+30
2025-06-24Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscrossJubilee-302/+0
2025-06-23compiletest: Improve diagnostics for line annotation mismatchesVadim Petrochenkov-2/+2
2025-06-18Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,...Trevor Gross-0/+29
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-14/+2
2025-06-18AsyncDrop trait without sync Drop generates an errorAndrew Zhogin-0/+29
2025-06-15Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r...León Orell Valerian Liehr-1/+133
2025-06-15Move `tests/ui/async-await/pin-ergonomics` to `tests/ui`Frank King-513/+0
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-0/+211
2025-06-14Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu...Andrew Zhogin-1/+133
2025-06-13Unimplement unsized_localsmejrs-32/+15
2025-06-11stabilize gaiBoxy-14/+2
2025-06-11Rollup merge of #142042 - estebank:explicit-lifetime-verbose-suggestion, r=co...Matthias Krüger-9/+16
2025-06-10Remove check_mod_loops query and run the checks per-body insteadOli Scherer-16/+16
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-9/+16
2025-06-07Rollup merge of #142045 - estebank:obligation-cause-code-suggestion, r=compil...Jacob Pratt-20/+29
2025-06-06Make obligation cause code suggestions verboseEsteban Küber-20/+29
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-13/+2
2025-06-04Rollup merge of #141932 - azhogin:azhogin/async-drop-inside-asyncgen-fix, r=o...Matthias Krüger-0/+9
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-13/+2
2025-06-04Fix for async drop inside async gen fnAndrew Zhogin-0/+9
2025-06-03Rollup merge of #141677 - azhogin:azhogin/async-drop-unexpected-type-instead-...Matthias Krüger-0/+77
2025-06-01Async drop - type instead of async drop fn and incorrect drop signature don't...Andrew Zhogin-0/+77
2025-05-27Rollup merge of #141587 - ferrocene:lw-yurotqzwvwlw, r=jieyouxuMichael Goulet-36/+45
2025-05-27Rollup merge of #141584 - compiler-errors:typing-env-synthetic-body, r=lcnrMichael Goulet-0/+13
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-8/+8
2025-05-26Add missing edition directives for async-await testsLukas Wirth-36/+45
2025-05-26Support opaque_types_defined_by for SyntheticCoroutineBodyMichael Goulet-0/+13
2025-05-26Deduplicate dyn compatibility violations due to coercionMichael Goulet-57/+3
2025-05-24Rollup merge of #141438 - compiler-errors:dyn-compatible-call, r=lcnrMatthias Krüger-61/+3
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-61/+3
2025-05-23Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-drop...Matthias Krüger-0/+40
2025-05-23Async drop poll shim for error dropee generates noop body (fixes #140930)Andrew Zhogin-0/+40
2025-05-21Fix FnOnce impl for AsyncFn/AsyncFnMut closures in new solverMichael Goulet-0/+15
2025-05-21Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ...Matthias Krüger-0/+28
2025-05-21Rollup merge of #141296 - azhogin:azhogin/async-drop-broken-mir-place-deref-f...Matthias Krüger-0/+26
2025-05-21Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p...Andrew Zhogin-0/+26