rust/crates
Aleksey Kladov 721feb1832 internal: prepare to move rename to base_db
It's better to handle magical cases upper in the stack, because it
allows for better re-use of the general implementation below. So, we
pull the `self` case up here.

The end goal is to put `Definition::rename` to the `ide_db`, because
it's a generally re-usable functionality useful for different ide
features, alongside with the search which is already there.
2021-06-14 17:28:39 +03:00
..
base_db clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
cfg tree-wide: make rustdoc links spiky so they are clickable 2021-06-13 21:58:05 -07:00
flycheck Use package root as cargo check working directory 2021-05-12 19:50:52 -07:00
hir Merge #9260 2021-06-14 07:16:48 +00:00
hir_def Merge #9249 2021-06-13 15:46:09 +00:00
hir_expand Merge #9260 2021-06-14 07:16:48 +00:00
hir_ty Merge #9260 2021-06-14 07:16:48 +00:00
ide internal: prepare to move rename to base_db 2021-06-14 17:28:39 +03:00
ide_assists Don't keep a trailing self token in import paths after unmerge_use 2021-06-14 13:56:33 +02:00
ide_completion Merge #9260 2021-06-14 07:16:48 +00:00
ide_db cargo fmt 2021-06-13 09:48:15 +05:30
ide_ssr clippy::redundant_field_names 2021-06-13 09:40:22 +05:30
mbe Merge #9260 2021-06-14 07:16:48 +00:00
parser Merge #9260 2021-06-14 07:16:48 +00:00
paths tree-wide: make rustdoc links spiky so they are clickable 2021-06-13 21:58:05 -07:00
proc_macro_api Merge #9260 2021-06-14 07:16:48 +00:00
proc_macro_srv Merge #9260 2021-06-14 07:16:48 +00:00
proc_macro_test Build test-macros in a build script 2021-06-09 17:16:52 +02:00
profile Merge #9260 2021-06-14 07:16:48 +00:00
project_model clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
rust-analyzer Merge #9260 2021-06-14 07:16:48 +00:00
stdx tree-wide: make rustdoc links spiky so they are clickable 2021-06-13 21:58:05 -07:00
syntax clippy::manual_str_repeat 2021-06-13 09:37:28 +05:30
test_utils internal: check diagnostics in all files and not just the first one 2021-06-13 19:23:37 +03:00
text_edit
toolchain
tt Merge #9260 2021-06-14 07:16:48 +00:00
vfs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
vfs-notify