about summary refs log tree commit diff
path: root/src/test/ui/destructuring-assignment
AgeCommit message (Expand)AuthorLines
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-1/+16
2021-08-25Adjust spansNoah Lev-4/+4
2021-08-21Make E0023 spans even more preciseNoah Lev-20/+12
2021-08-17Make spans for tuple patterns in E0023 more preciseNoah Lev-8/+16
2021-08-11Modify structured suggestion outputEsteban Küber-6/+6
2021-04-17Move some tests to more reasonable directories - 6Caio-0/+78
2021-01-26Tweak suggestion for missing field in patternsEsteban Küber-4/+4
2021-01-16don't suggest erroneous trailing comma after `..`Zack M. Davis-2/+2
2021-01-12Include `..` suggestion if fields are all wildcardsCamelid-0/+8
2021-01-12Always show suggestions in their own subwindowsCamelid-8/+12
2021-01-12Only suggest `..` if more than one field is missingCamelid-20/+8
2021-01-12Specialize `..` help message for all fields vs. the restCamelid-2/+2
2021-01-12Suggest `Variant(..)` if all of the mentioned fields are `_`Camelid-4/+4
2021-01-12Suggest `_` and `..` if a pattern has too few fieldsCamelid-0/+18
2020-11-18Test drop order for (destructuring) assignmentsFabian Zaiser-0/+44
2020-11-14Add underscore expressions for destructuring assignmentsFabian Zaiser-16/+105
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-30/+315
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-39/+159
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-4/+0
2019-12-23Add new folder for destructuring assignment testsvarkor-0/+147