about summary refs log tree commit diff
path: root/tests/ui/inference
AgeCommit message (Expand)AuthorLines
2025-01-11Bless new test output (new trait impls in lists of suggestions)Josh Triplett-5/+17
2024-12-31chore: fix typosdxsullivan-1/+1
2024-11-26Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errorsbors-2/+2
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-3/+0
2024-11-24Simplify array length mismatch error reportingMichael Goulet-2/+2
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-1/+1
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-2/+2
2024-09-16Relate receiver invariantly in method probe for Mode::PathMichael Goulet-4/+4
2024-09-05Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat...Matthias Krüger-2/+2
2024-08-29Make the "detect-old-time" UI test more representativeJosh Stone-8/+16
2024-08-28Emit specific message for `time<0.3.35` inference failureEsteban Küber-0/+19
2024-08-27Arbitrary self types v2: pointers feature gate.Adrian Taylor-2/+2
2024-07-29only accept adt type during infer source visitorbohan-0/+116
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-1/+1
2024-07-05Use verbose style for argument removal suggestionEsteban Küber-4/+6
2024-06-19Const generic parameters aren't bounds, even if we end up erroring because of...Oli Scherer-2/+2
2024-06-19Taint infcx when reporting errorsOli Scherer-3/+8
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-4/+4
2024-05-29Partially implement `ConstArgHasType`Boxy-1/+1
2024-05-28Don't suggest turning non-char-literal exprs of ty `char` into string literalsLeón Orell Valerian Liehr-0/+57
2024-05-23Handle `ReVar` in `note_and_explain_region`.Nicholas Nethercote-0/+21
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+45
2024-04-25Check closure args and returns are WFMichael Goulet-22/+36
2024-04-20Print note with closure signature on type mismatchDaniel Sedlak-0/+29
2024-04-16Don't proceed into parent bodies when collecting stmts for possible return su...Michael Goulet-0/+39
2024-04-11Remove `From` impls for unstable types that break inferenceTrevor Gross-0/+9
2024-04-11Rollup merge of #123703 - estebank:diag-changes-2, r=NadrierilLeón Orell Valerian Liehr-8/+8
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-8/+8
2024-04-08Scrape extraneous regions from instantiate_nll_query_response_and_region_obli...Oli Scherer-1/+1
2024-03-24Rollup merge of #122217 - estebank:issue-119685, r=fmeaseMatthias Krüger-6/+6
2024-03-22Rollup merge of #122844 - matthiaskrgr:just_one_more_test_mom, r=compiler-errorsMatthias Krüger-0/+35
2024-03-21add test for ice "cannot relate region: LUB(ReErased, ReError)"Matthias Krüger-0/+35
2024-03-21add test for https://github.com/rust-lang/rust/issues/122098 ICE: index out ...Matthias Krüger-0/+97
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-16/+3
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-6/+25
2024-03-17review comment: `str` -> string in messagesEsteban Küber-4/+4
2024-03-17Use shorter span for existing `'` -> `"` structured suggestionEsteban Küber-2/+2
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