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_completion
/
src
/
render.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
completion relevance distinguish between exact type match and could unify
Josh Mcguigan
2021-03-26
1
-19
/
+37
*
completion relevance consider if types can be unified
Josh Mcguigan
2021-03-26
1
-1
/
+32
*
add unit test to demonstrate struct fields/methods do not get ref match compl...
Josh Mcguigan
2021-03-23
1
-0
/
+38
*
implement a temporary workaround for #8058
Josh Mcguigan
2021-03-22
1
-2
/
+4
*
Add label completion
Lukas Wirth
2021-03-21
1
-0
/
+1
*
Don't use an untyped String for ActiveParam tracking
Lukas Wirth
2021-03-20
1
-3
/
+2
*
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
2021-03-17
1
-1
/
+1
*
minor style fixes per feedback on #8036
Josh Mcguigan
2021-03-16
1
-27
/
+21
*
-
.
Merge #7900 #8000
bors[bot]
2021-03-16
1
-8
/
+46
|
\
\
|
*
|
show function params in completion detail
Josh Mcguigan
2021-03-12
1
-8
/
+46
*
|
|
completions: centralize calculation of relevance and ref matches
Josh Mcguigan
2021-03-16
1
-35
/
+147
|
|
/
|
/
|
*
|
implement function completion scoring
Josh Mcguigan
2021-03-15
1
-0
/
+60
*
|
remove expected_name_and_type method on completion context in favor of using ...
Josh Mcguigan
2021-03-15
1
-12
/
+4
*
|
update algorithm for determining expected type of completion
Josh Mcguigan
2021-03-15
1
-12
/
+3
*
|
increase completion relevance for items in local scope
Josh Mcguigan
2021-03-14
1
-28
/
+51
*
|
Skip ref_match on same types, remove sorting in tests
ivan770
2021-03-14
1
-38
/
+25
*
|
Added both references and original matches to tests
ivan770
2021-03-13
1
-34
/
+42
*
|
Fix incorrect DerefMut test reference type
ivan770
2021-03-13
1
-1
/
+1
*
|
Make relevance tests display references, suggest derefs only when needed
ivan770
2021-03-13
1
-15
/
+83
*
|
Simplify call site and deref completion test
ivan770
2021-03-13
1
-85
/
+16
*
|
Count derefs as matched types if possible
ivan770
2021-03-13
1
-3
/
+125
|
/
*
add completion relevance score
Josh Mcguigan
2021-03-12
1
-10
/
+12
*
Unify naming
Aleksey Kladov
2021-03-12
1
-8
/
+7
*
use references in CompletionItem's builder
yonip23
2021-03-11
1
-31
/
+31
*
Future proof completion scores
Aleksey Kladov
2021-03-09
1
-58
/
+41
*
Cleanup auto-ref in completion
Aleksey Kladov
2021-03-09
1
-17
/
+73
*
Cleanup
Aleksey Kladov
2021-03-09
1
-3
/
+5
*
Work towards better import labels
Kirill Bulatov
2021-03-08
1
-6
/
+8
*
Fix some tests
Kirill Bulatov
2021-03-08
1
-2
/
+5
*
Return more data about located imports
Kirill Bulatov
2021-03-08
1
-1
/
+1
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-10
/
+8
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+945