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
/
assists
/
src
/
utils
/
insert_use.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow merge_imports assists to merge imports of equal visibility
Lukas Wirth
2020-09-05
1
-6
/
+11
*
Remove duplicated import merge logic
Lukas Wirth
2020-09-05
1
-2
/
+7
*
Fix segment_iter not iterating segments properly
Lukas Wirth
2020-09-05
1
-5
/
+16
*
Add extra insert_use test for pub(crate) re-export handling
Lukas Wirth
2020-09-03
1
-8
/
+14
*
Fix import insertion breaking nested modules
Lukas Wirth
2020-09-03
1
-43
/
+95
*
Fix inserting imports in front of inner attributes
Lukas Wirth
2020-09-03
1
-1
/
+51
*
Replace insert_use_statement with the new insert_use
Lukas Wirth
2020-09-03
1
-8
/
+10
*
Impl make::blank_line
Lukas Wirth
2020-09-03
1
-25
/
+8
*
Use mark to check that paths that are too long will not be merged
Lukas Wirth
2020-09-03
1
-0
/
+13
*
Tidy up tests and apply suggested changes
Lukas Wirth
2020-09-03
1
-72
/
+107
*
Add more import insertion tests
Lukas Wirth
2020-09-03
1
-3
/
+68
*
Begin refactor of import insertion
Lukas Wirth
2020-09-03
1
-468
/
+440
*
Don't expose hir::Path out of hir
Aleksey Kladov
2020-08-15
1
-3
/
+2
*
Rename ra_assists -> assists
Aleksey Kladov
2020-08-13
1
-0
/
+547