aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/presentation.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Move completion label functions to displayVille Penttinen2019-04-091-1/+4
|
* Replace Display by a pretty printing trait for TyFlorian Diebold2019-03-161-4/+7
| | | | | This allows removing the names from Adt and FnDef (and more later), as a first step towards aligning more with chalk's Ty :)
* Rename Type => TypeAliasFlorian Diebold2019-02-241-2/+2
|
* move testing functionsAleksey Kladov2019-02-241-1/+1
|
* move the rest of presentation to presentationAleksey Kladov2019-02-241-11/+18
|
* move more code to presentationAleksey Kladov2019-02-241-16/+56
|
* move res completion to presentationAleksey Kladov2019-02-241-1/+35
|
* move enum-variants to presentationAleksey Kladov2019-02-241-0/+16
|
* simplifyAleksey Kladov2019-02-241-28/+24
|
* move presentaion completion to presentationAleksey Kladov2019-02-241-0/+80
|
* move function rendering to presentationAleksey Kladov2019-02-241-1/+40
|
* introduce completion presentationAleksey Kladov2019-02-241-0/+33
This module should remove completion rendering boilerplate from the "brains" of completion engine.