rust/crates
bors[bot] a2cc1d6b7b
Merge #11538
11538: feat: Make private editable completions configurable, disable by default r=Veykril a=Veykril

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/10253
Fixes https://github.com/rust-analyzer/rust-analyzer/issues/9885

This does disable these completions by default, as it seems that people find this behaviour surprising(due to other IDEs usually not doing this).

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2022-02-25 21:17:24 +00:00
..
base_db Add test for giving attribute proc macros valid syntax 2022-02-07 12:54:08 +01:00
cfg
flycheck
hir Refactor autoderef and method resolution 2022-02-25 11:47:14 +01:00
hir_def feat: support concat_bytes 2022-02-25 18:46:11 +08:00
hir_expand Implement the new built-in unreachable! macro 2022-02-25 19:13:04 +01:00
hir_ty Resolve $crate in HirDisplay of Path 2022-02-25 18:38:51 +01:00
ide Resolve $crate in HirDisplay of Path 2022-02-25 18:38:51 +01:00
ide_assists Refactor autoderef and method resolution 2022-02-25 11:47:14 +01:00
ide_completion Merge #11538 2022-02-25 21:17:24 +00:00
ide_db Refactor autoderef and method resolution 2022-02-25 11:47:14 +01:00
ide_diagnostics
ide_ssr Refactor autoderef and method resolution 2022-02-25 11:47:14 +01:00
limit
mbe internal: Split unresolve proc-macro error out of mbe 2022-02-22 10:08:00 +01:00
parser Update tests 2022-02-21 08:34:35 +02:00
paths
proc_macro_api
proc_macro_srv
proc_macro_test
profile
project_model Pass required features to cargo when using run action 2022-02-06 19:02:25 +03:00
rust-analyzer Merge #11538 2022-02-25 21:17:24 +00:00
sourcegen
stdx
syntax fix(11422): have two different funuctions - one for iterating breaks, one for iteraating breaks and continues 2022-02-24 19:00:08 +01:00
test_utils
text_edit
toolchain
tt Track synthetic tokens, to be able to remove them again later 2022-02-08 18:13:18 +01:00
vfs
vfs-notify