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
/
handlers
/
auto_import.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make insert_use return a SyntaxRewriter
Lukas Wirth
2020-11-02
1
-3
/
+2
*
Merge #6172
bors[bot]
2020-10-20
1
-1
/
+1
|
\
|
*
Properly qualify trait methods in qualify_path assist
Lukas Wirth
2020-10-15
1
-1
/
+1
*
|
Minor, rename feature
Aleksey Kladov
2020-10-19
1
-1
/
+1
*
|
Document auto_import as a feature
Lukas Wirth
2020-10-15
1
-0
/
+55
|
/
*
Slightly cleanup import_assets module
Lukas Wirth
2020-10-13
1
-6
/
+6
*
Adhere to style guidelines in import_assets
Lukas Wirth
2020-10-13
1
-6
/
+16
*
Extract ImportAssets out of auto_import
Lukas Wirth
2020-10-13
1
-241
/
+18
*
Move ModPath->ast::Path function to IDE layer
Aleksey Kladov
2020-10-06
1
-2
/
+5
*
Make ImportPrefix a configuration option
Lukas Wirth
2020-10-05
1
-6
/
+10
*
Merge #6019
bors[bot]
2020-09-29
1
-6
/
+2
|
\
|
*
Remove make::path_from_text
Lukas Wirth
2020-09-16
1
-6
/
+2
*
|
Don't unnecessarily unnest imports for import insertion
Lukas Wirth
2020-09-25
1
-2
/
+31
|
/
*
Make MergeBehaviour configurable
Lukas Wirth
2020-09-12
1
-5
/
+2
*
Fix import insertion breaking nested modules
Lukas Wirth
2020-09-03
1
-5
/
+6
*
Replace insert_use_statement with the new insert_use
Lukas Wirth
2020-09-03
1
-7
/
+12
*
:arrow_up: ungrammar
Aleksey Kladov
2020-08-21
1
-1
/
+1
*
Don't expose hir::Path out of hir
Aleksey Kladov
2020-08-15
1
-1
/
+1
*
Rename ra_assists -> assists
Aleksey Kladov
2020-08-13
1
-0
/
+1088