rust/crates/ra_lsp_server/src
Aleksey Kladov 4089db1e0d prioritize event handing over indexing
If we index gazillion libraries simultaneously, we fill the threadpool
and so the main loop fails to turn, although there isn't really any
significant blocking inside the loop itself.
2019-01-11 17:08:49 +03:00
..
main_loop fix on-type offset 2019-01-11 15:05:40 +03:00
project_model minor 2019-01-11 00:51:34 +03:00
caps.rs add "." as a trigger char on type formatting 2019-01-06 09:56:00 +01:00
conv.rs add completion detail 2019-01-09 19:40:11 +03:00
lib.rs swtich lsp server to vfs 2018-12-20 12:15:38 +03:00
main_loop.rs prioritize event handing over indexing 2019-01-11 17:08:49 +03:00
main.rs Merge #302 2018-12-24 13:47:27 +00:00
project_model.rs minor 2019-01-11 00:51:34 +03:00
req.rs use lsp WorkspaceEdit instead of custom source_file_edits and file_system_edits 2019-01-03 14:20:15 +01:00
server_world.rs wire sysroot into crate graph 2019-01-11 00:51:34 +03:00