aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_scope.rs
Commit message (Expand)AuthorAgeFilesLines
* move testing functionsAleksey Kladov2019-02-241-2/+1
* move res completion to presentationAleksey Kladov2019-02-241-6/+2
* Complete names from preludeFlorian Diebold2019-02-131-1/+20
* reformat the worldAleksey Kladov2019-02-081-7/+3
* Complete extern prelude (again)Florian Diebold2019-02-041-0/+14
* Some cleanup and additional testsFlorian Diebold2019-02-011-24/+33
* Use the new Resolver API in completionFlorian Diebold2019-02-011-46/+17
* move completion item tests closer to the codeAleksey Kladov2019-01-231-17/+0
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-2/+2
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-6/+14
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-22/+24
* switched to lowerd moduleAleksey Kladov2019-01-191-7/+4
* remove Canceled from impl of ra_ide_apiAleksey Kladov2019-01-151-8/+4
* remove Cancelable from nameresAleksey Kladov2019-01-151-1/+1
* remove Cancelable from fn_scopesAleksey Kladov2019-01-151-1/+1
* remove Cancelable from Module APIAleksey Kladov2019-01-151-1/+1
* Fix typo defenition -> definitionMarcus Klaas de Vries2019-01-081-1/+1
* fix usages after renameAleksey Kladov2019-01-081-0/+192