rust/crates/rust-analyzer/src
bors[bot] 87cb840a4e
Merge #6124
6124: Better normalized crate name usage r=jonas-schievink a=SomeoneToIgnore

Closes https://github.com/rust-analyzer/rust-analyzer/issues/5343 
Closes https://github.com/rust-analyzer/rust-analyzer/issues/5932

Uses normalized name for code snippets (to be able to test the fix), hover messages and documentation rewrite links (are there any tests for those?).
Also renamed the field to better resemble the semantics.

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2020-10-06 11:51:15 +00:00
..
bin Use log::error! in a few more places 2020-09-17 17:37:52 +02:00
cli Properly name the field 2020-10-02 21:38:22 +03:00
diagnostics Highlight errors in macros 2020-09-06 09:22:01 +03:00
caps.rs lsp-types 0.82 2020-09-23 15:41:55 -04:00
cargo_target_spec.rs Allow running a test as a binary 2020-08-26 17:33:03 +02:00
cli.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
config.rs Make ImportPrefix a configuration option 2020-10-05 17:41:49 +02:00
diagnostics.rs Align diagnostics config with the rest of rust-analyzer 2020-08-18 16:03:15 +02:00
dispatch.rs More panic_context 2020-09-29 20:49:48 +02:00
document.rs Handle semantic token deltas 2020-07-31 20:57:53 -04:00
from_proto.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
global_state.rs Move ide::AnalysisChange -> base_db::Change 2020-10-02 16:45:08 +02:00
handlers.rs Replace 'cargo_prefix' option with 'override_cargo' 2020-10-02 12:34:27 +03:00
lib.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
line_endings.rs Simplify 2020-06-28 01:30:45 +03:00
lsp_ext.rs Replace 'cargo_prefix' option with 'override_cargo' 2020-10-02 12:34:27 +03:00
lsp_utils.rs Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
main_loop.rs Remove periodic gc stub 2020-09-29 21:22:48 +02:00
markdown.rs Improve support for code block attributes 2020-08-26 15:55:06 +02:00
reload.rs Move ide::AnalysisChange -> base_db::Change 2020-10-02 16:45:08 +02:00
request_metrics.rs Flatten module hierarchy 2020-06-24 18:57:30 +02:00
semantic_tokens.rs Switch to upstream ENUM_MEMBER 2020-09-02 09:40:59 -04:00
thread_pool.rs Move TaskPool into GlobalState 2020-06-25 15:35:42 +02:00
to_proto.rs Replace 'cargo_prefix' option with 'override_cargo' 2020-10-02 12:34:27 +03:00