| Commit message (Expand) | Author | Age | Files | Lines |
* | remove path_ident from CompletionContext | Aleksey Kladov | 2019-04-22 | 1 | -34/+36 |
* | move auto-imoprter into IDE | Aleksey Kladov | 2019-04-22 | 1 | -1/+54 |
* | complete_import: prevent panic when the anchor is the completion source range | Andrea Pretto | 2019-04-21 | 1 | -7/+17 |
* | complete_import: add new import resolver infrastructure with some hardcoded i... | Andrea Pretto | 2019-04-21 | 1 | -5/+50 |
* | hide resolver | Aleksey Kladov | 2019-04-13 | 1 | -1/+1 |
* | remove resolver from CompletonContext | Aleksey Kladov | 2019-04-11 | 1 | -1/+1 |
* | Refactor CallInfo function signatures to new FunctionSignature type | Ville Penttinen | 2019-04-09 | 1 | -1/+1 |
* | move testing functions | Aleksey Kladov | 2019-02-24 | 1 | -2/+1 |
* | move res completion to presentation | Aleksey Kladov | 2019-02-24 | 1 | -6/+2 |
* | Complete names from prelude | Florian Diebold | 2019-02-13 | 1 | -1/+20 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -7/+3 |
* | Complete extern prelude (again) | Florian Diebold | 2019-02-04 | 1 | -0/+14 |
* | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 1 | -24/+33 |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 1 | -46/+17 |
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 1 | -17/+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 | -22/+24 |
* | 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 | 1 | -8/+4 |
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | remove Cancelable from fn_scopes | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | remove Cancelable from Module API | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -1/+1 |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+192 |