summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2025-03-14Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr"Michael Goulet-37/+26
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
2025-01-31Rework "long type names" printing logicEsteban Küber-5/+3
2025-01-31Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgrbors-27/+27
2025-01-31Ensure that we never try to monomorphize the upcasting of impossible dyn typesMichael Goulet-0/+26
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-5/+6
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-27/+27
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-4/+5
2025-01-31Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhprattbors-37/+102
2025-01-30Use proper type when applying deref adjustment in constMichael Goulet-0/+28
2025-01-30More assertions, tests, and miri coverageMichael Goulet-5/+42
2025-01-30normalize long-type.txt in testsRémy Rakic-4/+5
2025-01-30Normalize vtable entries before walking and deduplicating themMichael Goulet-2/+33
2025-01-30Do not treat vtable supertraits as distinct when bound with different bound varsMichael Goulet-2/+25
2025-01-30Remove print_vtable_sizesMichael Goulet-73/+0
2025-01-30Rework rustc_dump_vtableMichael Goulet-252/+417
2025-01-30merge testslcnr-23/+5
2025-01-30move non_lifetime_binder testslcnr-0/+97
2025-01-30remove redundant testlcnr-14/+0
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