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_scope.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
move testing functions
Aleksey Kladov
2019-02-24
1
-2
/
+1
*
move res completion to presentation
Aleksey Kladov
2019-02-24
1
-6
/
+2
*
Complete names from prelude
Florian Diebold
2019-02-13
1
-1
/
+20
*
reformat the world
Aleksey Kladov
2019-02-08
1
-7
/
+3
*
Complete extern prelude (again)
Florian Diebold
2019-02-04
1
-0
/
+14
*
Some cleanup and additional tests
Florian Diebold
2019-02-01
1
-24
/
+33
*
Use the new Resolver API in completion
Florian Diebold
2019-02-01
1
-46
/
+17
*
move completion item tests closer to the code
Aleksey Kladov
2019-01-23
1
-17
/
+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
-22
/
+24
*
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
1
-8
/
+4
*
remove Cancelable from nameres
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from fn_scopes
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
remove Cancelable from Module API
Aleksey Kladov
2019-01-15
1
-1
/
+1
*
Fix typo defenition -> definition
Marcus Klaas de Vries
2019-01-08
1
-1
/
+1
*
fix usages after rename
Aleksey Kladov
2019-01-08
1
-0
/
+192