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
/
function.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test_utils into tests module
Lukas Wirth
2021-06-16
1
-1
/
+1
*
Don't allow lookup by self for unprefixed self access completions
Lukas Wirth
2021-06-11
1
-13
/
+13
*
Add MethodCall and FieldAccess variants to ImmediateLocation
Lukas Wirth
2021-06-02
1
-1
/
+1
*
Less strings, more hir::Names
Lukas Wirth
2021-05-31
1
-3
/
+3
*
Complete `self.` prefixed fields and methods inside methods
Lukas Wirth
2021-05-31
1
-5
/
+31
*
Use `Name`s instead of Strings in the completion rendering api
Lukas Wirth
2021-05-31
1
-7
/
+7
*
completion relevance distinguish between exact type match and could unify
Josh Mcguigan
2021-03-26
1
-2
/
+2
*
implement a temporary workaround for #8058
Josh Mcguigan
2021-03-22
1
-3
/
+20
*
-
.
Merge #7900 #8000
bors[bot]
2021-03-16
1
-2
/
+37
|
\
\
|
*
|
add params_display and ty_display
Josh Mcguigan
2021-03-12
1
-9
/
+17
|
*
|
show function params in completion detail
Josh Mcguigan
2021-03-12
1
-2
/
+29
*
|
|
completions: centralize calculation of relevance and ref matches
Josh Mcguigan
2021-03-16
1
-14
/
+13
|
|
/
|
/
|
*
|
implement function completion scoring
Josh Mcguigan
2021-03-15
1
-1
/
+16
|
/
*
Unify naming
Aleksey Kladov
2021-03-12
1
-4
/
+3
*
use references in CompletionItem's builder
yonip23
2021-03-11
1
-3
/
+9
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-7
/
+4
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+345