about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2025-02-28add test using only trait boundslcnr-0/+48
2025-02-28reviewlcnr-2/+10
2025-02-28add test for newly supported behaviorlcnr-0/+43
2025-02-28normalizing where-clauses is also coinductive, add testslcnr-2/+142
2025-02-28remove useless testslcnr-238/+0
2025-02-27Delete tuple unsizingAlice Ryhl-6/+0
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-1/+100
2025-02-26Rollup merge of #137613 - davidtwco:const-traits-variances, r=compiler-errorsLeón Orell Valerian Liehr-0/+21
2025-02-26Rollup merge of #137604 - davidtwco:host-effect-resolve-vars, r=compiler-errorsLeón Orell Valerian Liehr-0/+36
2025-02-25Don't require method impls for methods with `Self:Sized` bounds for impls for...Oli Scherer-11/+51
2025-02-24Consolidate and rework CoercePointee and DispatchFromDyn errorsMichael Goulet-2/+2
2025-02-24hir_analysis: skip self type of host effect predsDavid Wood-3/+2
2025-02-24tests: add variance test for const traitsDavid Wood-0/+22
2025-02-24trait_sel: resolve vars in host effectsDavid Wood-0/+36
2025-02-21Do not deduplicate list of associated types provided by dyn principalMichael Goulet-3/+145
2025-02-20Turn order dependent trait objects future incompat warning into a hard errorOli Scherer-99/+23
2025-02-19Rollup merge of #137232 - estebank:from-residual-note, r=petrochenkovMatthias Krüger-3/+4
2025-02-19Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwcoMatthias Krüger-2/+2
2025-02-18Don't mention `FromResidual` on bad `?`Esteban Küber-3/+4
2025-02-17Deeply normalize associated type bounds before proving themMichael Goulet-22/+32
2025-02-15fix: Alloc new errorcode E0803 for E0495xizheyin-2/+2
2025-02-14Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebankMatthias Krüger-21/+14
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-7/+7
2025-02-14Consider add-prefix replacements tooMichael Goulet-12/+8
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-9/+6
2025-02-14Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubileebors-0/+18
2025-02-13Rollup merge of #136951 - compiler-errors:clause-binder, r=lqdJubilee-0/+18
2025-02-14fallout :skull_emoji:lcnr-11/+64
2025-02-14eagerly prove WF when resolving fully qualified pathslcnr-0/+39
2025-02-12Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errorsJacob Pratt-17/+15
2025-02-12Use the right binder for rebinding PolyTraitRefMichael Goulet-0/+18
2025-02-12Rollup merge of #136838 - compiler-errors:escaping-unsize, r=fmeaseGuillaume Gomez-0/+41
2025-02-11Reject `impl Trait` bounds in various places where we unconditionally warned ...Oli Scherer-17/+15
2025-02-10Check whole Unsize predicate for escaping bound varsMichael Goulet-0/+41
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-139/+209
2025-02-06allow+update `deref_into_dyn_supertrait`Waffle Lapkin-62/+52
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-227/+60
2025-02-06Rollup merge of #136311 - compiler-errors:vtable-fixes-2, r=lcnrMatthias Krüger-0/+26
2025-02-05Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errorsJubilee-1/+1
2025-02-05Pass spans around new solverMichael Goulet-4/+12
2025-02-05When displaying a parameter mismatch error, only highlight the mismatched par...Jason Newcomb-1/+1
2025-02-04Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errorsMatthias Krüger-1/+1
2025-02-04Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnrMatthias Krüger-26/+37
2025-02-04Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=NoratriebJacob Pratt-9/+10
2025-02-03Check Sizedness of return type in WFMichael Goulet-26/+37
2025-02-03Check for generic parameter mismatches on trait functions.Jason Newcomb-1/+1
2025-02-03Enable more tests on WindowsBen Kimock-9/+10
2025-02-02Rollup merge of #136328 - estebank:long-ty-path, r=jieyouxu,lqdMatthias Krüger-5/+3
2025-02-01Rollup merge of #136314 - compiler-errors:const-deref-adj, r=fee1-deadMatthias Krüger-0/+28
2025-02-01Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnrMatthias Krüger-5/+6