rust-analyzer/crates
bors c552e5a55f Auto merge of #14004 - lowr:patch/no-need-to-escape-non-snippet, r=Veykril
Don't escape non-snippets in assist

I was misunderstanding that we're always sending snippets as response to assist request. For assists that never return snippets like `move_const_to_impl` we don't need to escape, and I don't think `utils::escape_non_snippet()` is useful at the moment since we guarantee that only a single edit will have `InsertTextFormat.Snippet` and we have `utils::render_snippet()` for that.
2023-01-23 16:32:53 +00:00
..
base-db fix: Fix target-data-layout fetching incorrectly passing 'rustc' to rustc 2023-01-19 21:31:08 +01:00
cfg Bump arbitrary and derive-arbitrary 2023-01-21 14:05:22 +02:00
flycheck Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00
hir Replace SmolStr usage with lang item enum for lang items 2023-01-21 17:55:45 +01:00
hir-def Use lang item resolution instead of known paths 2023-01-21 19:03:36 +01:00
hir-expand Replace SmolStr usage with lang item enum for lang items 2023-01-21 17:55:45 +01:00
hir-ty Use lang item resolution instead of known paths 2023-01-21 19:03:36 +01:00
ide REplace soft breaks in markdown with spaces 2023-01-23 12:21:23 +01:00
ide-assists Don't escape non-snippets in assist 2023-01-23 00:22:46 +09:00
ide-completion Use lang item resolution instead of known paths 2023-01-21 19:03:36 +01:00
ide-db Bump rayon 2023-01-21 14:05:22 +02:00
ide-diagnostics Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00
ide-ssr Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00
intern Bump once_cell 2023-01-21 08:48:46 +02:00
limit Specify authors, edition and license via workspace.package 2023-01-16 16:44:00 +01:00
mbe Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00
parser Parse const_closures syntax. 2023-01-19 15:40:07 +01:00
paths Specify authors, edition and license via workspace.package 2023-01-16 16:44:00 +01:00
proc-macro-api Bump snap 2023-01-21 14:05:22 +02:00
proc-macro-srv Bump object 2023-01-21 14:05:22 +02:00
proc-macro-srv-cli Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00
proc-macro-test Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00
profile Bump once_cell 2023-01-21 08:48:46 +02:00
project-model Replace SmolStr usage with lang item enum for lang items 2023-01-21 17:55:45 +01:00
rust-analyzer Add a 'open server logs' button to the error notification 2023-01-23 13:24:42 +01:00
sourcegen Specify authors, edition and license via workspace.package 2023-01-16 16:44:00 +01:00
stdx Specify authors, edition and license via workspace.package 2023-01-16 16:44:00 +01:00
syntax Bump rayon 2023-01-21 14:05:22 +02:00
test-utils Use lang item resolution instead of known paths 2023-01-21 19:03:36 +01:00
text-edit Specify authors, edition and license via workspace.package 2023-01-16 16:44:00 +01:00
toolchain Specify authors, edition and license via workspace.package 2023-01-16 16:44:00 +01:00
tt Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00
vfs Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00
vfs-notify Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00