summary refs log tree commit diff
path: root/tests/ui/closures
AgeCommit message (Expand)AuthorLines
2025-02-06Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-8/+38
2024-12-31chore: fix some typospeicuiping-1/+1
2024-12-15Auto merge of #134318 - matthiaskrgr:rollup-jda0jkx, r=matthiaskrgrbors-0/+5
2024-12-14Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obkMatthias Krüger-0/+5
2024-12-14Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R...bors-38/+8
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-144/+31
2024-12-13Suggest using deref in patternsuellenberg-0/+5
2024-12-13Stabilize async closuresMichael Goulet-11/+8
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-114/+31
2024-12-12Tweak multispan renderingEsteban Küber-30/+0
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-3/+3
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-3/+3
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-4/+4
2024-12-03Bounds-check with PtrMetadata instead of Len in MIRScott McMurray-38/+8
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-4/+1
2024-11-23Update tests for new TRPL chapter orderChris Krycho-7/+7
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