about summary refs log tree commit diff
path: root/tests/ui/closures
AgeCommit message (Expand)AuthorLines
2025-01-28Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgrbors-0/+3
2025-01-28"normalize" signature before checking mentions selfBoxy-0/+3
2025-01-28Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obkMatthias Krüger-38/+8
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da...Michael Goulet-38/+8
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-37/+0
2025-01-25Rollup merge of #135985 - Zalathar:whats-upvar, r=lqdMatthias Krüger-41/+46
2025-01-24Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obkMatthias Krüger-1/+1
2025-01-24Add some notes and test some more pattern variantsZalathar-1/+19
2025-01-24Rename test to `unresolvable-upvar-issue-87987.rs`Zalathar-15/+2
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-1/+1
2025-01-23Bless and add testsBoxy-0/+55
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-8/+38
2025-01-14mir borrowck: cleanup late-bound region handlinglcnr-2/+2
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