about summary refs log tree commit diff
path: root/crates/ra_ide_api/src/completion/complete_scope.rs
AgeCommit message (Expand)AuthorLines
2019-02-24move testing functionsAleksey Kladov-2/+1
2019-02-24move res completion to presentationAleksey Kladov-6/+2
2019-02-13Complete names from preludeFlorian Diebold-1/+20
2019-02-08reformat the worldAleksey Kladov-7/+3
2019-02-04Complete extern prelude (again)Florian Diebold-0/+14
2019-02-01Some cleanup and additional testsFlorian Diebold-24/+33
2019-02-01Use the new Resolver API in completionFlorian Diebold-46/+17
2019-01-23move completion item tests closer to the codeAleksey Kladov-17/+0
2019-01-20use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy-2/+2
2019-01-20refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy-6/+14
2019-01-19refactor completions to use TextEdit instead of InsertTextgfreezy-22/+24
2019-01-19switched to lowerd moduleAleksey Kladov-7/+4
2019-01-15remove Canceled from impl of ra_ide_apiAleksey Kladov-8/+4
2019-01-15remove Cancelable from nameresAleksey Kladov-1/+1
2019-01-15remove Cancelable from fn_scopesAleksey Kladov-1/+1
2019-01-15remove Cancelable from Module APIAleksey Kladov-1/+1
2019-01-08Fix typo defenition -> definitionMarcus Klaas de Vries-1/+1
2019-01-08fix usages after renameAleksey Kladov-0/+192