rust/crates/rust-analyzer/src
2022-05-21 16:18:55 +02:00
..
bin Spawn a new thread with a larger stack for the server 2022-04-22 17:35:03 +02:00
cli simplify 2022-05-19 15:29:35 +02:00
config fix: Fix incorrect hover actions config keys 2022-05-13 21:17:03 +02:00
diagnostics fix: calculate right range for Dos line ending in mapping rustc range to lsp range 2022-05-18 21:08:18 +08:00
caps.rs feat: Implement inlay hint tooltips 2022-05-17 12:49:51 +02:00
cargo_target_spec.rs Simplify 2022-04-27 19:53:56 +02:00
cli.rs Begining of lsif 2021-09-26 10:04:02 +03:30
config.rs take into account excludeDirs when computing linked_projects 2022-05-21 16:18:55 +02:00
diagnostics.rs Handle multiple cargo check quick fix spans 2021-12-04 21:41:56 -08:00
diff.rs Split textDocument/formatting TextEdit with diff 2020-12-31 15:33:20 +01:00
dispatch.rs Simplify 2022-04-27 19:53:56 +02:00
from_proto.rs internal: Remove redundant offset data in annotations 2022-05-12 13:06:49 +02:00
global_state.rs minor: rename 2022-05-16 12:42:48 +01:00
handlers.rs internal: Improve inlay hint tooltips 2022-05-19 13:38:37 +02:00
integrated_benchmarks.rs fix: Fix fill-arguments completions not working 2022-05-13 19:52:44 +02:00
lib.rs minor: rename 2022-05-16 12:42:48 +01:00
line_index.rs use utf16 instead of utf8 2021-09-26 10:04:02 +03:30
lsp_ext.rs Allow inlay hint tooltips to trigger hovers 2022-05-17 14:46:43 +02:00
lsp_utils.rs internal: Show more project building errors to the user 2022-04-14 11:31:01 +02:00
main_loop.rs feat: Implement inlay hint tooltips 2022-05-17 12:49:51 +02:00
markdown.rs Code blocks with tilde also works like code block 2022-04-01 20:29:32 +09:00
mem_docs.rs fix: correctly update diagnostics when files are opened and closed 2021-07-26 21:22:06 +03:00
op_queue.rs internal: more visibility into why things happen 2022-04-16 13:17:27 +01:00
reload.rs Clear cargo check diagnostics when flycheck is turned off 2022-05-20 15:07:55 +02:00
semantic_tokens.rs Fix highlighting of Self 2022-03-05 23:34:37 +01:00
task_pool.rs minor: rename 2022-05-16 12:42:48 +01:00
to_proto.rs Enable hovering function parameter inlay hints 2022-05-19 14:32:40 +02:00