aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove intra-crate facade from completionsIgor Aleksanov2020-11-031-1/+9
* Get rid of do-er antipatternIgor Aleksanov2020-11-031-13/+9
* Provide only explicit constructor for RenderContextIgor Aleksanov2020-11-031-9/+13
* Move rendering tests to the render moduleIgor Aleksanov2020-11-031-1074/+8
* Add TypeAliasRenderIgor Aleksanov2020-11-031-16/+5
* Add ConstRenderIgor Aleksanov2020-11-031-16/+4
* Introduce render moduleIgor Aleksanov2020-11-031-246/+14
* Reduce visibility of some methodsIgor Aleksanov2020-10-261-2/+2
* Add a module doc-comment for completions moduleIgor Aleksanov2020-10-251-0/+2
* Remove presentation moduleIgor Aleksanov2020-10-251-8/+1409
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-251-0/+36
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+13