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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-7
/
+7
*
fix typos in mbe tests
Aleksey Kladov
2019-05-28
1
-2
/
+2
*
Move completion label functions to display
Ville Penttinen
2019-04-09
1
-28
/
+0
*
Move FunctionSignature creation to display
Ville Penttinen
2019-04-09
1
-46
/
+2
*
Refactor CallInfo function signatures to new FunctionSignature type
Ville Penttinen
2019-04-09
1
-15
/
+46
*
switch to new rowan
Aleksey Kladov
2019-04-01
1
-13
/
+10
*
rename type to type_alias in the AST as well
Aleksey Kladov
2019-02-25
1
-1
/
+1
*
complete patterns
Aleksey Kladov
2019-02-24
1
-0
/
+2
*
move testing functions
Aleksey Kladov
2019-02-24
1
-0
/
+3
*
introduce completion presentation
Aleksey Kladov
2019-02-24
1
-0
/
+1
*
complete struct literals
Aleksey Kladov
2019-02-24
1
-0
/
+2
*
Filter attributes from the completion details/label
Laurențiu Nicola
2019-02-12
1
-0
/
+3
*
Fix some typos
Pascal Hertleif
2019-02-12
1
-1
/
+1
*
Implement completion for associated items
Laurențiu Nicola
2019-02-12
1
-0
/
+22
*
Pass Documentation up to LSP and add "rust" to our codeblocks there
Jeremy Kolb
2019-01-30
1
-0
/
+19
*
rename source_file -> parse
Aleksey Kladov
2019-01-26
1
-1
/
+1
*
rename FilesDatabase -> SourceDatabase
Aleksey Kladov
2019-01-26
1
-1
/
+1
*
fold syntax database into files database
Aleksey Kladov
2019-01-26
1
-1
/
+1
*
postfix completion
gfreezy
2019-01-21
1
-1
/
+2
*
refactor completions to use TextEdit instead of InsertText
gfreezy
2019-01-19
1
-13
/
+1
*
remove Canceled from impl of ra_ide_api
Aleksey Kladov
2019-01-15
1
-11
/
+8
*
fix usages after rename
Aleksey Kladov
2019-01-08
1
-0
/
+77