aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render/function.rs
Commit message (Collapse)AuthorAgeFilesLines
* Group import data in a structKirill Bulatov2020-11-271-10/+6
|
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-1/+1
|
* Profile completions betterKirill Bulatov2020-11-271-0/+1
|
* Avoid turning completion objects into buildersKirill Bulatov2020-11-161-3/+9
|
* Get rid of do-er antipatternIgor Aleksanov2020-11-031-3/+11
|
* Add doc-comments to the new filesIgor Aleksanov2020-11-031-0/+2
|
* Move rendering tests to the render moduleIgor Aleksanov2020-11-031-0/+210
|
* Add ConstRenderIgor Aleksanov2020-11-031-8/+4
|
* Introduce render moduleIgor Aleksanov2020-11-031-0/+87