aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_scope.rs
Commit message (Expand)AuthorAgeFilesLines
* 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