Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 2 | -55/+43 |
| | | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids | ||||
* | Fix snap | Jeremy A. Kolb | 2019-01-23 | 2 | -6/+12 |
| | |||||
* | Add a bunch of new documentation to completions | Jeremy A. Kolb | 2019-01-23 | 2 | -20/+30 |
| | |||||
* | Add way of getting docs from the code model and use for completion | Jeremy A. Kolb | 2019-01-23 | 2 | -7/+11 |
| | |||||
* | don't insert parens for self methods | Aleksey Kladov | 2019-01-23 | 5 | -13/+52 |
| | |||||
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 3 | -44/+60 |
| | | | | | this is the reason why we need marks: the tests were spread across two files, because I've forgotten that there were tests already | ||||
* | fix completion bugs | gfreezy | 2019-01-23 | 26 | -133/+154 |
| | |||||
* | 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 | 15 | -30/+68 |
| | |||||
* | Update snaps | Jeremy A. Kolb | 2019-01-22 | 44 | -176/+385 |
| | |||||
* | 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 |
| | |||||
* | Fix .not postfix completion | Florian Diebold | 2019-01-21 | 4 | -9/+9 |
| | |||||
* | postfix completion | gfreezy | 2019-01-21 | 5 | -29/+310 |
| | |||||
* | Merge #574 | bors[bot] | 2019-01-20 | 50 | -287/+2177 |
|\ | | | | | | | | | | | | | | | | | 574: refactor completions to use TextEdit instead of InsertText r=matklad a=gfreezy 1. migrate from `insertText` to `TextEdit` from `CompleteItem` 2. use `insta` to test completions Co-authored-by: gfreezy <[email protected]> | ||||
| * | fix tests | gfreezy | 2019-01-20 | 8 | -19/+19 |
| | | |||||
| * | workaround for trigger character | gfreezy | 2019-01-20 | 1 | -1/+5 |
| | | |||||
| * | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 47 | -288/+301 |
| | | |||||
| * | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 46 | -748/+606 |
| | | |||||
| * | ignore unused methods | gfreezy | 2019-01-19 | 1 | -0/+3 |
| | | |||||
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 50 | -282/+2294 |
| | | |||||
* | | Implement beginnings of generics | Florian Diebold | 2019-01-19 | 1 | -2/+4 |
|/ | | | | | | | - add HIR for generic params - resolve generic params in type paths - add substitions for ADTs - insert type variables for substitutions | ||||
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 1 | -7/+4 |
| | |||||
* | remove Canceled from impl of ra_ide_api | Aleksey Kladov | 2019-01-15 | 4 | -24/+15 |
| | |||||
* | remove Cancelable from type inference | Aleksey Kladov | 2019-01-15 | 1 | -10/+5 |
| | |||||
* | remove Cancelable from Ty | Aleksey Kladov | 2019-01-15 | 1 | -4/+3 |
| | |||||
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 2 | -3/+3 |
| | |||||
* | remove Cancelable from fn_scopes | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | remove Cancelable from funciton body | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 3 | -3/+3 |
| | |||||
* | remove Cancelable from adt API | Aleksey Kladov | 2019-01-15 | 2 | -2/+2 |
| | |||||
* | remove Cancelable from Module API | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | args -> params | Florian Diebold | 2019-01-12 | 2 | -2/+2 |
| | |||||
* | Complete inherent methods | Florian Diebold | 2019-01-12 | 2 | -4/+62 |
| | |||||
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 1 | -0/+20 |
| | |||||
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 1 | -3/+3 |
| | |||||
* | Merge #470 | bors[bot] | 2019-01-10 | 1 | -8/+9 |
|\ | | | | | | | | | | | | | | | | | | | 470: Type inference for enum variants r=flodiebold a=marcusklaas Opened a new PR instead of https://github.com/rust-analyzer/rust-analyzer/pull/461. Totally botched that one. I think I resolved all the issues mentioned there. Co-authored-by: Marcus Klaas de Vries <[email protected]> | ||||
| * | Save variant names in EnumData to reduce needless queries | Marcus Klaas de Vries | 2019-01-10 | 1 | -10/+5 |
| | | | | | | | | | | | | We already have their names when anyway, and when in all (current) situations where we're interested in an Enum's variants, we want their names. | ||||
| * | 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 | 4 | -6/+26 |
|/ | |||||
* | show field types in completion | Aleksey Kladov | 2019-01-09 | 2 | -9/+16 |
| | |||||
* | add completion detail | Aleksey Kladov | 2019-01-09 | 1 | -0/+12 |
| | |||||
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 8 | -0/+1404 |