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.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Filter out non-type completions in the respective completions modules instead
Lukas Wirth
2021-06-16
1
-3
/
+0
|
*
Complete associated types in dyn and impl trait
Lukas Wirth
2021-06-11
1
-1
/
+9
|
*
Add tests checking no value completion in type pos
Lukas Wirth
2021-06-08
1
-0
/
+3
|
*
Don't complete values in type position
Lukas Wirth
2021-06-08
1
-26
/
+22
|
*
Remove unnecessary completion::macro_in_item_position
Lukas Wirth
2021-06-07
1
-1
/
+0
|
*
Move unprefixed field/method completion to `dot`
Lukas Wirth
2021-05-31
1
-44
/
+1
|
*
Less strings, more hir::Names
Lukas Wirth
2021-05-31
1
-3
/
+3
|
*
Complete `self.` prefixed fields and methods inside methods
Lukas Wirth
2021-05-31
1
-5
/
+57
|
*
Use `Name`s instead of Strings in the completion rendering api
Lukas Wirth
2021-05-31
1
-11
/
+16
|
*
simplify
Lukas Tobias Wirth
2021-05-05
1
-30
/
+26
|
*
Rename target_ty to self_ty
Lukas Wirth
2021-03-29
1
-1
/
+1
|
*
implement a temporary workaround for #8058
Josh Mcguigan
2021-03-22
1
-1
/
+12
|
*
Add basic lifetime completion
Lukas Wirth
2021-03-20
1
-10
/
+19
|
*
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
1
-1
/
+1
|
|
|
|
example: let x: String = String::from("hello world").into();
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+224
We don't have completion-related PRs in flight, so lets do it