Ali Bektas
145a101fe8
Deunwrap add_missing_match_arms
2023-09-11 14:09:19 +02:00
Ryo Yoshida
fbec711ada
Don't provide add_missing_match_arms
assist when upmapping match arm list failed
2023-07-27 16:43:01 +09:00
DropDemBits
a9889a0f1c
fix the rest of the nits
2023-07-11 17:32:12 -04:00
DropDemBits
6ab2788978
Migrate add_missing_match_arms
to mutable ast
...
Requires a hack in order to work inside of macros
2023-07-09 18:31:38 -04:00
DropDemBits
35f2e82e0b
Don't show add_missing_match_arms
when not needed
...
`does_not_fill_wildcard_with_wildcard`
and `does_not_fill_wildcard_with_partial_wildcard_and_wildcard`
both made no modifications to the code,
which is a problem for mutable ast porting as it generates a best-effort
minimal set of text edits,
and assists require at least one text edit.
2023-07-09 02:32:44 -04:00
Lukas Wirth
8ea1afce28
Simplify
2023-03-28 16:32:26 +02:00
bvanjoi
8fa69f9f7d
feat: array match
2023-01-20 10:59:30 +08:00
bvanjoi
e9724e55df
fix: check orpat in missing match
2023-01-14 18:54:45 +08:00
Daniel Eades
cc80c5bd07
remove unnecessary lazy evaluations
2023-01-02 15:02:54 +00:00
Lukas Wirth
a8ecaa1979
Restructure find_path
into a separate functions for modules and non-module items
...
Also renames `prefer_core` imports config to `prefer_no_std` and changes the behavior of no_std path searching by preferring `core` paths `over` alloc
2022-09-13 15:15:27 +02:00
Lukas Wirth
7d19971666
Add config to unconditionally prefer core imports over std
...
Fixes https://github.com/rust-lang/rust-analyzer/issues/12979
2022-09-09 20:04:56 +02:00
ice1000
a695e900f6
Create trait Removable
, replace ted
APIs with builder APIs
2022-09-02 21:18:36 +00:00
Amos Wenger
816f7fe12a
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
Peh
1f011fa4a3
style: rename crates to kebab case
2022-05-01 10:48:58 +00:00