Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refine `self`, `super` and `crate` completion in use paths | Lukas Wirth | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 1 | -1/+1 |
| | |||||
* | Simplify | Lukas Wirth | 2021-06-16 | 1 | -2/+2 |
| | |||||
* | Simplify CompletionContext by introducing a path CallKind enum | Lukas Wirth | 2021-06-06 | 1 | -1/+3 |
| | |||||
* | Use `Name`s instead of Strings in the completion rendering api | Lukas Wirth | 2021-05-31 | 1 | -4/+5 |
| | |||||
* | Don't label derive macros with their banged_name | Lukas Wirth | 2021-05-28 | 1 | -1/+5 |
| | |||||
* | Store an `AstId` for procedural macros | Jonas Schievink | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | Unify naming | Aleksey Kladov | 2021-03-12 | 1 | -7/+6 |
| | |||||
* | use references in CompletionItem's builder | yonip23 | 2021-03-11 | 1 | -10/+13 |
| | |||||
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -5/+2 |
| | |||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+214 |
We don't have completion-related PRs in flight, so lets do it |