rust-analyzer/crates
bors[bot] 4f1167d8dd
Merge #5969
5969: Propose module name completion options r=jonas-schievink a=SomeoneToIgnore

<img width="539" alt="image" src="https://user-images.githubusercontent.com/2690773/92663009-cb0aec00-f308-11ea-9ef5-1faa91518031.png">

Currently traverses the whole file set every time we try to complete the module, as discussed in https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/mod.3C.7C.3E.20completion

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2020-09-11 11:37:04 +00:00
..
arena
assists Merge #5940 2020-09-04 21:54:42 +00:00
base_db Move most of the logic into the completion module 2020-09-10 01:42:20 +03:00
cfg
flycheck
hir
hir_def Move most of the logic into the completion module 2020-09-10 01:42:20 +03:00
hir_expand Move most of the logic into the completion module 2020-09-10 01:42:20 +03:00
hir_ty Move most of the logic into the completion module 2020-09-10 01:42:20 +03:00
ide Merge #5969 2020-09-11 11:37:04 +00:00
ide_db Move most of the logic into the completion module 2020-09-10 01:42:20 +03:00
mbe
parser Up proc-macro2 to 1.20 2020-09-03 17:40:12 -04:00
paths
proc_macro_api
proc_macro_srv
proc_macro_test
profile
project_model
rust-analyzer Highlight errors in macros 2020-09-06 09:22:01 +03:00
ssr
stdx
syntax Merge #5940 2020-09-04 21:54:42 +00:00
test_utils
text_edit Actually assert disjointness 2020-09-03 13:37:36 +02:00
toolchain
tt
vfs Rename the method to avoid false promises 2020-09-10 01:45:49 +03:00
vfs-notify