about summary refs log tree commit diff
path: root/src/test/ui/async-await
AgeCommit message (Expand)AuthorLines
2022-09-15enclose else block in terminating scopeDing Xiang Fei-2/+1
2022-09-15reorder nesting scopes and declare bindings without drop scheduleDing Xiang Fei-1/+2
2022-09-14Remove noop from test that expects no noopAndrew Pollack-3/+1
2022-09-13Update partial-drop-partial-reinit.rsEric Holk-7/+45
2022-09-13Update issue-65436-raw-ptr-not-send.rsEric Holk-6/+10
2022-09-13Update issue-70935-complex-spans.rsEric Holk-10/+11
2022-09-13Update issue-68114.rsEric Holk-16/+103
2022-09-13Update issue-64130-4-async-move.rsEric Holk-6/+36
2022-09-13Update async-await-let-else for drop trackingEric Holk-17/+130
2022-09-12Impove diagnostic for .await-ing non-futuresLukas Markeffsky-12/+41
2022-09-09Adjust pretty printing of RPITITsMichael Goulet-8/+8
2022-09-09Tweak feature error, add testMichael Goulet-1/+1
2022-09-09Bless tests, fix ICE with ImplTraitPlaceholderMichael Goulet-21/+92
2022-09-04Rollup merge of #100647 - obeis:issue-99875, r=nagisaMatthias Krüger-1/+1
2022-08-30[drop tracking] Use parent expression for scopeEric Holk-0/+3
2022-08-29Make the trait bound is not satisfied specify kindObei Sideg-1/+1
2022-08-21Account for relative pathsMichael Goulet-4/+8
2022-08-21Rework point-at-argMichael Goulet-20/+26
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-5/+5
2022-08-16Rollup merge of #100590 - TaKO8Ki:suggest-adding-array-length, r=compiler-errorsMatthias Krüger-6/+6
2022-08-16suggest adding an array length if possibleTakayuki Maeda-6/+6
2022-08-12Point out a single arg if we have a single arg incompatibilityMichael Goulet-2/+2
2022-08-08Adjust wordingMichael Goulet-7/+9
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-4/+4
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-2/+2
2022-07-28Remove guess_head_span.Camille GILLOT-1/+1
2022-07-26Use real opaque type instead of just saying impl TraitMichael Goulet-1/+1
2022-07-25Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkovbors-3/+17
2022-07-25Report elision failures on the AST.Camille GILLOT-3/+17
2022-07-21Do if-expression obligation stuff less eagerlyMichael Goulet-9/+9
2022-07-20Suggest returning binding from block or enclosing scope on coerce_forced_unit...Michael Goulet-9/+9
2022-07-14Auto merge of #98754 - jyn514:non-trivial-drop, r=compiler-errorsbors-21/+86
2022-07-13Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obkDylan DPC-0/+147
2022-07-11add tests for async awaitDing Xiang Fei-0/+147
2022-07-11compiletest: trim edition before passing as flagDeadbeef-1/+1
2022-07-10Fix drop-tracking ICE when a struct containing a field with a `Drop` impl is ...Joshua Nelson-21/+86
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-1/+1
2022-07-08Rollup merge of #98718 - yoshuawuyts:stabilize-into-future, r=yaahcMatthias Krüger-2/+0
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-11/+8
2022-07-07Review comments: wordingEsteban Küber-4/+6
2022-07-07Tweak wording and spansEsteban Küber-12/+12
2022-07-07On partial uninit error point at where we need initEsteban Küber-18/+31
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-07-07Shorten span for closures.Camille GILLOT-11/+8
2022-06-30Stabilize `into_future`Yoshua Wuyts-2/+0
2022-06-29Make RPIT and TAIT work exactly the sameOli Scherer-2/+15
2022-06-28Note concrete type being coerced into objectMichael Goulet-3/+3
2022-06-26Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obkYuki Okushi-1/+1
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-1/+1
2022-06-24Use write! instead of p! to avoid having to use weird scopingMichael Goulet-1/+1