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
Commit message (
Expand
)
Author
Age
Files
Lines
*
workaround for trigger character
gfreezy
2019-01-20
1
-1
/
+5
*
use a combination of `source_change` and `text_edit` for `CompleteItem`
gfreezy
2019-01-20
47
-288
/
+301
*
refactor to use `remove_range` and `replace_range` instead of TextEdit
gfreezy
2019-01-19
46
-748
/
+606
*
ignore unused methods
gfreezy
2019-01-19
1
-0
/
+3
*
refactor completions to use TextEdit instead of InsertText
gfreezy
2019-01-19
50
-282
/
+2294
*
switched to lowerd module
Aleksey Kladov
2019-01-19
1
-7
/
+4
*
remove Canceled from impl of ra_ide_api
Aleksey Kladov
2019-01-15
4
-24
/
+15
*
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 nameres
Aleksey Kladov
2019-01-15
2
-3
/
+3
*
remove Cancelable from fn_scopes
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from funciton body
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from navigation target
Aleksey Kladov
2019-01-15
3
-3
/
+3
*
remove Cancelable from adt API
Aleksey Kladov
2019-01-15
2
-2
/
+2
*
remove Cancelable from Module API
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from source binders
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
args -> params
Florian Diebold
2019-01-12
2
-2
/
+2
*
Complete inherent methods
Florian Diebold
2019-01-12
2
-4
/
+62
*
actually produce missing def kinds
Aleksey Kladov
2019-01-11
1
-0
/
+20
*
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
4
-6
/
+26
|
/
*
show field types in completion
Aleksey Kladov
2019-01-09
2
-9
/
+16
*
add completion detail
Aleksey Kladov
2019-01-09
1
-0
/
+12
*
Fix typo defenition -> definition
Marcus Klaas de Vries
2019-01-08
1
-1
/
+1
*
fix usages after rename
Aleksey Kladov
2019-01-08
8
-0
/
+1404