aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics/decl_check
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary allocs in case_convLukas Wirth2021-02-051-18/+16
* Deny unreachable-pubAleksey Kladov2020-11-021-3/+3
* Make IncorrectDiagnostic match rustc by copying rustc's code.Arif Roktim2020-10-251-126/+123
* Properly identify camel cased acronyms as UpperCamelCaseArif Roktim2020-10-211-1/+8
* Add to_upper_snake_case function to stdxIgor Aleksanov2020-10-121-2/+1
* Fix compilation errorIgor Aleksanov2020-10-121-2/+1
* Apply suggestions from code reviewIgor Aleksanov2020-10-121-2/+2
* Code style adjustmentsIgor Aleksanov2020-10-121-3/+35
* Refactor string helpers for decl_check moduleIgor Aleksanov2020-10-121-32/+97
* Improve string helpers functionsIgor Aleksanov2020-10-121-1/+8
* Extract helper functions into a separate moduleIgor Aleksanov2020-10-121-0/+92