Lukas Wirth
|
050c69c19d
|
Split out merge_imports module from helpers::insert_use
|
2021-04-24 13:31:43 +02:00 |
|
Lukas Wirth
|
b290cd5782
|
Add cov_marks to insert_use tests
|
2021-04-20 19:34:43 +02:00 |
|
Lukas Wirth
|
fa20a5064b
|
Remove SyntaxRewriter usage in insert_use in favor of ted
|
2021-04-20 02:09:12 +02:00 |
|
Lukas Wirth
|
1ef55002c2
|
Cleanup ide_db imports
|
2021-03-27 21:51:00 +01:00 |
|
cynecx
|
5ff3299dd6
|
syntax: return owned string instead of leaking string
|
2021-03-26 18:30:59 +01:00 |
|
Aleksey Kladov
|
9cbf09ec4f
|
rewrite merge use trees assist to use muatable syntax trees
changelog internal
|
2021-03-22 20:47:46 +03:00 |
|
Edwin Cheng
|
7784cadc3d
|
Reexport PrefixKind to remove deps to hir
|
2021-03-22 13:39:13 +08:00 |
|
Matthias Krüger
|
966c23f529
|
avoid converting types into themselves via .into() (clippy::useless-conversion)
example: let x: String = String::from("hello world").into();
|
2021-03-17 01:27:56 +01:00 |
|
Laurențiu Nicola
|
fc9eed4836
|
Use upstream cov-mark
|
2021-03-08 22:19:44 +02:00 |
|
asv
|
96fc01a30b
|
Make group imports configurable
|
2021-03-07 10:15:17 +02:00 |
|
Aleksey Kladov
|
46b4f89c92
|
.
|
2021-01-20 01:56:11 +03:00 |
|
Kirill Bulatov
|
6742f38e49
|
Share import_assets and related entities
|
2021-01-16 19:33:36 +02:00 |
|
unexge
|
a3a722de9f
|
Add Unmerge Use assist
|
2021-01-15 22:14:51 +03:00 |
|
Lukas Wirth
|
cb863390f2
|
Handle self/super/crate in PathSegment as NameRef
|
2021-01-15 19:21:23 +01:00 |
|
Jesse Bakker
|
700034bd5a
|
Do not merge imports with different attributes
|
2020-12-18 15:29:37 +01:00 |
|
Aleksey Kladov
|
17f236c2b0
|
Normalize spelling to American English
|
2020-12-10 17:51:56 +03:00 |
|
Daiki Ihara
|
f486640682
|
Extract tests module to file in ide_db crate
|
2020-12-04 00:05:39 +09:00 |
|
Lukas Wirth
|
ec94657077
|
Fix use merging not using the first path segment
|
2020-11-30 17:21:07 +01:00 |
|
Kirill Bulatov
|
3f612d37c6
|
Move the helpers into ide_db
|
2020-11-28 16:30:39 +02:00 |
|