aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render.rs
Commit message (Expand)AuthorAgeFilesLines
* Improve autoimports on completion speedKirill Bulatov2020-11-241-0/+1
* Avoid turning completion objects into buildersKirill Bulatov2020-11-161-6/+29
* Fix the other testKirill Bulatov2020-11-161-0/+22
* Remove intra-crate facade from completionsIgor Aleksanov2020-11-031-9/+7
* Get rid of do-er antipatternIgor Aleksanov2020-11-031-13/+37
* Provide only explicit constructor for RenderContextIgor Aleksanov2020-11-031-7/+1
* Add doc-comments to the new filesIgor Aleksanov2020-11-031-0/+2
* Make structures order more logical in render.rsIgor Aleksanov2020-11-031-5/+5
* Move rendering tests to the render moduleIgor Aleksanov2020-11-031-8/+781
* Add TypeAliasRenderIgor Aleksanov2020-11-031-1/+2
* Add ConstRenderIgor Aleksanov2020-11-031-2/+8
* Introduce render moduleIgor Aleksanov2020-11-031-0/+50