aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions.rs
Commit message (Collapse)AuthorAgeFilesLines
* Avoid turning completion objects into buildersKirill Bulatov2020-11-161-4/+4
|
* Move autoimport completion into the unqialified_path moduleKirill Bulatov2020-11-161-1/+0
|
* Rename the moduleKirill Bulatov2020-11-161-1/+1
|
* Add imports in auto completionKirill Bulatov2020-11-161-0/+1
|
* 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