aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/completion_context.rs
Commit message (Expand)AuthorAgeFilesLines
* CleanupFlorian Diebold2019-02-011-1/+1
* Use the new Resolver API in completionFlorian Diebold2019-02-011-1/+4
* update ide_api to new hirAleksey Kladov2019-01-241-1/+1
* fix completion bugsgfreezy2019-01-231-5/+3
* fix testsgfreezy2019-01-201-1/+1
* workaround for trigger charactergfreezy2019-01-201-1/+5
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-1/+4
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-1/+5
* remove Canceled from impl of ra_ide_apiAleksey Kladov2019-01-151-5/+4
* remove Cancelable from source bindersAleksey Kladov2019-01-151-1/+1
* dont complete () if they are already thereAleksey Kladov2019-01-101-4/+10
* fix usages after renameAleksey Kladov2019-01-081-0/+205