about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-3/+13
2025-01-28Do not assume child bound assumptions for rigid aliasMichael Goulet-3/+13
2025-01-28Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJungMatthias Krüger-10/+228
2025-01-28"normalize" signature before checking mentions selfBoxy-0/+52
2025-01-28add test case for implicitly stable const fnDeadbeef-1/+117
2025-01-28Implement MIR const trait stability checksDeadbeef-10/+112
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-86/+0
2025-01-25Fix typo in const stability error messageDeadbeef-1/+1
2025-01-25Rollup merge of #135971 - compiler-errors:self-projection, r=fmeaseMatthias Krüger-3/+20
2025-01-24Properly report error when object type param default references selfMichael Goulet-3/+20
2025-01-23Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errorsMatthias Krüger-0/+21
2025-01-23Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r...Matthias Krüger-0/+56
2025-01-22Don't ICE in coerce when autoderef fails to structurally normalize non-WF typ...Michael Goulet-0/+56
2025-01-22Rollup merge of #135866 - BoxyUwU:dont_pick_fnptr_nested_goals, r=lcnrMatthias Krüger-0/+62
2025-01-22Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnrMatthias Krüger-0/+45
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-142/+175
2025-01-22Use `structurally_normalize` instead of manual `normalizes-to` goalsBoxy-0/+45
2025-01-22Don't pick `T: FnPtr` nested goalsBoxy-0/+62
2025-01-21Auto merge of #133830 - compiler-errors:span-key, r=lcnrbors-333/+344
2025-01-20handle global trait bounds defining assoc typelcnr-0/+21
2025-01-18Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errorsbors-0/+70
2025-01-17add testlcnr-0/+70
2025-01-16Auto merge of #134504 - oli-obk:push-rltsvnyttwll, r=compiler-errorsbors-0/+29
2025-01-15Rollup merge of #135498 - compiler-errors:dyn-upcasting-completeness, r=lcnrGuillaume Gomez-0/+29
2025-01-14Rollup merge of #135425 - compiler-errors:not-conditionally-const, r=RalfJungJubilee-5/+3
2025-01-14Rollup merge of #135423 - compiler-errors:enforce-const-trait-syntactical, r=...Jubilee-5/+108
2025-01-14Rollup merge of #134940 - compiler-errors:scrape, r=lcnrJubilee-0/+13
2025-01-15Rework trait expansion to happen once explicitlyMichael Goulet-333/+344
2025-01-14Make sure to scrape region constraints from deeply normalizing type outlives ...Michael Goulet-0/+13
2025-01-14Enforce syntactical stability of const traits in HIRMichael Goulet-5/+108
2025-01-14Do not consider traits that have unsatisfied const conditions to be condition...Michael Goulet-5/+3
2025-01-14Prefer lower TraitUpcasting candidatesMichael Goulet-0/+29
2025-01-14add note to testlcnr-1/+1
2025-01-14Leak check in impossible_predicates to avoid monomorphizing impossible instancesMichael Goulet-0/+79
2025-01-11Remove a bunch of diagnostic stashing that doesn't do anythingMichael Goulet-15/+26
2025-01-10Rollup merge of #134732 - compiler-errors:unify-conditional-const-error-repor...Jacob Pratt-10/+16
2025-01-10Rollup merge of #135294 - ChrisDenton:bare-fn-width, r=jieyouxuMatthias Krüger-6/+8
2025-01-09Make bare-fn test less dependent on path widthChris Denton-6/+8
2025-01-09Unify conditional and non const call error reportingMichael Goulet-16/+16
2025-01-09Add note back to conditionally-const error messageMichael Goulet-0/+6
2025-01-09Use trait definition cycle detection for trait alias definitions, tooOli Scherer-0/+29
2025-01-08Implement const Destruct in old solverMichael Goulet-32/+95
2025-01-08Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnrbors-8/+6
2025-01-06Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnrJacob Pratt-0/+92
2025-01-06Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnrJacob Pratt-8/+11
2025-01-06`best_blame_constraint`: add a special case to recover object lifetime defaul...dianne-3/+6
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-14/+9
2025-01-06Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwcoMatthias Krüger-0/+63
2025-01-06Recurse on GAT where clauses in fulfillment error proof tree visitorMichael Goulet-18/+14
2025-01-06Don't ice on bad transmute in typeck in new solverMichael Goulet-0/+92