rust/crates/rust-analyzer/src
veetaha d605ec9c32 Change Runnable.bin -> Runnable.kind
As per matklad, we now pass the responsibility for finding the binary to the frontend.
Also, added caching for finding the binary path to reduce
the amount of filesystem interactions.
2020-05-31 05:21:45 +03:00
..
bin Add version 2020-05-19 18:12:07 -04:00
cli Add AssistConfig 2020-05-19 20:28:27 +02:00
diagnostics CodeAction groups 2020-05-22 17:32:46 +02:00
main_loop Change Runnable.bin -> Runnable.kind 2020-05-31 05:21:45 +03:00
caps.rs Document parentModule experimental LSP request 2020-05-25 15:59:49 +02:00
cargo_target_spec.rs add support of feature flag for runnables #4464 2020-05-23 20:59:18 +02:00
cli.rs Make some stuff public so that they can be reused by other tools 2020-05-14 11:14:46 +02:00
config.rs And a few drive-bys 2020-05-22 17:26:31 -04:00
diagnostics.rs Server side of SnippetTextEdit 2020-05-19 20:28:27 +02:00
from_proto.rs Simplify proto conversion 2020-05-10 19:01:26 +02:00
lib.rs req -> lsp_ext 2020-05-10 19:27:12 +02:00
lsp_ext.rs Change Runnable.bin -> Runnable.kind 2020-05-31 05:21:45 +03:00
main_loop.rs Fix formatting 2020-05-24 17:04:17 +02:00
markdown.rs Rename folder 2020-02-18 12:37:45 +01:00
semantic_tokens.rs Add self keyword semantic token type 2020-05-25 12:08:58 +03:00
to_proto.rs Add semantic highlight to QUESTION token 2020-05-29 21:17:14 +02:00
vfs_glob.rs Simpify workspace handling 2020-04-02 21:07:05 +03:00
world.rs Move LSP bits from flycheck to rust-analyzer 2020-05-15 01:52:25 +02:00