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
/
completions
/
dot.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test_utils into tests module
Lukas Wirth
2021-06-16
1
-2
/
+2
*
clippy::redudant_borrow
Maan2003
2021-06-13
1
-1
/
+1
*
Move more things into PathCompletionContext
Lukas Wirth
2021-06-07
1
-1
/
+1
*
Simplify CompletionContext by introducing a path CallKind enum
Lukas Wirth
2021-06-06
1
-2
/
+2
*
Add MethodCall and FieldAccess variants to ImmediateLocation
Lukas Wirth
2021-06-02
1
-2
/
+5
*
Add config setting for self-on-the-fly
Lukas Wirth
2021-05-31
1
-1
/
+1
*
Move unprefixed field/method completion to `dot`
Lukas Wirth
2021-05-31
1
-3
/
+100
*
Complete `self.` prefixed fields and methods inside methods
Lukas Wirth
2021-05-31
1
-36
/
+5
*
Paper over #8931 a bit more
Florian Diebold
2021-05-23
1
-0
/
+1
*
Add test for #8931 and better checking
Florian Diebold
2021-05-23
1
-0
/
+29
*
implement a temporary workaround for #8058
Josh Mcguigan
2021-03-22
1
-1
/
+1
*
show function params in completion detail
Josh Mcguigan
2021-03-12
1
-12
/
+12
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-4
/
+2
*
Add test
Jonas Schievink
2021-02-23
1
-0
/
+28
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+431