summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2024-01-31Rollup merge of #120472 - Nilstrieb:die, r=compiler-errorsNadrieril-63/+0
2024-01-31Rollup merge of #120469 - estebank:issue-40120, r=TaKO8KiNadrieril-26/+26
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-26/+26
2024-01-30Auto merge of #119101 - compiler-errors:outlives, r=lcnrbors-3/+48
2024-01-30Rollup merge of #120476 - compiler-errors:lang-items-yeet, r=NilstriebGuillaume Gomez-31/+0
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-31/+18
2024-01-30Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obkGuillaume Gomez-4/+1
2024-01-30Auto merge of #119744 - lcnr:assemble-only-rigid, r=compiler-errorsbors-13/+85
2024-01-30Apply suggestions from reviewMichael Goulet-0/+20
2024-01-30Add a testMichael Goulet-0/+22
2024-01-30Deeply normalize when processing registered region obligationsMichael Goulet-3/+6
2024-01-29Remove some unnecessary check logic for lang items in HIR typeckMichael Goulet-31/+0
2024-01-29Delete now-useless testNilstrieb-48/+0
2024-01-29Make duplicate lang items fatalNilstrieb-18/+3
2024-01-29Avoid ICE in trait without `dyn` lintEsteban Küber-11/+3
2024-01-29bye bye `assemble_candidates_via_self_ty`lcnr-13/+85
2024-01-27Update tests.Markus Reiter-1/+1
2024-01-26Rollup merge of #120378 - lcnr:normalize-ast, r=compiler-errorsMatthias Krüger-25/+41
2024-01-26Use only one label for multiple unsatisfied bounds on type (typeck)Esteban Küber-4/+1
2024-01-26remove unnecessary testlcnr-22/+0
2024-01-26move alias-relate testslcnr-1/+1
2024-01-26next-solver: normalize in `LoweredTy::from_raw`lcnr-2/+40
2024-01-25blessMichal Nazarewicz-0/+1
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-31/+18
2024-01-22Add regression testOli Scherer-0/+69
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-90/+199
2024-01-16Auto merge of #119947 - compiler-errors:old-solver-instantiate-response, r=lcnrbors-0/+94
2024-01-13Add a simpler testMichael Goulet-0/+45
2024-01-13Make sure to instantiate placeholders correctly in old solverMichael Goulet-0/+49
2024-01-13Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil...bors-0/+6
2024-01-13Bless testsGeorge-lewis-0/+6
2024-01-13Rollup merge of #119896 - oli-obk:variance_ice, r=compiler-errorsMatthias Krüger-0/+37
2024-01-12Taint `_` placeholder typesOli Scherer-0/+37
2024-01-12Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnrGuillaume Gomez-71/+61
2024-01-12Auto merge of #119735 - lcnr:provisional-cache-readd, r=compiler-errorsbors-0/+173
2024-01-11Remove special-casing around aliaskind in new solverMichael Goulet-71/+61
2024-01-11Silence follow up errors if astconv already erroredOli Scherer-8/+1
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-33/+233
2024-01-09add comments and testslcnr-0/+173
2024-01-05Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errorsMatthias Krüger-41/+143
2024-01-05Rollup merge of #119148 - estebank:bare-traits, r=davidtwcoMichael Goulet-6/+111
2024-01-05Stabilize THIR unsafeckMatthew Jasper-1/+1
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-15/+1
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-7/+7
2024-01-05Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebankbors-17/+62
2024-01-04Silence redundant warning when E0038 will be emittedEsteban Küber-0/+4
2024-01-03Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType`Esteban Küber-6/+6
2024-01-03Account for multiple trait bounds in bare trait object suggestionEsteban Küber-2/+22
2024-01-03Provide better suggestions when encountering a bare trait as a typeEsteban Küber-3/+84
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-7/+7