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
/
qualified_path.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `Name`s instead of Strings in the completion rendering api
Lukas Wirth
2021-05-31
1
-19
/
+19
*
Complete modules in item lists
Lukas Wirth
2021-05-27
1
-2
/
+20
*
Complete modules in assoc item lists
Lukas Wirth
2021-05-27
1
-2
/
+6
*
Cleanup `ImmediateLocation` determination
Lukas Wirth
2021-05-27
1
-2
/
+20
*
Don't complete non-macro item paths in impls and modules
Lukas Wirth
2021-05-27
1
-0
/
+12
*
simplify
Lukas Wirth
2021-05-27
1
-6
/
+4
*
Add some cov marks for qualified_path completion
Lukas Tobias Wirth
2021-05-04
1
-5
/
+8
*
Complete enum variants through type aliases
Lukas Tobias Wirth
2021-05-04
1
-7
/
+33
*
Make CompletionContext expected_type smarter
Lukas Tobias Wirth
2021-05-03
1
-22
/
+0
*
Resolve associated types
Lukas Wirth
2021-04-01
1
-1
/
+1
*
Rename target_ty to self_ty
Lukas Wirth
2021-03-29
1
-1
/
+1
*
show function params in completion detail
Josh Mcguigan
2021-03-12
1
-28
/
+28
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-4
/
+2
*
Complete `while let`
Lukas Wirth
2021-03-03
1
-9
/
+3
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+815