summary refs log tree commit diff
path: root/tests/ui/closures
AgeCommit message (Expand)AuthorLines
2024-11-21Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwUMatthias Krüger-0/+27
2024-11-17Make suggestion verboseEsteban Küber-4/+5
2024-11-17Point at `const` definition when used instead of a binding in a `let` statementEsteban Küber-1/+3
2024-11-13Suggest borrowing arguments in generic positions when trait bounds are satisfieddianne-16/+0
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-239/+239
2024-11-04remove support for extern-block const intrinsicsRalf Jung-2/+2
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-239/+239
2024-11-02Fix closure arg extraction in extract_callable_infoMichael Goulet-0/+27
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-10/+10
2024-10-14`rt::Argument`: elide lifetimesLieselotte-1/+1
2024-10-05Document things a bit more carefully, also account for coercion in check_expr...Michael Goulet-4/+2
2024-09-26Pass correct HirId to late_bound_vars in diagnostic codeLeón Orell Valerian Liehr-1/+53
2024-08-28Don't suggest adding return type for closures with default return typeWafarm-5/+0
2024-08-23document & impl the transmutation modeled by `BikeshedIntrinsicFrom`Jack Wrenn-2/+2
2024-08-19Fix wrong argument for `get_fn_decl`Wafarm-2/+5
2024-08-10Update testsNadrieril-2/+1
2024-07-22Note closure captures when reporting deferred cast to fn ptr failedMichael Goulet-0/+6
2024-07-20Just totally fully deny late-bound constsMichael Goulet-2/+9
2024-07-12Gate the type length limit check behind a nightly flagMichael Goulet-12/+1
2024-07-04More accurate mutability suggestionEsteban Küber-11/+20
2024-07-03Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnrbors-2/+12
2024-07-02Re-implement a type-size based limitMichael Goulet-2/+12
2024-07-02chore: remove duplicate wordshattizai-2/+2
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-3/+3
2024-06-10Make suggestion to change `Fn` to `FnMut` work with methods wellGurinder Singh-0/+57
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-2/+2
2024-05-26Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelixbors-27/+2
2024-05-20Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re...Michael Goulet-0/+3
2024-05-03turn pointer_structural_match into a hard errorRalf Jung-27/+2
2024-04-25hir typeck: look into nested goalslcnr-3/+84
2024-04-21Move some testsCaio-0/+40
2024-04-16Fail candidate assembly for erroneous typesGurinder Singh-12/+5
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-2/+2
2024-04-11Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebankbors-0/+48
2024-04-10Handle more cases of value suggestionsEsteban Küber-2/+2
2024-04-05Provide suggestion to dereference closure tail if appropriateEsteban Küber-0/+48
2024-03-31Move some testsCaio-0/+18
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-1/+1
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-1/+2
2024-02-27when defining opaques, require the hidden type to be well-formedlcnr-5/+5
2024-02-23Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errorsMatthias Krüger-12/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-263/+263
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-1/+18
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-1/+18
2024-02-13Move testsCaio-0/+13
2024-02-13Unmark the feature gate as incompleteNadrieril-12/+0
2024-02-08Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errorsMatthias Krüger-1/+15
2024-02-08Test `min_exhaustive_patterns` in more casesNadrieril-1/+15
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-4/+14
2024-02-06Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkovMatthias Krüger-1/+12