about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-06-27Rollup merge of #112978 - compiler-errors:bad-block-sugg, r=davidtwcoMatthias Krüger-0/+16
2023-06-27Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwcoMatthias Krüger-0/+19
2023-06-26Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro...bors-19/+120
2023-06-26`hir`: Add `Become` expression kindMaybe Waffle-19/+120
2023-06-25Rollup merge of #113036 - TaKO8Ki:fix-112094, r=compiler-errorsMatthias Krüger-0/+12
2023-06-25Rollup merge of #113031 - JohnTitor:issue-110933, r=compiler-errorsMatthias Krüger-0/+20
2023-06-25Rollup merge of #113030 - JohnTitor:issue-109071, r=TaKO8KiMatthias Krüger-0/+79
2023-06-25Rollup merge of #112976 - dswij:issue-112347, r=compiler-errorsMatthias Krüger-0/+44
2023-06-26accept `ReStatic` for RPITITTakayuki Maeda-0/+12
2023-06-25Add a regression test for #110933Yuki Okushi-0/+20
2023-06-25Add a regression test for #109071Yuki Okushi-0/+79
2023-06-25Add test for futures with HRTBdswij-0/+44
2023-06-25Rollup merge of #113007 - compiler-errors:dont-structural-resolve-byte-str-pa...Matthias Krüger-1/+27
2023-06-25Rollup merge of #113018 - asquared31415:test_fix, r=TaKO8KiGuillaume Gomez-3/+28
2023-06-25Rollup merge of #112990 - JohnTitor:issue-96699, r=TaKO8KiGuillaume Gomez-0/+87
2023-06-25Auto merge of #112476 - chenyukang:yukang-fix-109991, r=compiler-errorsbors-0/+99
2023-06-24fix testasquared31415-3/+28
2023-06-25Do not offer any of the suggestions in emit_coerce_suggestions for expr from ...yukang-0/+99
2023-06-24Revert "Structurally resolve correctly in check_pat_lit"Michael Goulet-1/+27
2023-06-24Rollup merge of #112989 - JohnTitor:issue-109141, r=compiler-errorsGuillaume Gomez-0/+39
2023-06-24Rollup merge of #112854 - bvanjoi:fix-112674, r=NilstriebGuillaume Gomez-3/+59
2023-06-24Rollup merge of #112703 - aliemjay:next-solver-root-var, r=compiler-errorsGuillaume Gomez-0/+132
2023-06-24fix: add cfg diagnostic for unresolved import errorbohan-3/+59
2023-06-24instantiate hidden types in root universeAli MJ Al-Nasrawy-0/+132
2023-06-24Add a regression test for #96699Yuki Okushi-0/+87
2023-06-24Add a regression test for #109141Yuki Okushi-0/+39
2023-06-23Rollup merge of #112983 - spastorino:new-rpitit-23, r=compiler-errorsMichael Goulet-8/+96
2023-06-23Rollup merge of #112981 - spastorino:new-rpitit-22, r=compiler-errorsMichael Goulet-24/+286
2023-06-23Rollup merge of #112965 - compiler-errors:circular-wf, r=aliemjayMichael Goulet-3/+17
2023-06-23Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnayMichael Goulet-79/+59
2023-06-23Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e...bors-44/+241
2023-06-23Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-8/+96
2023-06-23Fix return type notation errors with -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-24/+286
2023-06-23Add suggestion for bad block fragment errorMichael Goulet-0/+16
2023-06-23Rollup merge of #112925 - oli-obk:timeout_lint, r=cjgillotMatthias Krüger-0/+40
2023-06-23Rollup merge of #112810 - compiler-errors:dont-ice-on-bad-layout, r=wesleywiserMatthias Krüger-4/+45
2023-06-23Rollup merge of #112643 - compiler-errors:sized-obl-for-arg, r=wesleywiserMatthias Krüger-18/+56
2023-06-23Rollup merge of #112616 - ferrocene:pa-more-test-suite-fixes, r=NilstriebMatthias Krüger-2/+3
2023-06-23Resolve vars when reporting WF errorMichael Goulet-6/+6
2023-06-23Don't emit same goal as input during wf obligationsMichael Goulet-1/+15
2023-06-23Rollup merge of #112948 - bkrl:trait-impl-suggestion, r=compiler-errorsMatthias Krüger-4/+4
2023-06-23Rollup merge of #112941 - tshepang:patch-1, r=lqdMatthias Krüger-1/+1
2023-06-22Avoid guessing unknown trait impl in suggestionsAlexander Zhang-4/+4
2023-06-22Don't structurally resolve during method ambiguity in probeMichael Goulet-0/+57
2023-06-22typoTshepang Mbambo-1/+1
2023-06-22Auto merge of #112686 - estebank:sealed-traits, r=petrochenkovbors-26/+211
2023-06-22Tweak privacy errors to account for reachable itemsEsteban Küber-26/+176
2023-06-22Account for sealed traits in trait bound errorsEsteban Küber-0/+35
2023-06-22Only walk the identity substituted version of struct fieldsOli Scherer-0/+104
2023-06-22Handle weak type aliases by immediately resolving them to their aliased typeOli Scherer-10/+0