about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-02-15Fixed bug that allowed for completion in a nested method.Kevin DeLorey-7/+36
2020-02-14Reordered the `use` items.Kevin DeLorey-9/+8
2020-02-13Adjusted the completion lookups to filter by just the name.Kevin DeLorey-29/+44
2020-02-12Completion now replaces whole fn/const/type def with snippet.Kevin DeLorey-16/+31
2020-02-12Cheese const tests as they requre an ident before becoming a CONST_DEF.Kevin DeLorey-28/+21
2020-02-12Started to refactor the trigger of the trait_impl completion.Kevin DeLorey-33/+77
2020-02-11Formatting.Kevin DeLorey-1/+3
2020-02-11Fixing minor suggestions and added module level documentation.Kevin DeLorey-11/+7
2020-02-11Removed doc comments entirely from the changes.Kevin DeLorey-41/+0
2020-02-11Formatted changes.Kevin DeLorey-29/+23
2020-02-11Removed docs from private method.Kevin DeLorey-8/+0
2020-02-11Fixed warning generated after refactoring.Kevin DeLorey-1/+1
2020-02-11Updated the `add_missing_impl_members` to use the shared utility.Kevin DeLorey-34/+15
2020-02-10Adjusted the hashset buckets to lump functions/consts together as their names...Kevin DeLorey-9/+10
2020-02-10Added tests to test associated types and consts.Kevin DeLorey-0/+78
2020-02-10Added some documentation to the `complete_trait_impl` completion.Kevin DeLorey-1/+48
2020-02-09Added associated const magic completion.Kevin DeLorey-11/+53
2020-02-09Added a utility function that can be used to determine the missing impl items.Kevin DeLorey-118/+95
2020-02-09Merge branch 'master' into kdelorey/complete-trait-implKevin DeLorey-4552/+7355
2020-02-09Merge #3068bors[bot]-13/+37
2020-02-09Fix rebase leftoversKirill Bulatov-2/+2
2020-02-09Do not import anything if first segment of FQN resolvesKirill Bulatov-12/+36
2020-02-09Merge #3053bors[bot]-30/+429
2020-02-09Merge #3070bors[bot]-1/+17
2020-02-09Set auto-import targetAleksey Kladov-1/+17
2020-02-09docs: fix spelling untill -> untilVeetaha-1/+1
2020-02-09Merge #3069bors[bot]-156/+152
2020-02-09Simplify Assists interfaceAleksey Kladov-141/+108
2020-02-09docs: minor fixes in wordings and punctuationVeetaha-2/+2
2020-02-09vscode: updated docs on prebuilt binariesVeetaha-0/+32
2020-02-09Slightly simpler API for groupsAleksey Kladov-48/+77
2020-02-09vscode: added logging when donloading binariesVeetaha-5/+26
2020-02-09Merge #3066bors[bot]-11/+11
2020-02-09Some README fixes/cleanupsFlorian Diebold-11/+11
2020-02-09vscode: move throtting of download progress to call siteVeetaha-16/+19
2020-02-09vscode: replaced unwrapNotNil() with ! as per @matkladVeetaha-21/+3
2020-02-09vscode: refactor inverted ternaries to if statements as per @matkladVeetaha-2/+6
2020-02-09vscode: remove noise data fields declarations as per @matkladVeetaha-6/+1
2020-02-09vscode: refactor levels of code nesting and string literals quotesVeetaha-26/+30
2020-02-09Merge #3050bors[bot]-614/+1174
2020-02-09vscode: fix chmod to octal literalVeetaha-1/+1
2020-02-09Merge #3065bors[bot]-9/+1
2020-02-09Remove ImportResolver-related stubsKirill Bulatov-9/+1
2020-02-09Merge #3063bors[bot]-128/+3
2020-02-09Remove hard-coded auto-import during completionAleksey Kladov-128/+3
2020-02-09Merge #3052bors[bot]-104/+96
2020-02-09vscode: minor names and message contents changesVeetaha-9/+12
2020-02-09vscode: rename raLspServer variable to langServerVeetaha-3/+3
2020-02-09vscode: refactor commentVeetaha-1/+1
2020-02-09vscode: refactor platform artifact name query to switch statement, move Binar...Veetaha-70/+89