rust/crates
Duong Quoc Khanh e1396bde73
Don't trigger postfix completion if block which has an else block
Discard postfix completion if the next_non_trivia_sibling of dot_token
is an ELSE_KW.
2023-02-11 21:26:00 +09:00
..
base-db Add regression tests 2023-02-05 22:28:03 +09:00
cfg
flycheck
hir Auto merge of #14065 - lowr:patch/generate-generic-function, r=Veykril 2023-02-02 09:06:22 +00:00
hir-def Add tests for float access macro call inputs 2023-02-07 17:12:24 +01:00
hir-expand
hir-ty Preallocate some vecs 2023-02-10 16:42:09 +01:00
ide Render discriminant inlay hints for mixed variants if at least one discriminant is specified 2023-02-10 09:57:03 +01:00
ide-assists fix: Insert spaces when inlining macros 2023-02-10 14:22:56 +08:00
ide-completion Don't trigger postfix completion if block which has an else block 2023-02-11 21:26:00 +09:00
ide-db Auto merge of #14065 - lowr:patch/generate-generic-function, r=Veykril 2023-02-02 09:06:22 +00:00
ide-diagnostics
ide-ssr
intern
limit
mbe Fixup comments 2023-02-07 18:08:05 +01:00
parser Bump rustc-ap-rustc_lexer 2023-02-08 11:42:14 +01:00
paths
proc-macro-api Hide proc macro server version detection errors 2023-02-09 10:46:36 +02:00
proc-macro-srv Fail spawning proc-macro servers when their api version is newer than r-a's 2023-02-03 10:38:38 +01:00
proc-macro-srv-cli
proc-macro-test
profile Bump zip 2023-02-01 19:24:32 +02:00
project-model Auto merge of #14094 - HKalbasi:layout, r=flodiebold 2023-02-06 22:35:37 +00:00
rust-analyzer Auto merge of #14100 - Veykril:load_cargo-proc-macro-srv-config, r=Veykril 2023-02-08 10:12:31 +00:00
sourcegen
stdx fix: support non-ascii characters in case conversion 2023-02-03 18:11:11 +09:00
syntax Bump rustc-ap-rustc_lexer 2023-02-08 11:42:14 +01:00
test-utils
text-edit
toolchain
tt Add tests for float access macro call inputs 2023-02-07 17:12:24 +01:00
vfs
vfs-notify