summaryrefslogtreecommitdiff
path: root/tests/ui/pattern
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #105750 - oli-obk:valtrees, r=lcnrbors2023-05-162-40/+53
|\
| * Always fall back to PartialEq when a constant in a pattern is not recursively...Oli Scherer2023-05-152-40/+53
* | Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb2023-05-161-6/+9
|\ \ | |/ |/|
| * refactor(resolve): clean up the early error return caused by non-callbohan2023-05-101-6/+9
* | Adjust tests for new drop and forget lintsUrgau2023-05-104-0/+9
|/
* tweak spans for `ref mut` suggestionEzra Shaw2023-05-051-2/+2
* fix testsyukang2023-05-011-9/+6
* Rip it outNilstrieb2023-05-013-15/+13
* Run `check_match` and `check_liveness` when MIR is built instead of having an...Oli Scherer2023-04-215-207/+207
* Reinstate confusion note.Camille GILLOT2023-04-031-0/+4
* Perform match checking on THIR.Camille GILLOT2023-04-0330-179/+179
* Shrink binding span.Camille GILLOT2023-04-038-413/+273
* Add notes to non-structural const in pattern error messageJamen Marz2023-03-272-0/+32
* error-msg: impl better suggestion for `E0532`Ezra Shaw2023-03-153-0/+136
* resolve: Remove `struct_field_names_untracked`Vadim Petrochenkov2023-03-131-2/+2
* Modify primary span label for E0308Esteban Küber2023-01-309-12/+12
* Rollup merge of #106978 - mejrs:mir_build3, r=davidtwcoMatthias Krüger2023-01-266-208/+208
|\
| * Migrate mir_build's borrow conflictsmejrs2023-01-176-208/+208
* | Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger2023-01-251-0/+2
|\ \
| * | Tweak E0597Esteban Küber2023-01-151-0/+2
| |/
* | Change `bindings_with_variant_name` to deny-by-default--global2023-01-204-29/+27
* | suggest fix for attempted integer identifier in patternsEzra Shaw2023-01-142-0/+42
|/
* Translate `Overlap` eagerlymejrs2023-01-111-0/+1
* Don't recommend `if let` if `let else` worksmejrs2023-01-112-10/+2
* Migrate pattern matchingmejrs2023-01-118-59/+65
* Migrate deconstruct_pat.rsmejrs2023-01-111-1/+0
* Move /src/test to /testsAlbert Larsan2023-01-11300-0/+14295