rust-analyzer/crates
Dorian Scheidt ffb6b23c75 fix: Prevent panic in Remove Unused Parameter assist
Instead of calling `builder.delete` for every text range we find with
`process_usage`, we now ensure that the ranges do not overlap before removing
them. If a range is fully contained by a prior one, it is dropped.

fixes #12784
2022-07-18 16:44:04 -05:00
..
base-db Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
cfg internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
flycheck Bump cargo_metadata 2022-07-03 10:09:35 +03:00
hir Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykril 2022-07-18 16:29:23 +00:00
hir-def fix: un-inline ConstScalarOrPath::from_expr_opt 2022-07-17 20:35:34 +03:00
hir-expand Improve syntax fixup a bit, handle incomplete if 2022-07-16 13:03:32 +02:00
hir-ty Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykril 2022-07-18 16:29:23 +00:00
ide Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykril 2022-07-18 16:29:23 +00:00
ide-assists fix: Prevent panic in Remove Unused Parameter assist 2022-07-18 16:44:04 -05:00
ide-completion Check for local IDs belong to same definition 2022-07-17 11:43:08 +05:00
ide-db Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykril 2022-07-18 16:29:23 +00:00
ide-diagnostics fix: address suggestions 2022-07-17 18:22:11 +03:00
ide-ssr internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
limit Use compare_exchange_weak in limit::Limit::check 2022-01-28 18:19:35 +03:00
mbe Improve syntax fixup a bit, handle incomplete if 2022-07-16 13:03:32 +02:00
parser Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
paths Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
proc-macro-api Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
proc-macro-srv Remove macro ABI version from doc comment 2022-07-18 17:44:53 +02:00
proc-macro-test Bump cargo_metadata 2022-07-03 10:09:35 +03:00
profile Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
project-model Fix rustcSource -> rustc_source 2022-07-11 16:50:20 +09:00
rust-analyzer Auto merge of #12807 - Veykril:completion-item-details, r=Veykril 2022-07-18 17:28:43 +00:00
sourcegen Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
stdx Polish 2022-06-15 18:35:48 +02:00
syntax Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
test-utils restore sth 2022-06-25 10:25:56 +08:00
text-edit style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
toolchain Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
tt internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
vfs Bump indexmap 2022-07-03 10:09:35 +03:00
vfs-notify Bump crossbeam-channel 2022-07-03 09:56:58 +03:00