index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide_db
/
src
/
helpers
/
insert_use.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Split out merge_imports module from helpers::insert_use
Lukas Wirth
2021-04-24
1
-317
/
+7
|
*
Add cov_marks to insert_use tests
Lukas Wirth
2021-04-20
1
-1
/
+16
|
*
Remove SyntaxRewriter usage in insert_use in favor of ted
Lukas Wirth
2021-04-20
1
-165
/
+97
|
*
Cleanup ide_db imports
Lukas Wirth
2021-03-27
1
-1
/
+2
|
*
syntax: return owned string instead of leaking string
cynecx
2021-03-26
1
-1
/
+1
|
*
rewrite merge use trees assist to use muatable syntax trees
Aleksey Kladov
2021-03-22
1
-2
/
+2
|
|
|
|
changelog internal
*
Reexport PrefixKind to remove deps to hir
Edwin Cheng
2021-03-22
1
-1
/
+3
|
*
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
1
-1
/
+1
|
|
|
|
example: let x: String = String::from("hello world").into();
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-4
/
+3
|
*
Make group imports configurable
asv
2021-03-07
1
-3
/
+14
|
*
.
Aleksey Kladov
2021-01-19
1
-1
/
+1
|
*
Share import_assets and related entities
Kirill Bulatov
2021-01-16
1
-0
/
+6
|
*
Add Unmerge Use assist
unexge
2021-01-15
1
-1
/
+1
|
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
1
-2
/
+8
|
*
Do not merge imports with different attributes
Jesse Bakker
2020-12-18
1
-1
/
+14
|
*
Normalize spelling to American English
Aleksey Kladov
2020-12-10
1
-10
/
+10
|
*
Extract tests module to file in ide_db crate
Daiki Ihara
2020-12-03
1
-638
/
+1
|
*
Fix use merging not using the first path segment
Lukas Wirth
2020-11-30
1
-1
/
+10
|
*
Move the helpers into ide_db
Kirill Bulatov
2020-11-28
1
-0
/
+1204