aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions
Commit message (Expand)AuthorAgeFilesLines
* Rename the moduleKirill Bulatov2020-11-161-5/+1
* Allow to configure the merge behaviorKirill Bulatov2020-11-161-5/+2
* Add braces to functions and macrosKirill Bulatov2020-11-161-7/+59
* Tidy up the testsKirill Bulatov2020-11-161-49/+15
* Use rewriter api to add both changesKirill Bulatov2020-11-161-11/+51
* Add imports in auto completionKirill Bulatov2020-11-161-0/+114
* Don't complete keywords in struct literalsLukas Wirth2020-11-161-0/+46
* add suggestion ..Default::default() for remaining struct fields in a construc...Benjamin Coenen2020-11-131-3/+105
* Add some postfix snippetPavan Kumar Sunkara2020-11-081-0/+12
* Remove more unreachable pubsAleksey Kladov2020-11-021-3/+3
* Reduce visibility of some methodsIgor Aleksanov2020-10-261-1/+1
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-255-32/+25
* Reorganize completions structureIgor Aleksanov2020-10-2514-0/+5357