Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Type => TypeAlias | Florian Diebold | 2019-02-24 | 1 | -1/+1 |
* | move testing functions | Aleksey Kladov | 2019-02-24 | 1 | -5/+2 |
* | move res completion to presentation | Aleksey Kladov | 2019-02-24 | 1 | -34/+5 |
* | simplify | Aleksey Kladov | 2019-02-24 | 1 | -31/+31 |
* | move enum-variants to presentation | Aleksey Kladov | 2019-02-24 | 1 | -21/+5 |
* | simplify | Aleksey Kladov | 2019-02-24 | 1 | -1/+1 |
* | move function rendering to presentation | Aleksey Kladov | 2019-02-24 | 1 | -8/+1 |
* | Implement completion for associated items | Laurențiu Nicola | 2019-02-12 | 1 | -1/+103 |
* | fix regression in self-referential completion | Aleksey Kladov | 2019-02-11 | 1 | -13/+23 |
* | use extern prelude in Resolver | Aleksey Kladov | 2019-02-11 | 1 | -0/+16 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -8/+4 |
* | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 1 | -0/+11 |
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 1 | -2/+2 |
* | Cleanup | Florian Diebold | 2019-02-01 | 1 | -3/+3 |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 1 | -6/+6 |
* | Add module documentation support | Jeremy A. Kolb | 2019-01-25 | 1 | -0/+16 |
* | EnumVariant details for completion | Jeremy A. Kolb | 2019-01-25 | 1 | -1/+34 |
* | pack enum variants into arena | Aleksey Kladov | 2019-01-25 | 1 | -5/+5 |
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -6/+1 |
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 1 | -0/+2 |
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -1/+4 |
* | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -20/+15 |
* | update ide_api to new hir | Aleksey Kladov | 2019-01-24 | 1 | -0/+2 |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -17/+20 |
* | Fix snap | Jeremy A. Kolb | 2019-01-23 | 1 | -1/+7 |
* | Add way of getting docs from the code model and use for completion | Jeremy A. Kolb | 2019-01-23 | 1 | -1/+4 |
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 1 | -26/+0 |
* | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 1 | -2/+2 |
* | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 1 | -6/+14 |
* | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -10/+11 |
* | remove Canceled from impl of ra_ide_api | Aleksey Kladov | 2019-01-15 | 1 | -6/+4 |
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 1 | -2/+2 |
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | remove Cancelable from adt API | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 1 | -3/+3 |
* | Merge #470 | bors[bot] | 2019-01-10 | 1 | -8/+9 |
|\ | |||||
| * | Save variant names in EnumData to reduce needless queries | Marcus Klaas de Vries | 2019-01-10 | 1 | -10/+5 |
| * | Implement type inference for enum variants | Marcus Klaas de Vries | 2019-01-10 | 1 | -8/+14 |
* | | dont complete () if they are already there | Aleksey Kladov | 2019-01-10 | 1 | -0/+14 |
|/ | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+128 |