aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_keyword.rs
Commit message (Expand)AuthorAgeFilesLines
* replace AST visitors with macroEkaterina Babshukova2019-10-051-8/+10
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* :arrow_up: instaAleksey Kladov2019-08-291-14/+14
* rename range -> text_rangeAleksey Kladov2019-07-201-1/+1
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-8/+8
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+6
* Use inline snapshots in complete_keywordSimon Bihel2019-06-041-99/+580
* switch to new rowanAleksey Kladov2019-04-011-4/+4
* move testing functionsAleksey Kladov2019-02-241-2/+1
* More orthogonal method namingAleksey Kladov2019-02-181-1/+1
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-7/+7
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-6/+7
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-118/+46
* fix usages after renameAleksey Kladov2019-01-081-0/+339