aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics/match_check
Commit message (Collapse)AuthorAgeFilesLines
* Nest all the or-patterns!Lukas Wirth2021-06-171-6/+3
|
* Merge #9260bors[bot]2021-06-141-1/+1
|\ | | | | | | | | | | | | | | 9260: tree-wide: make rustdoc links spiky so they are clickable r=matklad a=lf- Rustdoc was complaining about these while I was running with --document-private-items and I figure they should be fixed. Co-authored-by: Jade <[email protected]>
| * tree-wide: make rustdoc links spiky so they are clickableJade2021-06-141-1/+1
| |
* | minor: put a mark backAleksey Kladov2021-06-131-0/+1
| |
* | clippy::redudant_borrowMaan20032021-06-132-4/+4
| |
* | Move some hir_ty diagnostics to hirAleksey Kladov2021-06-121-1/+0
|/
* minor: Avoid eprintln on panicDawer2021-06-011-3/+2
|
* Expand fixme commentsDawer2021-05-312-2/+4
|
* Take substitutions into account.Dawer2021-05-312-12/+15
|
* eprint panic contextDawer2021-05-312-14/+24
|
* minor: doc comment pat_utilDawer2021-05-311-0/+4
|
* Box field detection; test #[non-exhaustive] attributeDawer2021-05-312-10/+16
|
* Replace the old match checking algorithmDawer2021-05-313-0/+2126