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
/
completions
/
keyword.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't complete keywords in attributes inside expressions
Lukas Wirth
2021-06-17
1
-0
/
+4
*
Correct completions in items tests
Lukas Wirth
2021-06-17
1
-0
/
+3
*
Move item specific completion tests
Lukas Wirth
2021-06-17
1
-32
/
+0
*
Less filtering in completion tests
Lukas Wirth
2021-06-17
1
-11
/
+13
*
Refine `self`, `super` and `crate` completion in use paths
Lukas Wirth
2021-06-17
1
-11
/
+18
*
Move out and rewrite UseTree completion tests
Lukas Wirth
2021-06-17
1
-35
/
+0
*
Move test_utils into tests module
Lukas Wirth
2021-06-16
1
-2
/
+2
*
Don't complete paths after attributes
Lukas Wirth
2021-06-16
1
-43
/
+0
*
Don't show incorrect completions after unsafe or visiblity node
Lukas Wirth
2021-06-16
1
-10
/
+12
*
Don't complete visibility accessors after existing ones
Lukas Wirth
2021-06-16
1
-1
/
+3
*
Start refactoring ide_completion tests
Lukas Wirth
2021-06-16
1
-36
/
+0
*
internal: switch some tests to minicore
Aleksey Kladov
2021-06-15
1
-17
/
+3
*
simplify
Lukas Wirth
2021-06-07
1
-8
/
+12
*
Move more things into PathCompletionContext
Lukas Wirth
2021-06-07
1
-5
/
+6
*
Add MethodCall and FieldAccess variants to ImmediateLocation
Lukas Wirth
2021-06-02
1
-1
/
+1
*
Move more fields to `ImmediateLocation`
Lukas Wirth
2021-05-30
1
-7
/
+11
*
More completion pattern tests
Lukas Wirth
2021-05-28
1
-2
/
+0
*
Implement prev sibling determination for `CompletionContext`
Lukas Wirth
2021-05-28
1
-1
/
+1
*
simplify
Lukas Wirth
2021-05-28
1
-97
/
+95
*
Complete keywords in (Assoc)ItemList with leading attribute
Lukas Wirth
2021-05-28
1
-0
/
+15
*
Cleanup `ImmediateLocation` determination
Lukas Wirth
2021-05-27
1
-1
/
+1
*
Don't complete non-macro item paths in impls and modules
Lukas Wirth
2021-05-27
1
-14
/
+13
*
Collapse more CompletionContext booleans into enums
Lukas Wirth
2021-05-27
1
-21
/
+18
*
Merge #9012
bors[bot]
2021-05-26
1
-21
/
+29
|
\
|
*
feat: add tab stops for keyword completions
Eduardo Canellas
2021-05-26
1
-21
/
+29
*
|
simplify
Lukas Wirth
2021-05-26
1
-3
/
+3
|
/
*
simplify
Lukas Wirth
2021-05-15
1
-12
/
+10
*
Unify naming
Aleksey Kladov
2021-03-12
1
-19
/
+17
*
use references in CompletionItem's builder
yonip23
2021-03-11
1
-21
/
+23
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-8
/
+6
*
Complete `while let`
Lukas Wirth
2021-03-03
1
-0
/
+8
*
Don't complete `super` unless its valid in paths
Lukas Wirth
2021-03-03
1
-7
/
+20
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+668