aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/tests
Commit message (Expand)AuthorAgeFilesLines
* Use raw cfgs in json project and fix typooxalica2019-10-051-1/+7
* don't deadlock on shutdownAleksey Kladov2019-09-061-1/+1
* :arrow_up: lsp-serverAleksey Kladov2019-08-301-28/+29
* move lsp-server to a separate repositoryAleksey Kladov2019-08-301-29/+28
* translate \n -> \r\n on the way outAleksey Kladov2019-08-201-5/+5
* add tests for crlfAleksey Kladov2019-08-201-0/+46
* don't load sysroot in most heavy testsAleksey Kladov2019-08-192-8/+24
* fix testsAleksey Kladov2019-08-061-2/+2
* don't send LocationLink unless the client opts-inAleksey Kladov2019-07-081-3/+21
* use flatten branch of lsp-typesJeremy Kolb2019-07-071-2/+4
* allow rustfmt to reorder importsAleksey Kladov2019-07-042-13/+8
* Fix clippy::unused_mutAlan Du2019-06-041-1/+1
* Fix clippy::unnecessary_mut_passedAlan Du2019-06-041-7/+2
* Fix clippy::single_matchAlan Du2019-06-041-4/+3
* bump timeout for CIAleksey Kladov2019-05-291-1/+1
* silnce profiling in testsAleksey Kladov2019-05-291-1/+2
* check cancellation when expanding macrosAleksey Kladov2019-05-271-3/+2
* enable profiling in testsAleksey Kladov2019-05-272-1/+83
* cleanup cancellationAleksey Kladov2019-04-171-10/+5
* Modifies runnables test to use multi-workspace rootRoberto Vidal2019-04-142-29/+68
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-142-2/+10
* Adds support for multiple editor workspaces on initializationRoberto Vidal2019-04-141-1/+1
* Fix test_missing_module_code_action_in_json_project on WindowsVille Penttinen2019-03-071-6/+11
* when loading workspace, say how many packages were loadedAleksey Kladov2019-03-072-15/+14
* 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
* Initial implementation of project-lock.json.David Wood2019-03-072-2/+69
* Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-061-1/+8
* Rename feedback to show_messageVille Penttinen2019-03-052-10/+10
* Send an actual ShowMessage instead of InternalFeedback in feedback()Ville Penttinen2019-03-051-3/+5
* Fix the buildkjeremy2019-02-271-1/+3
* Assign IDs to assistsAleksey Kladov2019-02-241-4/+7
* automatically wait for worker threadsAleksey Kladov2019-02-141-12/+5
* reformat the worldAleksey Kladov2019-02-082-21/+5
* align command namingAleksey Kladov2019-01-281-1/+1
* switch to lsp-typesAleksey Kladov2019-01-142-2/+2
* wire sysroot into crate graphAleksey Kladov2019-01-102-31/+23
* add sysroot boilerplateAleksey Kladov2019-01-101-1/+40
* dont depend on tools from lsp-serverAleksey Kladov2019-01-101-2/+0
* fix testsBernardo2019-01-031-9/+14
* Merge #378bors[bot]2018-12-301-2/+2
|\
| * :arrow_up: tempdirAleksey Kladov2018-12-301-2/+2
* | :arrow_up: crossbeamAleksey Kladov2018-12-301-4/+9
|/
* Install rustfmt in rustfmt testAleksander Vognild Burkow2018-12-291-0/+2
* Add support for formatting entire document with rustfmtAleksander Vognild Burkow2018-12-291-2/+54
* fix the testAleksey Kladov2018-12-271-2/+2
* fix sycAleksey Kladov2018-12-201-2/+1
* implement vfs events handlingAleksey Kladov2018-12-201-2/+2
* move thread worker to a separate crateAleksey Kladov2018-12-181-3/+3
* Add test for code actionsFlorian Diebold2018-12-061-1/+60