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
/
ra_ide_api
/
src
/
completion
/
complete_dot.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #574
bors[bot]
2019-01-20
1
-18
/
+27
|
\
|
*
use a combination of `source_change` and `text_edit` for `CompleteItem`
gfreezy
2019-01-20
1
-5
/
+9
|
*
refactor to use `remove_range` and `replace_range` instead of TextEdit
gfreezy
2019-01-19
1
-6
/
+10
|
*
refactor completions to use TextEdit instead of InsertText
gfreezy
2019-01-19
1
-13
/
+14
*
|
Implement beginnings of generics
Florian Diebold
2019-01-19
1
-2
/
+4
|
/
*
remove Canceled from impl of ra_ide_api
Aleksey Kladov
2019-01-15
1
-5
/
+3
*
remove Cancelable from type inference
Aleksey Kladov
2019-01-15
1
-10
/
+5
*
remove Cancelable from Ty
Aleksey Kladov
2019-01-15
1
-4
/
+3
*
remove Cancelable from funciton body
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from navigation target
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from adt API
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
args -> params
Florian Diebold
2019-01-12
1
-1
/
+1
*
Complete inherent methods
Florian Diebold
2019-01-12
1
-3
/
+56
*
dont complete () if they are already there
Aleksey Kladov
2019-01-10
1
-1
/
+1
*
show field types in completion
Aleksey Kladov
2019-01-09
1
-7
/
+7
*
fix usages after rename
Aleksey Kladov
2019-01-08
1
-0
/
+121