about summary refs log tree commit diff
path: root/crates/ra_ide_api/src/completion/completion_context.rs
AgeCommit message (Expand)AuthorLines
2019-02-24complete patternsAleksey Kladov-0/+14
2019-02-24complete struct literalsAleksey Kladov-0/+6
2019-02-17Don't render `()` in calls to assoc functionsAleksey Kladov-6/+7
2019-02-08reformat the worldAleksey Kladov-6/+2
2019-02-06Some clippy cleanupskjeremy-6/+3
2019-02-01CleanupFlorian Diebold-1/+1
2019-02-01Use the new Resolver API in completionFlorian Diebold-1/+4
2019-01-24update ide_api to new hirAleksey Kladov-1/+1
2019-01-23fix completion bugsgfreezy-5/+3
2019-01-20fix testsgfreezy-1/+1
2019-01-20workaround for trigger charactergfreezy-1/+5
2019-01-20use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy-1/+4
2019-01-19refactor completions to use TextEdit instead of InsertTextgfreezy-1/+5
2019-01-15remove Canceled from impl of ra_ide_apiAleksey Kladov-5/+4
2019-01-15remove Cancelable from source bindersAleksey Kladov-1/+1
2019-01-10dont complete () if they are already thereAleksey Kladov-4/+10
2019-01-08fix usages after renameAleksey Kladov-0/+205