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
/
ide_completion
/
src
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various keyword completion fixes
Lukas Wirth
2021-06-21
1
-12
/
+4
*
Move out completion type position tests
Lukas Wirth
2021-06-21
2
-32
/
+185
*
Move out completion pattern tests
Lukas Wirth
2021-06-21
1
-0
/
+348
*
Correct completions in items tests
Lukas Wirth
2021-06-17
1
-22
/
+41
*
Move item specific completion tests
Lukas Wirth
2021-06-17
1
-0
/
+108
*
Fix incorrect completions in empty braced use statement
Lukas Wirth
2021-06-17
1
-0
/
+17
*
Refine `self`, `super` and `crate` completion in use paths
Lukas Wirth
2021-06-17
1
-26
/
+3
*
Move out and rewrite UseTree completion tests
Lukas Wirth
2021-06-17
1
-0
/
+261
*
Move test_utils into tests module
Lukas Wirth
2021-06-16
1
-12
/
+20
*
Don't complete paths after attributes
Lukas Wirth
2021-06-16
1
-41
/
+100
*
Don't show incorrect completions after unsafe or visiblity node
Lukas Wirth
2021-06-16
1
-24
/
+10
*
Don't complete visibility accessors after existing ones
Lukas Wirth
2021-06-16
1
-2
/
+0
*
Start refactoring ide_completion tests
Lukas Wirth
2021-06-16
1
-0
/
+172