aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render
Commit message (Collapse)AuthorAgeFilesLines
* Reuse existing element renderingKirill Bulatov2020-11-161-40/+32
|
* Add braces to functions and macrosKirill Bulatov2020-11-161-32/+40
|
* Get rid of do-er antipatternIgor Aleksanov2020-11-035-19/+54
|
* Add doc-comments to the new filesIgor Aleksanov2020-11-035-1/+15
|
* Move rendering tests to the render moduleIgor Aleksanov2020-11-033-0/+374
|
* Add TypeAliasRenderIgor Aleksanov2020-11-032-2/+47
|
* Add ConstRenderIgor Aleksanov2020-11-033-10/+53
|
* Introduce render moduleIgor Aleksanov2020-11-034-0/+392