aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics/match_check/deconstruct_pat.rs
Commit message (Collapse)AuthorAgeFilesLines
* Nest all the or-patterns!Lukas Wirth2021-06-171-6/+3
|
* minor: put a mark backAleksey Kladov2021-06-131-0/+1
|
* clippy::redudant_borrowMaan20032021-06-131-1/+1
|
* Move some hir_ty diagnostics to hirAleksey Kladov2021-06-121-1/+0
|
* Expand fixme commentsDawer2021-05-311-1/+2
|
* Take substitutions into account.Dawer2021-05-311-11/+14
|
* eprint panic contextDawer2021-05-311-13/+16
|
* Box field detection; test #[non-exhaustive] attributeDawer2021-05-311-8/+14
|
* Replace the old match checking algorithmDawer2021-05-311-0/+894