aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #6217bors[bot]2020-10-142-13/+16
|\
| * Bump pulldown-cmarkLaurențiu Nicola2020-10-132-13/+16
* | Fix stackoverflow in insert_use::recursive_mergeLukas Wirth2020-10-143-2/+53
|/
* Merge #6216bors[bot]2020-10-135-6/+6
|\
| * Bump rustc_lexerLaurențiu Nicola2020-10-131-1/+1
| * Bump crossbeam-channel and lsp-server in rust-analyzerLaurențiu Nicola2020-10-131-2/+2
| * Bump crossbeam-channel in cratesLaurențiu Nicola2020-10-133-3/+3
* | Fix MergeBehaviour::Full not working when merging nested long pathsLukas Wirth2020-10-132-4/+33
|/
*-. Merge #6130 #6135bors[bot]2020-10-1215-84/+1407
|\ \
| | * when generating new function, focus on return type instead of bodyBenjamin Coenen2020-10-083-68/+80
| * | Use TextRange::contains_inclusive in fixes checkIgor Aleksanov2020-10-122-5/+4
| * | Keep SyntaxNodePtr::range privateIgor Aleksanov2020-10-124-9/+17
| * | Replace 'if let' with 'match' in decl_check.rsIgor Aleksanov2020-10-121-30/+33
| * | Add to_upper_snake_case function to stdxIgor Aleksanov2020-10-123-6/+13
| * | Fix compilation errorIgor Aleksanov2020-10-121-2/+1
| * | Apply suggestions from code reviewIgor Aleksanov2020-10-122-3/+3
| * | Fix code style issuesIgor Aleksanov2020-10-123-4/+7
| * | Apply case check diagnostic to impl itemsIgor Aleksanov2020-10-122-1/+26
| * | Fix issues with match arm bindingsIgor Aleksanov2020-10-121-7/+12
| * | Code style adjustmentsIgor Aleksanov2020-10-123-8/+88
| * | Remove previously added parameter names from the function dataIgor Aleksanov2020-10-123-18/+0
| * | Make incorrect case diagnostic work inside of functionsIgor Aleksanov2020-10-124-33/+280
| * | Refactor string helpers for decl_check moduleIgor Aleksanov2020-10-121-32/+97
| * | Add diagnostics for enum names and variantsIgor Aleksanov2020-10-123-2/+173
| * | Add fix for incorrect case diagnosticIgor Aleksanov2020-10-128-30/+112
| * | Improve string helpers functionsIgor Aleksanov2020-10-122-2/+13
| * | Check structure fields to be snake_caseIgor Aleksanov2020-10-121-46/+65
| * | Add check for structure names to be CamelCaseIgor Aleksanov2020-10-122-1/+139
| * | Extract helper functions into a separate moduleIgor Aleksanov2020-10-122-29/+112
| * | Add checks for function parametersIgor Aleksanov2020-10-122-7/+94
| * | Create basic support for names case checks and implement function name case c...Igor Aleksanov2020-10-126-3/+300
* | | Merge #6205bors[bot]2020-10-121-2/+2
|\ \ \
| * | | Fix iterator hint shortening heuristicLukas Wirth2020-10-121-2/+2
* | | | Merge #6153bors[bot]2020-10-125-13/+119
|\ \ \ \ | |/ / / |/| | |
| * | | Improve prime_caches and display its progressJonas Schievink2020-10-125-13/+119
| |/ /
* | | Merge #6195bors[bot]2020-10-122-30/+53
|\ \ \
| * | | Also replace the associated types with iterKirill Bulatov2020-10-102-12/+19
| * | | Add a testKirill Bulatov2020-10-101-23/+39
* | | | Merge #6198bors[bot]2020-10-124-4/+124
|\ \ \ \
| * | | | Skip macro matcher fragment name semantic highlightingLukas Wirth2020-10-104-4/+124
* | | | | Merge #6199bors[bot]2020-10-122-2/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix `mut self` not emitting mutable binding on `self` useLukas Wirth2020-10-112-2/+5
| |/ / /
* | | | Merge #5917bors[bot]2020-10-1212-23/+350
|\ \ \ \
| * | | | Remove methodowner & fix formattingZac Pullar-Strecker2020-10-084-53/+27
| * | | | Rebase fixesZac Pullar-Strecker2020-10-082-14/+6
| * | | | Changes from reviewZac Pullar-Strecker2020-10-081-3/+3
| * | | | Remove outdated part of doc_links module docsZac Pullar-Strecker2020-10-081-2/+0
| * | | | Add ignored test to demonstrate ImportMap bugZac Pullar-Strecker2020-10-081-1/+26
| * | | | Fix namespace detection & function testZac Pullar-Strecker2020-10-081-6/+2
| * | | | Add testsZac Pullar-Strecker2020-10-081-2/+94