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
/
patterns.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move more fields to `ImmediateLocation`
Lukas Wirth
2021-05-30
1
-64
/
+87
*
More completion pattern tests
Lukas Wirth
2021-05-28
1
-84
/
+109
*
Implement prev sibling determination for `CompletionContext`
Lukas Wirth
2021-05-28
1
-25
/
+101
*
simplify
Lukas Wirth
2021-05-28
1
-3
/
+9
*
Complete keywords in (Assoc)ItemList with leading attribute
Lukas Wirth
2021-05-28
1
-4
/
+18
*
Only complete modules in empty use-statements
Lukas Wirth
2021-05-28
1
-0
/
+7
*
Complete modules in assoc item lists
Lukas Wirth
2021-05-27
1
-1
/
+0
*
Cleanup `ImmediateLocation` determination
Lukas Wirth
2021-05-27
1
-75
/
+102
*
Don't complete non-macro item paths in impls and modules
Lukas Wirth
2021-05-27
1
-3
/
+9
*
simplify
Lukas Wirth
2021-05-27
1
-12
/
+5
*
Collapse more CompletionContext booleans into enums
Lukas Wirth
2021-05-27
1
-23
/
+18
*
simplify
Lukas Wirth
2021-05-26
1
-35
/
+2
*
clippy::complexity simplifications related to Iterators
Matthias Krüger
2021-03-21
1
-1
/
+1
*
Upgrade rowan
Aleksey Kladov
2021-03-16
1
-12
/
+4
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+249