about summary refs log tree commit diff
path: root/tests/ui/traits/next-solver
AgeCommit message (Expand)AuthorLines
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
2024-09-09compiler: Inform the solver of concurrencyJubilee Young-0/+51
2024-08-13Use the right type when coercing fn items to pointersMichael Goulet-1/+8
2024-07-12rustc_type_ir: derivative -> derive-wherePavel Grigorenko-4/+4
2024-07-05Actually just make can_eq process obligations (almost) everywhereMichael Goulet-4/+0
2024-07-05Process alias-relate obligations when proving receiver_is_validMichael Goulet-0/+23
2024-07-02Actually report normalization-based type errors correctly for alias-relate ob...Michael Goulet-4/+19
2024-06-27Tighten spans for async blocksMichael Goulet-1/+1
2024-06-22Make `effects` an incomplete featureDeadbeef-1/+12
2024-06-19rustc_type_ir: Omit some struct fields from Debug outputLeón Orell Valerian Liehr-4/+4
2024-06-16Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelixJacob Pratt-2/+2
2024-06-13Check that alias-relate terms are WF if reporting an error in alias-relateMichael Goulet-113/+7
2024-06-12Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726Jubilee-1/+11