Aramis Razzaghipour
|
f29796da61
|
Replace if let Some(_) = foo with if foo.is_some()
|
2021-10-05 09:00:18 +11:00 |
|
Lukas Wirth
|
86e5406539
|
Fix rename trying to edit the same range multiple times
|
2021-10-02 18:50:21 +02:00 |
|
Lukas Wirth
|
538ac599d2
|
Add some more attribute ide tests
|
2021-09-14 03:57:29 +02:00 |
|
Lukas Wirth
|
c67ecbebc4
|
Rename fails on renaming definitions created by macros
|
2021-08-20 00:12:47 +02:00 |
|
Lukas Wirth
|
daf3094958
|
Emit more concise text edits in ide_db::rename
|
2021-08-17 15:24:01 +02:00 |
|
Lukas Wirth
|
995c8f50a2
|
some code docs for the ide_db/rename module
|
2021-08-16 23:06:51 +02:00 |
|
Lukas Wirth
|
5e533e5900
|
Handle all rename special cases for all record pattern fields
|
2021-08-16 22:48:38 +02:00 |
|
Lukas Wirth
|
2b461c50d7
|
Refine extraction targets of extract_function assist
|
2021-07-29 15:45:05 +02:00 |
|
Lukas Wirth
|
c41f1279a3
|
Inline name classification reference calls
|
2021-07-11 15:39:09 +02:00 |
|
Lukas Wirth
|
c65bb7f8b9
|
Explicitly check for reference locals or fields in Name classification
|
2021-07-11 15:04:40 +02:00 |
|
Aleksey Kladov
|
bbb053532e
|
internal: remove one more needless extern crate
|
2021-07-11 15:48:49 +03:00 |
|
Aleksey Kladov
|
1171dc74e0
|
internal: remove unused param
|
2021-07-11 15:08:00 +03:00 |
|
Lukas Wirth
|
34c28c1bbc
|
Include self in usage search for modules in their definition source
|
2021-06-28 16:41:35 +02:00 |
|
Lukas Wirth
|
942eeb2f55
|
Fix renaming associated trait items with colliding names
|
2021-06-25 03:45:41 +02:00 |
|
Aleksey Kladov
|
cbb1979c19
|
fix: rename works when invoked on a reference
|
2021-06-20 17:07:55 +03:00 |
|
Aleksey Kladov
|
94f7b63522
|
minor: less ambiguous name
|
2021-06-14 19:16:03 +03:00 |
|
Aleksey Kladov
|
da534bdd07
|
internal: flatten module hierarchy
It seems that any crate can be made better by flattening the modules
down to a single layer?
|
2021-06-14 19:14:34 +03:00 |
|