aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_fn_param.rs
Commit message (Expand)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-136/+0
* Auto-upgrade some insta snapshotsAleksey Kladov2019-11-151-27/+27
* replace AST visitors with macroEkaterina Babshukova2019-10-051-8/+8
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* :arrow_up: instaAleksey Kladov2019-08-291-4/+4
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-5/+2
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+2
* :arrow_up: rustcAleksey Kladov2019-05-231-27/+33
* Use inline snapshots in complete_fn_paramVille Penttinen2019-04-101-27/+58
* switch to new rowanAleksey Kladov2019-04-011-1/+1
* move testing functionsAleksey Kladov2019-02-241-2/+1
* Fix some typosPascal Hertleif2019-02-121-1/+1
* reformat the worldAleksey Kladov2019-02-081-5/+4
* use a combination of `source_change` and `text_edit` for `CompleteItem`gfreezy2019-01-201-1/+1
* refactor to use `remove_range` and `replace_range` instead of TextEditgfreezy2019-01-191-1/+1
* refactor completions to use TextEdit instead of InsertTextgfreezy2019-01-191-6/+7
* fix usages after renameAleksey Kladov2019-01-081-0/+102