aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics/decl_check.rs
Commit message (Expand)AuthorAgeFilesLines
* Properly identify camel cased acronyms as UpperCamelCaseArif Roktim2020-10-211-2/+26
* Keep SyntaxNodePtr::range privateIgor Aleksanov2020-10-121-2/+11
* Replace 'if let' with 'match' in decl_check.rsIgor Aleksanov2020-10-121-30/+33
* Add to_upper_snake_case function to stdxIgor Aleksanov2020-10-121-2/+2
* Fix code style issuesIgor Aleksanov2020-10-121-2/+6
* Fix issues with match arm bindingsIgor Aleksanov2020-10-121-7/+12
* Code style adjustmentsIgor Aleksanov2020-10-121-2/+50
* Make incorrect case diagnostic work inside of functionsIgor Aleksanov2020-10-121-32/+245
* Add diagnostics for enum names and variantsIgor Aleksanov2020-10-121-1/+146
* 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-121-29/+20
* 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