rust/crates
Aleksey Kladov 881d71a489 internal: reduce crate interdependence
I don't think there's anything wrong with project_model depending on
proc_macro_api directly -- fundamentally, both are about gluing our pure
data model to the messy outside world.

However, it's easy enough to avoid the dependency, so why not.

As an additional consideration, `proc_macro_api` now pulls in `base_db`.
project_model should definitely not depend on that!
2021-08-22 13:32:00 +03:00
..
base_db feat: include full path in the cyclic deps error 2021-08-18 15:35:04 +03:00
cfg
flycheck
hir Expand attributes recursively in expand_macro 2021-08-21 23:24:12 +02:00
hir_def Do not replace items annotated with builtin attrs with the attr input 2021-08-20 13:50:06 +02:00
hir_expand Don't ask for the builtin attribute input twice 2021-08-21 12:55:05 +02:00
hir_ty Merge #9975 2021-08-21 18:07:36 +00:00
ide Expand attributes recursively in expand_macro 2021-08-21 23:24:12 +02:00
ide_assists Merge #9962 2021-08-21 10:12:17 +00:00
ide_completion fix: Do not show functional update completion when already qualified 2021-08-21 20:45:15 +02:00
ide_db Rename fails on renaming definitions created by macros 2021-08-20 00:12:47 +02:00
ide_diagnostics
ide_ssr
limit
mbe internal: remove dead code 2021-08-14 20:29:46 +03:00
parser Support if let match guards 2021-08-13 00:25:14 +02:00
paths
proc_macro_api Fix formatting 2021-08-17 19:25:37 +03:00
proc_macro_srv
proc_macro_test
profile
project_model internal: reduce crate interdependence 2021-08-22 13:32:00 +03:00
rust-analyzer internal: reduce crate interdependence 2021-08-22 13:32:00 +03:00
sourcegen
stdx
syntax minor: move functionality to a better place 2021-08-14 20:43:28 +03:00
test_utils Show type actions on ranged type hover 2021-08-11 13:52:57 +02:00
text_edit Handle all rename special cases for all record pattern fields 2021-08-16 22:48:38 +02:00
toolchain
tt
vfs internal: document that ascription is preferred to a turbo fish 2021-08-11 14:16:15 +03:00
vfs-notify Bump notify version to 5.0.0-pre.12 2021-08-17 17:25:11 +02:00