summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2023-07-08Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgrbors-3/+3
2023-07-08Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillotMatthias Krüger-3/+3
2023-07-08Rollup merge of #113399 - compiler-errors:next-solver-byte-pat-again, r=oli-obkMatthias Krüger-12/+1
2023-07-07Require TAITs to be mentioned in the signatures of functions that register hi...Oli Scherer-10/+15
2023-07-06Rollup merge of #113397 - compiler-errors:new-select-prefer-obj, r=lcnrMichael Goulet-0/+13
2023-07-06Don't call type_of on TAIT in defining scope in new solverMichael Goulet-100/+39
2023-07-06Structurally normalize again for byte string lit pat checkingMichael Goulet-12/+1
2023-07-06Prefer object candidates over impl candidates in new selectionMichael Goulet-0/+13
2023-07-05Winnow specializing implsMichael Goulet-0/+22
2023-07-03update testslcnr-95/+285
2023-06-30Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit...Matthias Krüger-0/+28
2023-06-29Rollup merge of #112929 - oli-obk:what_if_an_impl_item_just_doesnt_wanna_be_i...Matthias Krüger-0/+182
2023-06-28Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnrDylan DPC-0/+1
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-3/+3
2023-06-27Rollup merge of #113020 - AnthonyKalaitzis:add-tests-impl-via-obj-unless-deni...Matthias Krüger-0/+45
2023-06-27Add passing & failing test for bultin dyn trait generationAnthony Kalaitzis-0/+45
2023-06-26Account for late-bound vars from parent arg-position impl traitMichael Goulet-0/+28
2023-06-26Add some tests around where bounds on associated items and their lack of effe...Oli Scherer-0/+182
2023-06-25Rollup merge of #113007 - compiler-errors:dont-structural-resolve-byte-str-pa...Matthias Krüger-1/+12
2023-06-24Revert "Structurally resolve correctly in check_pat_lit"Michael Goulet-1/+12
2023-06-24Rollup merge of #112703 - aliemjay:next-solver-root-var, r=compiler-errorsGuillaume Gomez-0/+17
2023-06-24instantiate hidden types in root universeAli MJ Al-Nasrawy-0/+17
2023-06-23Resolve vars when reporting WF errorMichael Goulet-4/+4
2023-06-23Don't emit same goal as input during wf obligationsMichael Goulet-1/+15
2023-06-20Remove unnecessary call to select_from_obligationMichael Goulet-0/+1
2023-06-20Rollup merge of #112786 - lcnr:early-binder, r=NilstriebGuillaume Gomez-22/+22
2023-06-20Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnrbors-0/+50
2023-06-20Merge attrs, better validationMichael Goulet-0/+50
2023-06-19update testslcnr-22/+22
2023-06-19Don't ICE on bound var in reject_fn_ptr_implsMichael Goulet-0/+40
2023-06-16Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol...Dylan DPC-0/+19
2023-06-16Rollup merge of #112399 - compiler-errors:closure-substs-root-universe, r=lcnrDylan DPC-0/+7
2023-06-16Rollup merge of #112163 - bvanjoi:fix-105231-2, r=compiler-errorsDylan DPC-0/+38
2023-06-16fix: inline `predicate_may_hold_fatal`bohan-0/+38
2023-06-15change `std::marker::Sized` to just `Sized`Lukas Markeffsky-2/+2
2023-06-14Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errorsbors-0/+72
2023-06-13opportunistically resolve regionsMichael Goulet-0/+19
2023-06-13Add a test for `-Zprint-vtable-sizes`Maybe Waffle-0/+72
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-1/+1
2023-06-09Ignore tests that hang in new solverMichael Goulet-2/+3
2023-06-09Rollup merge of #112442 - compiler-errors:next-solver-deduplicate-region-cons...Guillaume Gomez-0/+31
2023-06-09Rollup merge of #112428 - compiler-errors:next-solver-struct-resolv-pat, r=lcnrMatthias Krüger-0/+11
2023-06-08deduplicate identical region constraintsMichael Goulet-0/+31
2023-06-08Structurally resolve correctly in check_pat_litMichael Goulet-0/+11
2023-06-08Do fix_*_builtin_expr hacks on the writeback resultsMichael Goulet-0/+11
2023-06-07Instantiate closure synthetic substs in root universeMichael Goulet-0/+7
2023-06-06Fall back to bidirectional normalizes-to if no subst-eq in alias-eq goalMichael Goulet-0/+73
2023-06-02Normalize anon consts in new solverMichael Goulet-24/+50
2023-06-01Rollup merge of #111980 - compiler-errors:unmapped-substs, r=lcnrDylan DPC-0/+19
2023-05-31update test to not rely on super_relate_consts hackBoxy-2/+24