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
/
src
/
completion
/
presentation.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of github.com:rust-analyzer/rust-analyzer
Benjamin Coenen
2020-04-21
1
-0
/
+6
|
\
|
*
Ignore proc-macro in completion
Edwin Cheng
2020-04-18
1
-0
/
+6
*
|
Improve autocompletion by looking on the type and name
Benjamin Coenen
2020-04-21
1
-4
/
+44
*
|
feat: improve dot completions with scoring
Benjamin Coenen
2020-04-17
1
-0
/
+1
*
|
feat: improve dot completions with scoring
Benjamin Coenen
2020-04-16
1
-1
/
+1
*
|
Improve autocompletion by looking on the type and name
Benjamin Coenen
2020-04-11
1
-1
/
+1
|
/
*
Don't insert !() if there's already some
Aleksey Kladov
2020-04-07
1
-3
/
+40
*
Add parens for enums
Aleksey Kladov
2020-04-03
1
-36
/
+158
*
Generalize call parenthesis insertion
Aleksey Kladov
2020-04-03
1
-27
/
+46
*
Better names for config structs
Aleksey Kladov
2020-03-31
1
-6
/
+6
*
Start stdx
Aleksey Kladov
2020-03-28
1
-24
/
+21
*
Don't use generic DB where a concrete one will do
Aleksey Kladov
2020-03-13
1
-3
/
+6
*
Fix completion of HashMap::new
Florian Diebold
2020-03-13
1
-2
/
+4
*
Fix completion tests
Aleksey Kladov
2020-03-12
1
-0
/
+7
*
Introduce completion test utils
Aleksey Kladov
2020-03-11
1
-2
/
+2
*
Add a test for disabled argument snippets
Aleksey Kladov
2020-03-11
1
-2
/
+46
*
Pull completion options up to the rust-analyzer
Aleksey Kladov
2020-03-10
1
-4
/
+1
*
Introduce CompletionOptions
Aleksey Kladov
2020-03-10
1
-9
/
+2
*
Don't creat public APIs with typos
Aleksey Kladov
2020-03-06
1
-1
/
+1
*
Trigger parameter info automatically
Aleksey Kladov
2020-03-06
1
-0
/
+1
*
Feature flag for arg snippets
Aleksey Kladov
2020-03-06
1
-4
/
+13
*
Fix comment order
Aleksey Kladov
2020-03-06
1
-2
/
+2
*
Skip self param when completing methods
Aleksey Kladov
2020-03-04
1
-13
/
+45
*
Support function's completion snippet
Avishay Matayev
2020-03-04
1
-13
/
+21
*
Fix completion snippet for reexported functions
Florian Diebold
2020-03-03
1
-4
/
+3
*
Cleanup
Shotaro Yamada
2020-02-19
1
-5
/
+1
*
add space before/after wrapping braces
adamrk
2020-02-16
1
-2
/
+2
*
show names for record fields in enum completion
adamrk
2020-02-16
1
-6
/
+95
*
Use Name::missing consistently
Aleksey Kladov
2019-11-27
1
-4
/
+1
*
rename ra_ide_api -> ra_ide
Aleksey Kladov
2019-11-27
1
-0
/
+676