| Commit message (Expand) | Author | Age | Files | Lines |
* | Address some issues flagged in review | Marcus Klaas de Vries | 2019-01-27 | 1 | -1/+1 |
* | First attempt at generic type inference for fns | Marcus Klaas de Vries | 2019-01-27 | 1 | -1/+1 |
* | Add module documentation support | Jeremy A. Kolb | 2019-01-25 | 1 | -1/+1 |
* | rename def_id -> def | Aleksey Kladov | 2019-01-25 | 1 | -4/+1 |
* | ModuleDef is Def-free | Aleksey Kladov | 2019-01-24 | 1 | -1/+0 |
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -5/+3 |
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 1 | -2/+2 |
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -0/+1 |
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -2/+2 |
* | update ide_api to new hir | Aleksey Kladov | 2019-01-24 | 1 | -1/+1 |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -38/+23 |
* | Add a bunch of new documentation to completions | Jeremy A. Kolb | 2019-01-23 | 1 | -14/+16 |
* | Add way of getting docs from the code model and use for completion | Jeremy A. Kolb | 2019-01-23 | 1 | -6/+7 |
* | don't insert parens for self methods | Aleksey Kladov | 2019-01-23 | 1 | -1/+14 |
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 1 | -1/+60 |
* | Move label from hir to ide_api | Jeremy A. Kolb | 2019-01-22 | 1 | -2/+25 |
* | Add function signature to CompletionItem detail | Jeremy A. Kolb | 2019-01-22 | 1 | -0/+4 |
* | Move docs to Function | Jeremy Kolb | 2019-01-22 | 1 | -3/+2 |
* | Thread documentation through FnSignature and CompletionItem | Jeremy Kolb | 2019-01-22 | 1 | -0/+5 |
* | Teach CompletionItem about documentation | Jeremy Kolb | 2019-01-22 | 1 | -0/+16 |
* | postfix completion | gfreezy | 2019-01-21 | 1 | -0/+6 |
* | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 1 | -12/+18 |
* | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 1 | -74/+36 |
* | ignore unused methods | gfreezy | 2019-01-19 | 1 | -0/+3 |
* | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -88/+122 |
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | args -> params | Florian Diebold | 2019-01-12 | 1 | -1/+1 |
* | Complete inherent methods | Florian Diebold | 2019-01-12 | 1 | -1/+6 |
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 1 | -0/+20 |
* | dont complete () if they are already there | Aleksey Kladov | 2019-01-10 | 1 | -1/+1 |
* | show field types in completion | Aleksey Kladov | 2019-01-09 | 1 | -2/+9 |
* | add completion detail | Aleksey Kladov | 2019-01-09 | 1 | -0/+12 |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+244 |