aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render/const_.rs
Commit message (Expand)AuthorAgeFilesLines
* rename completion -> ide_completionAleksey Kladov2021-02-171-59/+0
* Partially unify SymbolKind and CompletionItemKindLukas Wirth2021-01-201-2/+3
* Show deprecated completions for deprecated traitsKirill Bulatov2021-01-181-1/+4
* Make the result of Const, FunctionRender and TypeAliasRender constructors opt...Nick Spain2021-01-021-5/+4
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+1
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-1/+1
* Get rid of do-er antipatternIgor Aleksanov2020-11-031-3/+10
* Add doc-comments to the new filesIgor Aleksanov2020-11-031-0/+2
* Add TypeAliasRenderIgor Aleksanov2020-11-031-2/+1
* Add ConstRenderIgor Aleksanov2020-11-031-0/+47