rust/crates
Tiddo Langerak 7c568961fd
Feat: extracted method from trait impl is placed in existing impl
Previously, when triggering a method extraction from within a trait
impl block, then this would always create a new impl block for
the struct, even if there already is one. Now, it'll put the extracted
method in the matching existing block if it exists.
2022-08-10 13:07:02 +03:00
..
base-db remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
cfg
flycheck Auto merge of #12808 - Veykril:check-workspace, r=Veykril 2022-08-04 12:57:04 +00:00
hir Auto merge of #12905 - HKalbasi:master, r=Veykril 2022-08-08 11:46:22 +00:00
hir-def Auto merge of #12942 - lowr:fix/concat-with-char, r=Veykril 2022-08-08 11:28:42 +00:00
hir-expand Auto merge of #12937 - fprasx:master, r=Veykril 2022-08-08 11:37:51 +00:00
hir-ty remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
ide remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
ide-assists Feat: extracted method from trait impl is placed in existing impl 2022-08-10 13:07:02 +03:00
ide-completion Add some more cov_marks 2022-08-09 18:08:05 +02:00
ide-db remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
ide-diagnostics Import serde derives on converting json to struct 2022-08-06 20:12:21 +04:30
ide-ssr Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
limit Properly cfg the max field of Limit 2022-07-31 19:27:20 +02:00
mbe
parser Parse range patterns in let statement with type annotation 2022-08-09 00:00:22 +09:00
paths Auto merge of #12808 - Veykril:check-workspace, r=Veykril 2022-08-04 12:57:04 +00:00
proc-macro-api remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
proc-macro-srv remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
proc-macro-srv-cli
proc-macro-test
profile
project-model Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
rust-analyzer remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
sourcegen run stable fmt through rustup 2022-08-06 17:25:02 +03:00
stdx
syntax remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
test-utils
text-edit
toolchain
tt
vfs
vfs-notify Don't switch workspace on vfs file changes from libraries 2022-08-05 12:06:42 +02:00