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
/
complete_unqualified_path.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove false positive attr compleitons
Aleksey Kladov
2020-05-04
1
-2
/
+19
*
Better filtering of qualified enum variants in completion
Aleksey Kladov
2020-04-29
1
-1
/
+11
*
Precompute expected type during completion
Aleksey Kladov
2020-04-26
1
-22
/
+22
*
text-size 1.0.0
Aleksey Kladov
2020-04-25
1
-6
/
+6
*
Convert tests to text-size
Aleksey Kladov
2020-04-25
1
-154
/
+154
*
Include correct item path for variant completions
Jonas Schievink
2020-04-24
1
-1
/
+52
*
Better label for macros completion
Aleksey Kladov
2020-04-24
1
-9
/
+9
*
Update tests to reflect new completions
nathanwhit
2020-04-22
1
-1
/
+1
*
Add tests for enum completion
nathanwhit
2020-04-22
1
-0
/
+178
*
Complete unqualified enum variants when possible
nathanwhit
2020-04-22
1
-5
/
+26
*
Don\t suggest import itself as a completion for import
Aleksey Kladov
2020-04-17
1
-1
/
+39
*
Align grammar for record patterns and literals
Aleksey Kladov
2020-04-11
1
-1
/
+8
*
Make records grammar more orthogonal
Aleksey Kladov
2020-04-11
1
-1
/
+1
*
Better naming for scope completion
Aleksey Kladov
2020-04-07
1
-1
/
+1
*
Better naming for path completion
Aleksey Kladov
2020-04-07
1
-0
/
+1067