rust/crates
bors[bot] 04b0b19cdb
Merge #10527
10527: internal: Remove a few snippet completions, replace them with user snippets definitions in VSCode r=Veykril a=Veykril

Closes https://github.com/rust-analyzer/rust-analyzer/issues/9636
cc https://github.com/rust-analyzer/rust-analyzer/issues/7033#issuecomment-939959905

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-12-17 15:44:48 +00:00
..
base_db Merge #10872 2021-11-30 14:07:39 +00:00
cfg
flycheck
hir Simplify 2021-12-14 12:38:20 +01:00
hir_def fix: Don't duplicate attribute completions 2021-12-17 15:22:53 +01:00
hir_expand Merge #10877 2021-12-11 14:49:29 +00:00
hir_ty fixes broken tests 2021-12-14 15:57:58 +08:00
ide fix: Don't duplicate attribute completions 2021-12-17 15:22:53 +01:00
ide_assists Add comma for "move if to guard" 2021-12-15 15:26:24 -08:00
ide_completion Merge #10527 2021-12-17 15:44:48 +00:00
ide_db match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
ide_diagnostics fix: lookup upwards for struct and enum 2021-12-12 01:23:27 +09:00
ide_ssr Move ws insert rendering for macro expansion into ide_db 2021-12-13 15:55:13 +01:00
limit
mbe tighten up invariants 2021-12-12 19:22:37 +03:00
parser prettyfy 2021-12-12 19:36:14 +03:00
paths
proc_macro_api Add support for v6 macro metadata format 2021-12-13 18:15:22 +02:00
proc_macro_srv
proc_macro_test
profile Bump countme 2021-12-04 15:14:31 +02:00
project_model Fix library target overriding sysroot deps 2021-12-08 17:05:00 +01:00
rust-analyzer Add a few default snippets for VSCode 2021-12-17 16:24:29 +01:00
sourcegen
stdx Remove some allocations 2021-12-10 20:01:24 +01:00
syntax match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
test_utils
text_edit
toolchain
tt
vfs
vfs-notify