summary refs log tree commit diff
path: root/tests/ui/inference
AgeCommit message (Expand)AuthorLines
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-0/+1
2024-03-03Move testsCaio-0/+55
2024-02-29renaming test casesyukang-9/+9
2024-02-29Suggest removing superfluous semicolos when statements used as expressionsyukang-0/+205
2024-02-22Overhaul the handling of errors at the top-level.Nicholas Nethercote-2/+0
2024-02-19Drive-by `DUMMY_SP` -> `Span` and fmt changesEsteban Küber-1/+12
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-43/+43
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-3/+16
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-3/+16
2024-02-13Move testsCaio-0/+53
2024-01-31Remove a has_errors check that only hides errors after unrelated items have e...Oli Scherer-2/+8
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-5/+5
2024-01-19use implied bounds compat mode in MIR borrowcklcnr-7/+12
2024-01-17Don't use compat versions of implied bounds in ImpliedOutlivesBounds queryJack Huey-1/+15
2024-01-13Bless testsGeorge-lewis-0/+1
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-1/+1
2023-12-14update use of feature flagslcnr-1/+1
2023-12-08Support bare unit structs in destructuring assignmentsMichael Goulet-5/+1
2023-11-24Show number in error message even for one errorNilstrieb-30/+30
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-18/+5
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-1/+1
2023-10-15Suggest adding `return` if the type of unused semi return value can coerce to...yukang-0/+159
2023-10-06Fix windows test that has different stderr outputEsteban Küber-1/+2
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-56/+29
2023-10-04Show more information when multiple `impl` applyEsteban Küber-2/+103
2023-08-28Tweak output of `to_pretty_impl_header` involving only anon lifetimesEsteban Küber-15/+15
2023-08-26More accurately point at argumentsEsteban Küber-7/+7
2023-08-16Fix suggestion for attempting to define a string with single quotesbeetrees-1/+14
2023-08-01Don't select infer -> dyn TraitMichael Goulet-1/+3
2023-07-16stop mentioning number of applicate implementationslcnr-1/+1
2023-07-16self type param infer, avoid ICElcnr-0/+21
2023-07-11Rollup merge of #113567 - chenyukang:yukang-fix-113354-while-let, r=cjgillotJubilee-0/+22
2023-07-11While let suggestion will work for closureyukang-0/+22
2023-07-08Don't suggest `impl Trait` in path position许杰友 Jieyou Xu (Joe)-0/+26
2023-06-08Point at correct exprs for assert_eq type mismatchMichael Goulet-6/+7
2023-05-09Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkovMatthias Krüger-0/+23
2023-05-08Move testsCaio-0/+23
2023-05-08Tweak borrow suggestionMichael Goulet-8/+12
2023-04-26Rollup merge of #110825 - notriddle:notriddle/issue-70082, r=compiler-errorsMatthias Krüger-0/+27
2023-04-25diagnostics: add test case for already-solved issueMichael Howell-0/+27
2023-04-19Suggest deref on comparison binop RHS even if type is not CopyMichael Goulet-1/+23
2023-04-07update tests/uiickk-1/+1
2023-04-07Rollup merge of #109957 - fmease:fix-109905, r=petrochenkovMatthias Krüger-4/+48
2023-04-05account for self type when looking for source of unsolved ty varLeón Orell Valerian Liehr-4/+48
2023-04-05Add regression test for #80409Yuki Okushi-0/+36
2023-03-25fix type suggestions in match armsLukas Markeffsky-1/+32
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-12/+12
2023-02-12Suggest the correct array length on mismatchclubby789-0/+33
2023-02-10Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnrMatthias Krüger-0/+30
2023-02-09Introduce `ReError`Esteban Küber-110/+15