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_path.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix snap
Jeremy A. Kolb
2019-01-23
1
-1
/
+7
*
Add way of getting docs from the code model and use for completion
Jeremy A. Kolb
2019-01-23
1
-1
/
+4
*
move completion item tests closer to the code
Aleksey Kladov
2019-01-23
1
-26
/
+0
*
use a combination of `source_change` and `text_edit` for `CompleteItem`
gfreezy
2019-01-20
1
-2
/
+2
*
refactor to use `remove_range` and `replace_range` instead of TextEdit
gfreezy
2019-01-19
1
-6
/
+14
*
refactor completions to use TextEdit instead of InsertText
gfreezy
2019-01-19
1
-10
/
+11
*
remove Canceled from impl of ra_ide_api
Aleksey Kladov
2019-01-15
1
-6
/
+4
*
remove Cancelable from nameres
Aleksey Kladov
2019-01-15
1
-2
/
+2
*
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
*
Use name resolution for goto definition
Florian Diebold
2019-01-10
1
-3
/
+3
*
Merge #470
bors[bot]
2019-01-10
1
-8
/
+9
|
\
|
*
Save variant names in EnumData to reduce needless queries
Marcus Klaas de Vries
2019-01-10
1
-10
/
+5
|
*
Implement type inference for enum variants
Marcus Klaas de Vries
2019-01-10
1
-8
/
+14
*
|
dont complete () if they are already there
Aleksey Kladov
2019-01-10
1
-0
/
+14
|
/
*
fix usages after rename
Aleksey Kladov
2019-01-08
1
-0
/
+128