aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions.rs
Commit message (Collapse)AuthorAgeFilesLines
* simplifyLukas Tobias Wirth2021-05-051-30/+26
|
* Rename target_ty to self_tyLukas Wirth2021-03-291-1/+1
|
* implement a temporary workaround for #8058Josh Mcguigan2021-03-221-1/+12
|
* Add basic lifetime completionLukas Wirth2021-03-201-10/+19
|
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
| | | | example: let x: String = String::from("hello world").into();
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+224
We don't have completion-related PRs in flight, so lets do it