summary refs log tree commit diff
path: root/tests/ui/methods
AgeCommit message (Expand)AuthorLines
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-3/+3
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-3/+3
2024-05-23Don't continue probing for method if in suggestion and autoderef hits ambiguityMichael Goulet-0/+25
2024-05-20Note for E0599 if shadowed bindings has the method.surechen-0/+24
2024-05-13Add test to make sure suggestions are still quickMichael Goulet-0/+247
2024-05-09Fix test problems discovered by the revision checkZalathar-0/+1
2024-05-04compiletest: add enable-by-default check-cfgUrgau-0/+3
2024-04-27tests: remove some trailing wsklensy-1/+1
2024-04-21Use sup instead of eq when unifying self typeMichael Goulet-0/+24
2024-04-21Use fulfillment, not evaluate, during method probeMichael Goulet-0/+58
2024-04-11Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebankbors-0/+87
2024-04-11Rollup merge of #123703 - estebank:diag-changes-2, r=NadrierilLeón Orell Valerian Liehr-1/+1
2024-04-10rework ptr-to-ref conversion suggestion for method callsKalle Wachsmuth-6/+73
2024-04-10move testKalle Wachsmuth-0/+20
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-1/+1
2024-04-09Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkinMatthias Krüger-13/+35
2024-04-04Add regression testOli Scherer-0/+66
2024-04-01Make sure to insert Sized bound first into clauses listMichael Goulet-0/+30
2024-03-27Stop sorting `DefId`s in the compilerOli Scherer-2/+2
2024-03-27Sort a diagnostic by `DefPathStr` instead of `DefId`Oli Scherer-2/+2
2024-03-27Sort method suggestions by `DefPath` instead of `DefId`Oli Scherer-26/+26
2024-03-20Use the more informative generic type inference failure error on method calls...Oli Scherer-13/+35
2024-03-05Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obkMatthias Krüger-10/+18
2024-03-03Move testsCaio-0/+32
2024-03-03Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods...Esteban Küber-10/+18
2024-02-22Deduplicate some logic and reword outputEsteban Küber-2/+2
2024-02-22Make confusable suggestions `verbose`Esteban Küber-2/+12
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-62/+62
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-1/+1
2024-02-07Update testsr0cky-3/+36
2024-02-06Rollup merge of #120507 - estebank:issue-108428, r=davidtwcoMatthias Krüger-2/+3
2024-02-01review comment: change wordingEsteban Küber-1/+1
2024-02-01On E0277 be clearer about implicit `Sized` bounds on type params and assoc typesEsteban Küber-2/+2
2024-01-30Account for non-overlapping unmet trait bounds in suggestionEsteban Küber-2/+3
2024-01-30Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obkGuillaume Gomez-4/+1
2024-01-26Use single label for method not found due to unmet boundEsteban Küber-4/+1
2024-01-24On E0308 involving `dyn Trait`, mention trait objectsEsteban Küber-0/+1
2024-01-05macro_rules: Add more tests for using `tt` in addition to `ident`Vadim Petrochenkov-6/+24
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-3/+3
2023-12-27fix broken CI and code reviewYoung-Flash-6/+53
2023-12-16test: add test case for `disambiguate the associated function` diagnosticYoung-Flash-0/+69
2023-11-24Show number in error message even for one errorNilstrieb-15/+15
2023-11-12Don't expect a rcvr in print_disambiguation_helpMichael Goulet-0/+46
2023-11-07Rework print_disambiguation_helpMichael Goulet-36/+36
2023-10-17Unify suggestion wordingEsteban Küber-74/+45
2023-10-17review comments + more testsEsteban Küber-12/+412
2023-10-17Properly account for self ty in method disambiguation suggestionEsteban Küber-0/+109
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-1/+1
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-1/+1