aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a utility function that can be used to determine the missing impl items.Kevin DeLorey2020-02-094-118/+95
* Merge branch 'master' into kdelorey/complete-trait-implKevin DeLorey2020-02-09363-4552/+7355
|\
| * Merge #3068bors[bot]2020-02-091-13/+37
| |\
| | * Fix rebase leftoversKirill Bulatov2020-02-091-2/+2
| | * Do not import anything if first segment of FQN resolvesKirill Bulatov2020-02-091-12/+36
| * | Merge #3053bors[bot]2020-02-0911-30/+429
| |\ \ | | |/ | |/|
| | * docs: fix spelling untill -> untilVeetaha2020-02-091-1/+1
| | * docs: minor fixes in wordings and punctuationVeetaha2020-02-091-2/+2
| | * vscode: updated docs on prebuilt binariesVeetaha2020-02-091-0/+32
| | * vscode: added logging when donloading binariesVeetaha2020-02-093-5/+26
| | * vscode: move throtting of download progress to call siteVeetaha2020-02-092-16/+19
| | * vscode: replaced unwrapNotNil() with ! as per @matkladVeetaha2020-02-093-21/+3
| | * vscode: refactor inverted ternaries to if statements as per @matkladVeetaha2020-02-092-2/+6
| | * vscode: remove noise data fields declarations as per @matkladVeetaha2020-02-091-6/+1
| | * vscode: refactor levels of code nesting and string literals quotesVeetaha2020-02-091-26/+30
| | * vscode: fix chmod to octal literalVeetaha2020-02-091-1/+1
| | * vscode: minor names and message contents changesVeetaha2020-02-082-9/+12
| | * vscode: rename raLspServer variable to langServerVeetaha2020-02-081-3/+3
| | * vscode: refactor commentVeetaha2020-02-081-1/+1
| | * vscode: refactor platform artifact name query to switch statement, move Binar...Veetaha2020-02-084-70/+89
| | * vscode: reduce throttle latency of downloadFile() progress callback for smoot...Veetaha2020-02-081-1/+1
| | * vscode: add name to the second unused argument of withProgress() callbackVeetaha2020-02-081-1/+1
| | * vscode: add docs to installation module interfaces and sanity check to donloa...Veetaha2020-02-082-4/+39
| | * vscode: converted fetchLatestArtifactMetadata params to positional, added docsVeetaha2020-02-081-10/+10
| | * vscode: changed chmod value to 755 as per @lnicolaVeetaha2020-02-081-3/+3
| | * vscode: amended config to use binary from globalStoragePath, added ui for dow...Veetaha2020-02-0810-41/+229
| | * added fetchLatestArtifactMetadata() and downloadFile() functionsVeetaha2020-02-084-1/+111
| | * vscode: add FIXME about language client shared resource protectionVeetaha2020-02-081-0/+3
| * | Merge #3070bors[bot]2020-02-091-1/+17
| |\ \
| | * | Set auto-import targetAleksey Kladov2020-02-091-1/+17
| |/ /
| * | Merge #3069bors[bot]2020-02-096-156/+152
| |\ \
| | * | Simplify Assists interfaceAleksey Kladov2020-02-095-141/+108
| | * | Slightly simpler API for groupsAleksey Kladov2020-02-092-48/+77
| |/ /
| * | Merge #3066bors[bot]2020-02-092-11/+11
| |\ \
| | * | Some README fixes/cleanupsFlorian Diebold2020-02-092-11/+11
| |/ /
| * | Merge #3050bors[bot]2020-02-0924-614/+1174
| |\ \
| | * | Add two more testsFlorian Diebold2020-02-071-0/+51
| | * | Fix some TODOsFlorian Diebold2020-02-073-11/+17
| | * | Fix add_new assist (kind of)Florian Diebold2020-02-071-5/+10
| | * | Don't print implicit type args from impl TraitFlorian Diebold2020-02-072-14/+21
| | * | Deal better with implicit type parameters and argument listsFlorian Diebold2020-02-074-26/+138
| | * | FormattingFlorian Diebold2020-02-0712-53/+98
| | * | Clean up RPIT a bitFlorian Diebold2020-02-075-41/+14
| | * | Fix compilation of other cratesFlorian Diebold2020-02-073-14/+25
| | * | Use variables in predicates as wellFlorian Diebold2020-02-075-63/+52
| | * | Comment fixes / todosFlorian Diebold2020-02-073-6/+8
| | * | Fix APIT some moreFlorian Diebold2020-02-074-101/+115
| | * | Fix APITFlorian Diebold2020-02-071-0/+2
| | * | Change Ty::Param to contain param IDFlorian Diebold2020-02-0711-127/+136
| | * | WIP use params for APITFlorian Diebold2020-02-073-1/+64