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_assists
/
src
/
handlers
/
auto_import.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update outdated auto-import documentation
Lukas Tobias Wirth
2021-05-20
1
-9
/
+8
*
minor: use uniform names
Aleksey Kladov
2021-05-16
1
-2
/
+2
*
Return absolute paths in find_path if crate start is ambiguous
Lukas Wirth
2021-05-13
1
-0
/
+26
*
Add cov_marks to insert_use tests
Lukas Wirth
2021-04-20
1
-1
/
+1
*
Remove SyntaxRewriter usage in insert_use in favor of ted
Lukas Wirth
2021-04-20
1
-3
/
+5
*
Add autoimport test with inner items
Jonas Schievink
2021-04-19
1
-0
/
+33
*
Gifs and screenshots for features in manual
Ayomide Bamidele
2021-03-31
1
-0
/
+2
*
Fix labels for single import assists
Kirill Bulatov
2021-03-10
1
-9
/
+5
*
Add rustdocs and use better names
Kirill Bulatov
2021-03-08
1
-4
/
+4
*
Less lifetines: derive SemanticsScope in place
Kirill Bulatov
2021-03-08
1
-3
/
+1
*
Enforce the located imports' order
Kirill Bulatov
2021-03-08
1
-1
/
+1
*
Work towards better import labels
Kirill Bulatov
2021-03-08
1
-6
/
+7
*
Do not propose already imported imports
Kirill Bulatov
2021-03-08
1
-1
/
+3
*
Properly handle turbofishes in qualifiers
Kirill Bulatov
2021-03-08
1
-1
/
+1
*
Return more data about located imports
Kirill Bulatov
2021-03-08
1
-3
/
+7
*
Test and initial refactoring
Kirill Bulatov
2021-03-08
1
-35
/
+0
*
Make group imports configurable
asv
2021-03-07
1
-2
/
+1
*
docs(ide_assists): Change importMergeBehaviour to importMergeBehavior
Sanchith Hegde
2021-02-26
1
-3
/
+3
*
7526: Rename crate assists to ide_assists.
Chetan Khilosiya
2021-02-22
1
-0
/
+970