about summary refs log tree commit diff
path: root/tests/ui/fn
AgeCommit message (Expand)AuthorLines
2025-01-06`best_blame_constraint`: prioritize blaming interesting-seeming constraintsdianne-18/+18
2025-01-06`best_blame_constraint`: avoid blaming assignments without user-provided typesdianne-24/+21
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-21/+24
2024-11-26Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errorsGuillaume Gomez-1/+0
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-1/+0
2024-11-25Tweak parameter mismatch explanation to not say unknownMichael Goulet-5/+36
2024-08-05Enforce supertrait outlives obligations hold when confirming implMichael Goulet-2/+16
2024-07-26Peel off explicit (or implicit) deref before suggesting clone on move error i...Michael Goulet-9/+6
2024-07-17Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmeaseMatthias Krüger-1/+1
2024-07-14Use ordinal number in argument errorlong-long-float-1/+1
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-7/+32
2024-07-06show fnsig's output when there is differenceyukang-2/+2
2024-07-04More accurate mutability suggestionEsteban Küber-3/+5
2024-06-03Auto merge of #125778 - estebank:issue-67100, r=compiler-errorsbors-2/+2
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-3/+3
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-2/+2
2024-05-23Rollup merge of #124297 - oli-obk:define_opaque_types13, r=jackh726Matthias Krüger-0/+95
2024-04-24Modify `find_expr` from `Span` to better account for closuresEsteban Küber-3/+7
2024-04-24Register hidden types when equating function definitions in coercionOli Scherer-45/+5
2024-04-24Add some FnDef LUB coercion testsOli Scherer-0/+321
2024-04-23Allow coercing functions whose signature differs in opaque types in their def...Oli Scherer-42/+3
2024-04-23Add regression testOli Scherer-0/+134
2024-04-11Account for unops when suggesting cloningEsteban Küber-6/+9
2024-04-11Suggest `.clone()` when moved while borrowedEsteban Küber-0/+15
2024-04-04check `FnDef` return type for WFlcnr-37/+0
2024-04-03Rollup merge of #123291 - c410-f3r:testsssssss, r=petrochenkovMatthias Krüger-0/+38
2024-03-31Move some testsCaio-0/+38
2024-03-15Refactored a few bits:Steven Trotter-25/+20
2024-03-15Added ability to report on generic argument mismatch betterSteven Trotter-15/+40
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-23/+23
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-3/+16
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-5/+34
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-3/+24
2023-12-19rename to verbose-internalsjyn-1/+1
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-14/+14
2023-11-24Show number in error message even for one errorNilstrieb-11/+11
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-3/+3
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-1/+1
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-1/+3
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-2/+2
2023-09-06Add explanatory note to 'expected item' errorGurinder Singh-0/+2
2023-08-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-3/+0
2023-05-08Move testsCaio-0/+25
2023-04-22add known-bug test for unsound issue 100051whtahy-0/+31
2023-04-22add known-bug test for unsound issue 84533whtahy-0/+37
2023-04-03Never consider int and float vars for `FnPtr` candidatesNilstrieb-0/+10
2023-03-27Add a builtin `FnPtr` traitlcnr-0/+9
2023-03-10feat: implement better error for manual impl of `Fn*` traitsEzra Shaw-0/+28
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-1/+1
2023-01-30Make structured suggestion for fn casting verboseEsteban Küber-12/+18