rust/crates
bors 1ad58a42aa Auto merge of #14711 - Veykril:highlight-captures, r=Veykril
feat: Highlight closure captures when cursor is on pipe or move keyword

This runs into the same issue on vscode as exit points for `->`, where highlights are only triggered on identifiers, https://github.com/rust-lang/rust-analyzer/issues/9395

Though putting the cursor on `move` should at least work.
2023-05-02 07:22:43 +00:00
..
base-db MIR episode 4 2023-05-01 23:23:10 +03:30
cfg
flycheck
hir Highlight closure captures when cursor is on pipe 2023-05-02 08:59:40 +02:00
hir-def MIR episode 4 2023-05-01 23:23:10 +03:30
hir-expand Auto merge of #14651 - Veykril:workspace-vscode-fix, r=Veykril 2023-04-25 09:09:31 +00:00
hir-ty Simplify 2023-05-02 09:05:28 +02:00
ide Simplify 2023-05-02 09:05:28 +02:00
ide-assists fix: generate delegate methods filters out functions that already exist 2023-05-02 03:36:35 +00:00
ide-completion Auto merge of #14513 - hecatia-elegua:alias-based-completion2, r=Veykril 2023-04-24 06:34:25 +00:00
ide-db Revert "Handle dev-dependency cycles" 2023-04-25 14:29:26 +02:00
ide-diagnostics fix: don't wavy-underline iterator chains 2023-04-29 17:31:53 +01:00
ide-ssr internal: Arc<String> -> Arc<str> 2023-04-22 09:48:37 +02:00
intern
limit Move Expander and LowerCtx into separate modules 2023-04-17 20:44:06 +02:00
mbe fix: Fix pat fragment handling in 2021 edition 2023-04-24 22:21:37 +02:00
parser fix: Fix pat fragment handling in 2021 edition 2023-04-24 22:21:37 +02:00
paths
proc-macro-api Remove proc-macro server command from the rust-analyzer binary 2023-04-26 08:19:28 +02:00
proc-macro-srv Encode closing delimiter span in FlatTrees 2023-04-14 10:34:41 +02:00
proc-macro-srv-cli Remove proc-macro server command from the rust-analyzer binary 2023-04-26 08:19:28 +02:00
proc-macro-test
profile internal: Add some additional status ouput 2023-04-22 09:34:47 +02:00
project-model fix grammar 2023-04-28 23:04:08 -04:00
rust-analyzer Auto merge of #14711 - Veykril:highlight-captures, r=Veykril 2023-05-02 07:22:43 +00:00
sourcegen
stdx
syntax Auto merge of #14622 - alibektas:make_ty_alias, r=alibektas 2023-04-22 11:43:42 +00:00
test-utils Highlight closure captures when cursor is on pipe 2023-05-02 08:59:40 +02:00
text-edit
toolchain
tt Bump smol-str 2023-04-11 14:39:19 +02:00
vfs Report vfs memory usage in status command 2023-04-22 09:57:48 +02:00
vfs-notify