rust/crates/rust-analyzer/src
bors[bot] f6e73d510d
Merge #9258
9258: minor: Give `ImportPrefix` variants better config names r=matklad a=Veykril

I feel like `crate` and `self` work better than `by_crate` and `by_self`. The only reason for the current names were that `Self` doesn't work for the variant name on the rust side so I forgot about setting proper config names on serde layer.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-06-16 14:53:06 +00:00
..
bin Enable proc macros and build scripts by default in CLI 2021-06-05 15:20:41 +03:00
cli clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
diagnostics clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
caps.rs Merge #9028 2021-05-28 15:26:20 +00:00
cargo_target_spec.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
cli.rs Prime caches on workspace load 2021-06-11 02:00:03 +03:00
config.rs Merge #9258 2021-06-16 14:53:06 +00:00
diagnostics.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
diff.rs Split textDocument/formatting TextEdit with diff 2020-12-31 15:33:20 +01:00
dispatch.rs clippy::useless_return 2021-06-13 09:35:29 +05:30
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 clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
handlers.rs internal: diagnostic code is mandatory 2021-06-13 22:17:36 +03:00
integrated_benchmarks.rs Only prefill caches in the completion benchmark 2021-06-11 09:27:25 +03:00
lib.rs internal: add integrated completion benchmark 2021-05-04 15:14:33 +03:00
line_index.rs Fix bitrotted module name 2021-02-16 19:17:32 +03:00
lsp_ext.rs Add a "Debug ItemTree" LSP request 2021-05-21 23:59:52 +02:00
lsp_utils.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
main_loop.rs clippy::useless_return 2021-06-13 09:35:29 +05:30
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 Make it opt-in 2021-06-03 18:09:21 +02:00
request_metrics.rs Flatten module hierarchy 2020-06-24 18:57:30 +02:00
semantic_tokens.rs tree-wide: make rustdoc links spiky so they are clickable 2021-06-13 21:58:05 -07:00
thread_pool.rs Improve prime_caches and display its progress 2020-10-12 13:35:01 +02:00
to_proto.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30