about summary refs log tree commit diff
path: root/tests/ui/type-inference
AgeCommit message (Expand)AuthorLines
2025-09-26use `try_structurally_resolve_type` for method receiverlcnr-1/+1
2025-09-23revert change removing `has_infer` check. Commit conservatively patches for n...ash-0/+26
2025-09-15remove FIXME from `has_significant_drop`, replaced with checking non_region_i...ash-0/+18
2025-08-08Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxuStuart Cook-2/+2
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-1/+1
2025-08-05commentsKivooeo-2/+2
2025-08-01Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxuRalf Jung-0/+21
2025-07-31commentsKivooeo-26/+2
2025-07-24Rehome tests/ui/issues/ tests [1/?]Oneirical-0/+17
2025-07-24moved 35 tests to organized locationsKivooeo-0/+45
2025-07-11Rollup merge of #143302 - Kivooeo:tf27, r=tgross35Matthias Krüger-0/+42
2025-07-10cleaned up some testsKivooeo-5/+7
2025-07-05cleaned up some testsKivooeo-7/+19
2025-07-05moved & deleted testsKivooeo-0/+52
2025-07-01moved testsKivooeo-0/+40
2025-05-05fix tidy and bless testSkgland-6/+8
2025-05-05expand commentSkgland-0/+29
2025-05-03add a test for issue rust-lang/rust#81317Skgland-0/+57
2025-02-03In "specify type" suggestion, skip type params that are already knownEsteban Küber-2/+2
2024-07-15make invalid_type_param_default lint show up in cargo future-compat reportsRalf Jung-0/+10
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-12-01Handle recursion limit for subtype and well-formed predicatesMatthew Jasper-0/+25
2023-11-24Show number in error message even for one errorNilstrieb-6/+6
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-3/+8
2023-07-04Add a test for `PartialEq` across `Allocator`s breaking inference (#113283)Trevor Gross-0/+18
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-1/+1
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+164