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
/
qualify_path.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable unqualified assoc items completion for now
Kirill Bulatov
2021-03-20
1
-0
/
+1
*
Cleanup qualify_path
Lukas Wirth
2021-03-19
1
-27
/
+17
*
Fix associated items not being appended to paths in import_assets
Lukas Wirth
2021-03-18
1
-2
/
+35
*
Fix labels for single import assists
Kirill Bulatov
2021-03-10
1
-11
/
+7
*
Add rustdocs and use better names
Kirill Bulatov
2021-03-08
1
-6
/
+8
*
Enforce the located imports' order
Kirill Bulatov
2021-03-08
1
-1
/
+1
*
Work towards better import labels
Kirill Bulatov
2021-03-08
1
-9
/
+13
*
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
-6
/
+11
*
Draft the qualifier import resolution
Kirill Bulatov
2021-03-08
1
-3
/
+6
*
Test and initial refactoring
Kirill Bulatov
2021-03-08
1
-2
/
+2
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-9
/
+8
*
Hygiene is an internal implementation detail of the compiler
Aleksey Kladov
2021-03-08
1
-2
/
+4
*
7526: Rename crate assists to ide_assists.
Chetan Khilosiya
2021-02-22
1
-0
/
+1205