summary refs log tree commit diff
path: root/tests/ui/async-await
AgeCommit message (Expand)AuthorLines
2023-09-29Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnrbors-1/+1
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-72/+2
2023-09-28Strip `OpaqueCast` during `RevealAll`.Oli Scherer-1/+1
2023-09-26add testMilo-0/+18
2023-09-23Bless tests.Camille GILLOT-300/+205
2023-09-23Revert duplication of tests.Camille GILLOT-1840/+135
2023-09-23Check types live across yields in generators tooMichael Goulet-0/+117
2023-09-22Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkinMatthias Krüger-3/+3
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-72/+72
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-3/+3
2023-09-22Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obkMatthias Krüger-122/+0
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-72/+72
2023-09-21Suggest desugaring to RPITIT when AFIT is required to be an auto traitMichael Goulet-0/+133
2023-09-21tests/ui: Split large_moves.rs and move to lint/large_assignmentsMartin Nordholts-122/+0
2023-09-21tests/ui: Fix large_moves attribute cfgMartin Nordholts-1/+1
2023-09-20Rollup merge of #115965 - matthewjasper:extra-if-let-guard-tests, r=compiler-...Matthias Krüger-0/+17
2023-09-19Rollup merge of #115801 - compiler-errors:async-cycle-mono, r=oli-obkGuillaume Gomez-0/+43
2023-09-19Add more if let guard testsMatthew Jasper-0/+17
2023-09-19Explain HRTB + infer limitations of old solverMichael Goulet-0/+8
2023-09-13Detect cycle errors hidden by opaques during monomorphizationMichael Goulet-0/+43
2023-09-11Disentangle `Debug` and `Display` for `Ty`.Nicholas Nethercote-1/+1
2023-09-08Rollup merge of #115624 - compiler-errors:rtn-path, r=WaffleLapkinMatthias Krüger-0/+62
2023-09-08Stabilize impl_trait_projectionsMichael Goulet-72/+2
2023-09-07Print the path of an RPITIT in RTNMichael Goulet-0/+62
2023-09-07Don't emit refining_impl_trait for private itemsMichael Goulet-3/+3
2023-09-07Implement refinement lint for RPITITMichael Goulet-3/+2
2023-09-03Allow `large_assignments` for Box/Arc/Rc initializationMartin Nordholts-6/+56
2023-08-28Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errorsMatthias Krüger-55/+4
2023-08-28Rollup merge of #115294 - compiler-errors:cycle-err, r=oli-obkMatthias Krüger-0/+26
2023-08-28Auto merge of #114774 - Enselic:less-move-size-noise, r=oli-obkbors-21/+4
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-55/+4
2023-08-27More precisely detect cycle errors from type_of on opaqueMichael Goulet-0/+26
2023-08-20Auto merge of #114914 - compiler-errors:deduce-tait-in-future-output, r=lcnrbors-0/+19
2023-08-17Normalize before checking if local is freeze in deduced_param_attrsMichael Goulet-0/+179
2023-08-16Normalize return type of deduce_future_output_from_obligationsMichael Goulet-0/+19
2023-08-13Avoid duplicate `large_assignments` lintsMartin Nordholts-21/+4
2023-08-12Rollup merge of #114584 - darklyspaced:master, r=cjgillotMatthias Krüger-67/+22
2023-08-10Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/...Morten Lohne-4/+1
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-4/+55
2023-08-08Remove dangling testsMichael Goulet-683/+0
2023-08-08blessed the testsdarklyspaced-67/+22
2023-08-02Add separate feature gate for async fn track callerBryan Garza-49/+299
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-2/+4
2023-07-29Take RPITITs inherit the assumed_wf_types of their parent fnMichael Goulet-8/+8
2023-07-29Change default panic handler message format.Mara Bos-2/+4
2023-07-12Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o...bors-3/+3
2023-07-10Don't use method span on clone suggestionMichael Goulet-1/+1
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-2/+2
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-74/+530
2023-07-08Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnrMatthias Krüger-30/+0