about summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2024-07-12More accurate incorrect use of `await` suggestionEsteban Küber-32/+48
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-20/+124
2024-07-11Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obkbors-0/+88
2024-07-10Reorder modifiers and polarity to be *after* binder in trait boundsMichael Goulet-1/+1
2024-07-08Infer async closure signature from old-style two-part Fn + Future boundsMichael Goulet-0/+27
2024-07-06Uplift push_outlives_componentsMichael Goulet-12/+12
2024-07-04Rollup merge of #127301 - estebank:fix-suggestions, r=UrgauMatthias Krüger-4/+6
2024-07-04Better span for "make binding mutable" suggestionEsteban Küber-4/+6
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-22/+22
2024-06-29Make all tests in async dir build-pass, adjust implements-fnmut test to begin...Michael Goulet-7/+11
2024-06-28Make it into a structured suggestion, maybe-incorrectMichael Goulet-0/+88
2024-06-28Change RTN to use .. againMichael Goulet-22/+22
2024-06-27Tighten spans for async blocksMichael Goulet-99/+77
2024-06-26Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyasbors-2/+0
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-2/+0
2024-06-24don't suggest awaiting type expr patternsSparkyPotato-1/+20
2024-06-23Special case when a code line only has multiline span startsEsteban Küber-3/+2
2024-06-19Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors许杰友 Jieyou Xu (Joe)-4/+5
2024-06-14Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ...Matthias Krüger-0/+5
2024-06-12E0229: Suggest Moving Type Constraints to Type Parameter DeclarationVeera-1/+1
2024-06-11Rollup merge of #125684 - estebank:pin-to-binding-suggestion, r=pnkfelix许杰友 Jieyou Xu (Joe)-0/+43
2024-06-10Add explanatory note to async block type mismatch errorGurinder Singh-0/+4
2024-06-05Update TestsVeera-0/+5
2024-06-05fix: break inside async closure has incorrect span for enclosing closureLin Yihai-4/+5
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-3/+3
2024-06-03Auto merge of #125778 - estebank:issue-67100, r=compiler-errorsbors-1/+1
2024-05-31Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obkbors-36/+59
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-3/+3
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-1/+1
2024-05-29Revert miri async drop test but add warnings to each async drop testDaria Sukhonina-0/+4
2024-05-29Bless new async destructor sizes in async drop testsDaria Sukhonina-5/+5
2024-05-29Add size check inside of the async drop testsDaria Sukhonina-36/+55
2024-05-28Account for existing bindings when suggesting pinningEsteban Küber-2/+2
2024-05-28Add test for incorrect pinning suggestionEsteban Küber-0/+43
2024-05-23Rollup merge of #125392 - workingjubilee:unwind-a-problem-in-context, r=AmanieuMatthias Krüger-38/+20
2024-05-22Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmeasebors-0/+51
2024-05-22Rollup merge of #125306 - compiler-errors:closure-incongruency, r=oli-obkLeón Orell Valerian Liehr-0/+51
2024-05-22Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obkLeón Orell Valerian Liehr-0/+23
2024-05-21Wrap Context.ext in AssertUnwindSafeJubilee Young-38/+20
2024-05-20Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re...Michael Goulet-0/+3
2024-05-19Force the inner coroutine of an async closure to `move` if the outer closure ...Michael Goulet-0/+51
2024-05-18An async closure may implement FnMut/Fn if it has no self-borrowsMichael Goulet-0/+23
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-0/+28
2024-05-07Update TestsVeera-6/+6
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr-3/+3
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-48/+53
2024-04-23Rollup merge of #123680 - compiler-errors:gen-kw, r=NadrierilMatthias Krüger-0/+2
2024-04-22Deny gen keyword in edition_2024_compat lintsMichael Goulet-0/+2
2024-04-16Add simple async drop glue generationzetanumbers-0/+219
2024-04-12Rollup merge of #123834 - compiler-errors:async-closure-with-tainted-body, r=...Matthias Krüger-0/+43