aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions.rs
Commit message (Expand)AuthorAgeFilesLines
* Show qualified variant pattern completionsLukas Wirth2021-02-091-2/+58
* Share import_assets and related entitiesKirill Bulatov2021-01-161-0/+1
* Make the result of Const, FunctionRender and TypeAliasRender constructors opt...Nick Spain2021-01-021-2/+3
* Add completions for patternsLukas Wirth2020-12-201-3/+30
* Align code_model name with ungrammarAleksey Kladov2020-12-201-5/+5
* 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