Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+224 |