]> git.lizzy.rs Git - rust.git/history - crates/hir_ty/src/diagnostics/decl_check.rs
Move incorrect case diagnostic things into their module
[rust.git] / crates / hir_ty / src / diagnostics / decl_check.rs
2020-11-03 bors[bot]Merge #6401
2020-11-03 bors[bot]Merge #6435
2020-11-03 bors[bot]Merge #6430
2020-11-03 bors[bot]Merge #6447
2020-11-03 bors[bot]Merge #6421
2020-11-03 Igor AleksanovImprove decl_check module readability
2020-11-03 Igor AleksanovRemove numbers from comments in decl_check.rs
2020-11-03 Igor AleksanovCheck for allow(..) attributes for case diagnostic
2020-10-26 bors[bot]Merge #6257
2020-10-23 bors[bot]Merge #6251 #6310
2020-10-23 bors[bot]Merge #6324
2020-10-22 bors[bot]Merge #6326
2020-10-22 bors[bot]Merge #6319
2020-10-21 Arif RoktimProperly identify camel cased acronyms as UpperCamelCase
2020-10-12 bors[bot]Merge #6130 #6135
2020-10-12 Igor AleksanovKeep SyntaxNodePtr::range private
2020-10-12 Igor AleksanovReplace 'if let' with 'match' in decl_check.rs
2020-10-12 Igor AleksanovAdd to_upper_snake_case function to stdx
2020-10-12 Igor AleksanovFix code style issues
2020-10-12 Igor AleksanovFix issues with match arm bindings
2020-10-12 Igor AleksanovCode style adjustments
2020-10-12 Igor AleksanovMake incorrect case diagnostic work inside of functions
2020-10-12 Igor AleksanovAdd diagnostics for enum names and variants
2020-10-12 Igor AleksanovCheck structure fields to be snake_case
2020-10-12 Igor AleksanovAdd check for structure names to be CamelCase
2020-10-12 Igor AleksanovExtract helper functions into a separate module
2020-10-12 Igor AleksanovAdd checks for function parameters
2020-10-12 Igor AleksanovCreate basic support for names case checks and implemen...