aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
Commit message (Expand)AuthorAgeFilesLines
* Added local macro gotoLenard Pratt2019-05-041-0/+1
* Basic resolution for ADTkjeremy2019-04-233-2/+23
* :arrow_up: lspAleksey Kladov2019-04-211-1/+1
* switch to official extend selection APIAleksey Kladov2019-04-215-3/+72
* cleanup cancellationAleksey Kladov2019-04-171-10/+5
* add a couple of profiling pointsAleksey Kladov2019-04-141-0/+3
* filter by timeAleksey Kladov2019-04-141-21/+4
* cleanup syntaxAleksey Kladov2019-04-141-8/+20
* switch to modern pathsAleksey Kladov2019-04-141-5/+5
* Modifies runnables test to use multi-workspace rootRoberto Vidal2019-04-142-29/+68
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-145-3/+22
* Adds support for multiple editor workspaces on initializationRoberto Vidal2019-04-144-25/+41
* Refactor CallInfo function signatures to new FunctionSignature typeVille Penttinen2019-04-092-18/+27
* Remove checking file existsEdwin Cheng2019-04-071-13/+6
* fix formattingEdwin Cheng2019-04-071-1/+2
* Add warning when open file outside workspaceEdwin Cheng2019-04-061-5/+15
* PR issuse resolvedSergey Parilin2019-04-023-4/+14
* Move actual include logic to ProjectRootVille Penttinen2019-03-211-25/+20
* Improve filtering of file rootsVille Penttinen2019-03-203-29/+65
* Upgrade ra_vfs to use new FilteringVille Penttinen2019-03-182-3/+29
* LSP: Support EnumMember and Fieldkjeremy2019-03-111-0/+2
* Don't default publishDecorations to true on the serverFlorian Diebold2019-03-091-39/+61
* Merge #948bors[bot]2019-03-071-6/+11
|\
| * Fix test_missing_module_code_action_in_json_project on WindowsVille Penttinen2019-03-071-6/+11
* | Specify derive feature for serdepcpthm2019-03-071-1/+1
|/
* when loading workspace, say how many packages were loadedAleksey Kladov2019-03-073-22/+21
* Remove rust-project.json test w/ dependencies.David Wood2019-03-071-43/+0
* Add test demonstrating logic for handling deps.David Wood2019-03-071-1/+44
* Rename and change `add_roots` to return a `Vec`.David Wood2019-03-071-1/+1
* Initial implementation of project-lock.json.David Wood2019-03-074-18/+82
* Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-065-21/+63
* Rename feedback to show_messageVille Penttinen2019-03-053-13/+13
* Remove InternalFeedbackVille Penttinen2019-03-051-7/+0
* Send an actual ShowMessage instead of InternalFeedback in feedback()Ville Penttinen2019-03-053-20/+27
* Updateskjeremy2019-03-051-1/+1
* show message in client's UI if workspace fails to loadAleksey Kladov2019-03-052-8/+14
* Add optional range parameter to SyntaxTreeParamsVille Penttinen2019-03-032-1/+4
* Fix the buildkjeremy2019-02-271-1/+3
* Merge #901bors[bot]2019-02-271-1/+1
|\
| * Add new type HoverResult to contain the results of hoveringVille Penttinen2019-02-261-1/+1
* | Remove RawResponse::empty()Ville Penttinen2019-02-271-2/+5
* | Work around for issue in vscode reporting a failure in requestVille Penttinen2019-02-271-5/+11
|/
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-1/+1
* Assign IDs to assistsAleksey Kladov2019-02-242-13/+46
* Update lsp-types and backtracekjeremy2019-02-212-2/+2
* switch to crates.io vfsAleksey Kladov2019-02-181-1/+1
* drop unused depsAleksey Kladov2019-02-181-3/+0
* Don't use additional_text_edits API internallyAleksey Kladov2019-02-181-6/+26
* Refactor find_all_refs to return ReferenceSearchResultVille Penttinen2019-02-172-11/+29
* automatically wait for worker threadsAleksey Kladov2019-02-143-29/+20