index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
hir_ty
/
src
/
diagnostics
/
decl_check.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve decl_check module readability
Igor Aleksanov
2020-11-03
1
-6
/
+6
*
Remove numbers from comments in decl_check.rs
Igor Aleksanov
2020-11-03
1
-15
/
+15
*
Check for allow(..) attributes for case diagnostic
Igor Aleksanov
2020-11-03
1
-25
/
+91
*
Properly identify camel cased acronyms as UpperCamelCase
Arif Roktim
2020-10-21
1
-2
/
+26
*
Keep SyntaxNodePtr::range private
Igor Aleksanov
2020-10-12
1
-2
/
+11
*
Replace 'if let' with 'match' in decl_check.rs
Igor Aleksanov
2020-10-12
1
-30
/
+33
*
Add to_upper_snake_case function to stdx
Igor Aleksanov
2020-10-12
1
-2
/
+2
*
Fix code style issues
Igor Aleksanov
2020-10-12
1
-2
/
+6
*
Fix issues with match arm bindings
Igor Aleksanov
2020-10-12
1
-7
/
+12
*
Code style adjustments
Igor Aleksanov
2020-10-12
1
-2
/
+50
*
Make incorrect case diagnostic work inside of functions
Igor Aleksanov
2020-10-12
1
-32
/
+245
*
Add diagnostics for enum names and variants
Igor Aleksanov
2020-10-12
1
-1
/
+146
*
Check structure fields to be snake_case
Igor Aleksanov
2020-10-12
1
-46
/
+65
*
Add check for structure names to be CamelCase
Igor Aleksanov
2020-10-12
1
-0
/
+138
*
Extract helper functions into a separate module
Igor Aleksanov
2020-10-12
1
-29
/
+20
*
Add checks for function parameters
Igor Aleksanov
2020-10-12
1
-6
/
+91
*
Create basic support for names case checks and implement function name case c...
Igor Aleksanov
2020-10-12
1
-0
/
+173