rust/crates/rust-analyzer/src
2021-04-24 13:31:43 +02:00
..
bin feat: avoid checking the whole project during initial loading 2021-04-12 15:29:31 +03:00
cli feat: improve performance by delaying computation of fixes for diagnostics 2021-04-13 12:09:04 +03:00
diagnostics Code review feedback. 2021-04-21 15:10:53 -07:00
benchmarks.rs feat: avoid checking the whole project during initial loading 2021-04-12 15:29:31 +03:00
caps.rs Autoclose blocks when typing { 2021-04-07 16:38:04 +02:00
cargo_target_spec.rs Make ast_to_token_tree infallible 2021-04-04 01:46:45 +02:00
cli.rs internal: switch from CLI to internal benchmarking 2021-03-30 12:47:23 +03:00
config.rs Split out merge_imports module from helpers::insert_use 2021-04-24 13:31:43 +02:00
diagnostics.rs Code review feedback. 2021-04-21 15:10:53 -07:00
diff.rs Split textDocument/formatting TextEdit with diff 2020-12-31 15:33:20 +01:00
dispatch.rs Respond with JSON-RPC error if we failed to deserialize request 2020-10-30 19:57:52 +01:00
document.rs Latest LSP 3.16 protocol 2020-11-16 15:10:13 -05:00
from_proto.rs internal: unfork code paths for unresolved and resolved assist 2021-04-13 10:59:15 +03:00
global_state.rs More robust status notifications 2021-04-06 15:45:31 +03:00
handlers.rs Move cursor position when using item movers 2021-04-14 00:03:04 +02:00
lib.rs internal: switch from CLI to internal benchmarking 2021-03-30 12:47:23 +03:00
line_index.rs Fix bitrotted module name 2021-02-16 19:17:32 +03:00
lsp_ext.rs Prevent being able to rename items that are not part of the workspace 2021-04-18 12:44:00 +02:00
lsp_utils.rs Use CompletionTextEdit::InsertAndReplace if supported by the client 2021-04-08 15:21:27 +02:00
main_loop.rs change grammar 2021-04-15 19:40:07 +01:00
markdown.rs Check for rust doc code attributes like rustdoc does 2021-04-19 13:32:52 +02:00
op_queue.rs More robust status notifications 2021-04-06 15:45:31 +03:00
reload.rs Add profiling spans under cargo_to_crate_graph 2021-04-22 21:25:29 +03:00
request_metrics.rs Flatten module hierarchy 2020-06-24 18:57:30 +02:00
semantic_tokens.rs Fix typo: comparision -> comparison 2021-04-19 18:44:38 +03:00
thread_pool.rs Improve prime_caches and display its progress 2020-10-12 13:35:01 +02:00
to_proto.rs Fix typo: comparision -> comparison 2021-04-19 18:44:38 +03:00