aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics
Commit message (Expand)AuthorAgeFilesLines
...
* Check structure fields to be snake_caseIgor Aleksanov2020-10-121-46/+65
* Add check for structure names to be CamelCaseIgor Aleksanov2020-10-121-0/+138
* Extract helper functions into a separate moduleIgor Aleksanov2020-10-122-29/+112
* Add checks for function parametersIgor Aleksanov2020-10-121-6/+91
* Create basic support for names case checks and implement function name case c...Igor Aleksanov2020-10-121-0/+173
* Fix missing match arm false error on unknown typeCAD972020-08-172-4/+2
* Document missing match arm false positiveCAD972020-08-171-0/+19
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-133-0/+2195