about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2025-07-04Rollup merge of #143300 - Kivooeo:tf25, r=tgross35Jubilee-0/+13
2025-07-04Rollup merge of #143297 - Kivooeo:tf22, r=tgross35Jubilee-0/+45
2025-07-04Rollup merge of #143296 - Kivooeo:tf21, r=tgross35Jubilee-0/+103
2025-07-05cleaned up some testsKivooeo-5/+7
2025-07-05cleaned up some testsKivooeo-2/+3
2025-07-05cleaned up some testsKivooeo-7/+8
2025-07-05cleaned up some testsKivooeo-2/+4
2025-07-05moved & deleted testsKivooeo-0/+43
2025-07-05moved testsKivooeo-0/+102
2025-07-04Fix pretty printing of placeholder typesMichael Goulet-21/+22
2025-07-04Remove Symbol for Named LateParam/Bound variantsMichael Goulet-1/+1
2025-07-04Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obkMatthias Krüger-38/+0
2025-07-04Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnrJacob Pratt-0/+23
2025-07-03Remove PointerLike traitMichael Goulet-38/+0
2025-07-02Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obkMatthias Krüger-0/+19
2025-07-02Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-deadMatthias Krüger-2/+2
2025-07-02Consider polarity in sizedness fast pathMichael Goulet-0/+23
2025-07-01Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obkbors-42/+0
2025-07-01Remove support for dyn*Michael Goulet-42/+0
2025-07-01moved testsKivooeo-0/+45
2025-07-01Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomezbors-0/+162
2025-07-01Rollup merge of #143210 - Kivooeo:tf19, r=tgross35Guillaume Gomez-0/+162
2025-07-01Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errorsbors-85/+181
2025-07-01moved testsKivooeo-0/+12
2025-07-01Detect more cases of unused_parens around typesBenjamin Schulz-2/+2
2025-07-01Rollup merge of #143234 - GuillaumeGomez:ice-143128, r=oli-obkMatthias Krüger-2/+2
2025-07-01moved testsKivooeo-0/+47
2025-06-30Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC...Guillaume Gomez-2/+2
2025-06-30Assemble const bounds via normal item bounds in old solver tooMichael Goulet-0/+19
2025-06-30Rollup merge of #143168 - Kivooeo:tf16, r=tgross35dianqk-0/+49
2025-06-30Rollup merge of #143159 - compiler-errors:freshen-re-error, r=oli-obkdianqk-0/+56
2025-06-30Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxudianqk-0/+229
2025-06-30Merge `lower_item` into `check_item_type`Oli Scherer-1/+1
2025-06-30Move lazy type alias checks to non-hir-wfckOli Scherer-2/+2
2025-06-30Use predicate spans instead of whole item spansOli Scherer-19/+14
2025-06-30Check variances in the non-hir wfcheckerOli Scherer-11/+11
2025-06-30Don't look at static items' HIR for wfcheckOli Scherer-11/+11
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-50/+151
2025-06-30cleaned up some testsKivooeo-3/+12
2025-06-30cleaned up some testsKivooeo-60/+79
2025-06-29moved & deleted some testsKivooeo-0/+143
2025-06-29cleaned up some testsKivooeo-0/+229
2025-06-29Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxuGuillaume Gomez-0/+151
2025-06-29Fix the span of trait bound modifier `[const]`León Orell Valerian Liehr-215/+215
2025-06-28Do not freshen ReErrorMichael Goulet-0/+56
2025-06-28moved testsKivooeo-0/+40
2025-06-28cleaned up some testsKivooeo-0/+151
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-1211/+1266
2025-06-27Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnrGuillaume Gomez-89/+109
2025-06-27tests: add #![rustc_no_implicit_bounds]David Wood-89/+109