summary refs log tree commit diff
path: root/tests/ui/traits/next-solver
AgeCommit message (Expand)AuthorLines
2025-01-23add testlcnr-0/+70
2024-12-18resolve FIXMElcnr-5/+0
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-1/+1
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-3/+3
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-5/+5
2024-12-06Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc...bors-0/+34
2024-12-05Resolve moreMichael Goulet-0/+26
2024-12-03Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnrMatthias Krüger-0/+15
2024-12-02Structurally resolve in probe_adtMichael Goulet-0/+15
2024-12-02Assert that obligations are empty before deeply normalizingMichael Goulet-8/+7
2024-12-02Deeply normalize when computing implied outlives boundsMichael Goulet-0/+46
2024-11-28Structurally resolve before adjust_for_branchesMichael Goulet-0/+8
2024-11-28support revealing defined opaque post borrowcklcnr-0/+100
2024-11-28move tests into subdirlcnr-0/+0
2024-11-28Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomezbors-0/+79
2024-11-28Rollup merge of #133520 - compiler-errors:structurally-resolve-mir-borrowck, ...Guillaume Gomez-0/+32
2024-11-28Rollup merge of #133519 - compiler-errors:xform-ret-wf, r=lcnrGuillaume Gomez-0/+47
2024-11-27Rollup merge of #133521 - compiler-errors:structurally-resolve-cat-proj, r=lcnrMatthias Krüger-0/+20
2024-11-27Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnrMatthias Krüger-1/+30
2024-11-27Check xform_ret_ty for WF in the new solver to improve method winnowingMichael Goulet-0/+47
2024-11-27Structurally resolve before applying projection in borrowckMichael Goulet-0/+32
2024-11-27Bless tests due to extra error reporting due to normalizing types that are no...Michael Goulet-1/+10
2024-11-27Structurally resolve before matching on type of projectionMichael Goulet-0/+20
2024-11-27Structurally resolve before checking neverMichael Goulet-0/+20
2024-11-26add test for alias-bound shadowing, rename folderlcnr-0/+19
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-1/+1
2024-11-13actually test next solverlcnr-1/+15
2024-11-03Yeet effects featureMichael Goulet-12/+0
2024-11-02fix testsEsteban Küber-1/+1
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-9/+9
2024-10-24Deeply normalize type trace in type error reportingMichael Goulet-0/+34
2024-10-21don't bail when encountering many placeholderslcnr-14/+19
2024-10-21normalizes-to disable infer var checklcnr-7/+56
2024-10-19Rollup merge of #131795 - compiler-errors:expectation, r=NadrierilMatthias Krüger-13/+6
2024-10-16Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgrbors-0/+40
2024-10-16Stop inverting expectation in normalization errorsMichael Goulet-13/+6
2024-10-15Structurally resolve in may_coerceMichael Goulet-0/+40
2024-10-15Register a dummy candidate for failed structural normalization during candiat...Michael Goulet-15/+1
2024-10-15Be better at reporting alias errorsMichael Goulet-136/+20
2024-10-15Make sure the alias is actually rigidMichael Goulet-20/+148
2024-10-15stabilize `-Znext-solver=coherence`lcnr-8/+18
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-5/+5
2024-10-10Structurallyresolve adts and tuples expectations tooMichael Goulet-0/+32
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-5/+5
2024-10-02Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errorsbors-0/+97
2024-10-01add testslcnr-0/+97
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-2/+2
2024-09-27Cleanup some known-bug issuesJack Huey-3/+8
2024-09-20update testslcnr-1/+14
2024-09-12more eagerly discard constraints on overflowlcnr-0/+2