about summary refs log tree commit diff
path: root/tests/ui/closures/2229_closure_analysis
AgeCommit message (Expand)AuthorLines
2025-05-27Update tests with Range parameter to `BTreeMap::extract_if` etc.Sidney Cammeresi-2/+2
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-4/+4
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-47/+47
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-2/+2
2025-02-14Consider add-prefix replacements tooMichael Goulet-3/+2
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-3/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-4/+6
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da...Michael Goulet-38/+8
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-18Revert "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-13Suggest using deref in patternsuellenberg-0/+5
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-03Bounds-check with PtrMetadata instead of Len in MIRScott McMurray-38/+8
2024-11-23Update tests for new TRPL chapter orderChris Krycho-7/+7
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-04Remove BorrowKind glob, make names longerMichael Goulet-239/+239
2024-10-05Document things a bit more carefully, also account for coercion in check_expr...Michael Goulet-4/+2
2024-08-10Update testsNadrieril-2/+1
2024-07-04More accurate mutability suggestionEsteban Küber-9/+15
2024-07-02chore: remove duplicate wordshattizai-2/+2
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-3/+3
2024-05-03turn pointer_structural_match into a hard errorRalf Jung-27/+2
2024-04-10Handle more cases of value suggestionsEsteban Küber-2/+2
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)-196/+196
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-1/+1
2024-02-05update the tracking issue for structural match violationsRalf Jung-2/+2
2024-02-05show indirect_structural_match and pointer_structural_match in future compat ...Ralf Jung-0/+11
2024-01-13Bless testsGeorge-lewis-261/+357
2024-01-05Remove `hir::Guard`Matthew Jasper-2/+2
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-10/+10
2023-12-18Fix ICE `ProjectionKinds Deref and Field were mismatched`Gurinder Singh-0/+27
2023-11-24Show number in error message even for one errorNilstrieb-22/+22
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-1/+14
2023-11-03Tweak spans for "adt defined here" noteNadrieril-2/+2
2023-10-28make pointer_structural_match warn-by-defaultRalf Jung-1/+14
2023-09-22Capture scrutinee of if let guards correctlyMatthew Jasper-0/+158
2023-09-16Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obkbors-17/+12
2023-09-03Improve clarity of diagnostic message on non-exhaustive matchesSebastian Toh-1/+1