aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/main_loop.rs
Commit message (Expand)AuthorAgeFilesLines
* allow to exclude certain files and directoriesAleksey Kladov2019-08-061-1/+7
* rename configAleksey Kladov2019-08-061-5/+5
* cleanupAleksey Kladov2019-08-061-1/+1
* Code review fixesKirill Bulatov2019-07-221-0/+1
* Ignore workspace/didChangeConfiguration notifications.Michael Bolin2019-07-111-0/+6
* don't send LocationLink unless the client opts-inAleksey Kladov2019-07-081-7/+19
* FormattingJeremy Kolb2019-07-041-1/+3
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-4/+3
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-5/+4
* cargo formatMuhammad Mominul Huque2019-06-151-7/+2
* Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-141-13/+18
* make LRU cache configurableAleksey Kladov2019-06-121-1/+1
* Fix clippy::identity_conversionAlan Du2019-06-041-2/+2
* renameAleksey Kladov2019-06-011-10/+10
* move subs insideAleksey Kladov2019-06-011-4/+2
* use sync queries for join lines and friendsAleksey Kladov2019-05-311-5/+11
* add sync requestsAleksey Kladov2019-05-311-39/+56
* cleanupAleksey Kladov2019-05-311-39/+42
* cleanupAleksey Kladov2019-05-311-35/+48
* simplifyAleksey Kladov2019-05-311-51/+52
* move completed requests to a separate fileAleksey Kladov2019-05-311-43/+27
* simplifyAleksey Kladov2019-05-311-3/+3
* introduce constantAleksey Kladov2019-05-311-7/+13
* minorAleksey Kladov2019-05-311-1/+1
* optimization: cancel backlog in onEnterAleksey Kladov2019-05-291-3/+12
* add latest requests to status pageAleksey Kladov2019-05-291-10/+28
* log the actual time of requestsAleksey Kladov2019-05-291-16/+31
* trigger garbage collection *after* requests, not beforeAleksey Kladov2019-05-291-2/+5
* more perf loggingAleksey Kladov2019-05-291-3/+8
* Basic resolution for ADTkjeremy2019-04-231-0/+1
* switch to official extend selection APIAleksey Kladov2019-04-211-0/+1
* Adds support for multiple editor workspaces on initializationRoberto Vidal2019-04-141-14/+17
* PR issuse resolvedSergey Parilin2019-04-021-4/+3
* when loading workspace, say how many packages were loadedAleksey Kladov2019-03-071-7/+7
* Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-061-5/+8
* Rename feedback to show_messageVille Penttinen2019-03-051-3/+3
* Send an actual ShowMessage instead of InternalFeedback in feedback()Ville Penttinen2019-03-051-16/+21
* show message in client's UI if workspace fails to loadAleksey Kladov2019-03-051-7/+12
* 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
* automatically wait for worker threadsAleksey Kladov2019-02-141-14/+12
* reformat the worldAleksey Kladov2019-02-081-42/+13
* Implement lens for impls and support resolving lenses.Jeremy Kolb2019-02-041-0/+1
* Go to Implementation for structs and enumsJeremy Kolb2019-01-301-0/+1
* automatically collect garbageAleksey Kladov2019-01-271-1/+2
* add gc requestAleksey Kladov2019-01-251-9/+18
* ad status commandAleksey Kladov2019-01-221-0/+1
* rename modgfreezy2019-01-191-4/+1
* :arrow_up: update rustAleksey Kladov2019-01-191-1/+0
* switch to lsp-typesAleksey Kladov2019-01-141-1/+1