aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render/type_alias.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename completion -> ide_completionAleksey Kladov2021-02-171-59/+0
| | | | We don't have completion-related PRs in flight, so lets do it
* 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 ↵Nick Spain2021-01-021-5/+4
| | | | | | optional They use source() which now returns an Option so they need to too.
* 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
| | | | To start migrating HasSource::source to return an Option.
* 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-0/+46