aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_path.rs
Commit message (Expand)AuthorAgeFilesLines
...
* update ide_api to new hirAleksey Kladov2019-01-241-0/+2
* Change ids strategyAleksey Kladov2019-01-241-17/+20
* Fix snapJeremy A. Kolb2019-01-231-1/+7
* Add way of getting docs from the code model and use for completionJeremy A. Kolb2019-01-231-1/+4
* move completion item tests closer to the codeAleksey Kladov2019-01-231-26/+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-10/+11
* remove Canceled from impl of ra_ide_apiAleksey Kladov2019-01-151-6/+4
* remove Cancelable from nameresAleksey Kladov2019-01-151-2/+2
* remove Cancelable from navigation targetAleksey Kladov2019-01-151-1/+1
* remove Cancelable from adt APIAleksey Kladov2019-01-151-1/+1
* Use name resolution for goto definitionFlorian Diebold2019-01-101-3/+3
* Merge #470bors[bot]2019-01-101-8/+9
|\
| * Save variant names in EnumData to reduce needless queriesMarcus Klaas de Vries2019-01-101-10/+5
| * Implement type inference for enum variantsMarcus Klaas de Vries2019-01-101-8/+14
* | dont complete () if they are already thereAleksey Kladov2019-01-101-0/+14
|/
* fix usages after renameAleksey Kladov2019-01-081-0/+128