Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update ra_ide_api to use builtins | Aleksey Kladov | 2019-05-30 | 1 | -1/+6 |
| | |||||
* | add union to code_model | Aleksey Kladov | 2019-05-23 | 1 | -0/+1 |
| | |||||
* | Move completion label functions to display | Ville Penttinen | 2019-04-09 | 1 | -1/+4 |
| | |||||
* | Replace Display by a pretty printing trait for Ty | Florian Diebold | 2019-03-16 | 1 | -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 => TypeAlias | Florian Diebold | 2019-02-24 | 1 | -2/+2 |
| | |||||
* | move testing functions | Aleksey Kladov | 2019-02-24 | 1 | -1/+1 |
| | |||||
* | move the rest of presentation to presentation | Aleksey Kladov | 2019-02-24 | 1 | -11/+18 |
| | |||||
* | move more code to presentation | Aleksey Kladov | 2019-02-24 | 1 | -16/+56 |
| | |||||
* | move res completion to presentation | Aleksey Kladov | 2019-02-24 | 1 | -1/+35 |
| | |||||
* | move enum-variants to presentation | Aleksey Kladov | 2019-02-24 | 1 | -0/+16 |
| | |||||
* | simplify | Aleksey Kladov | 2019-02-24 | 1 | -28/+24 |
| | |||||
* | move presentaion completion to presentation | Aleksey Kladov | 2019-02-24 | 1 | -0/+80 |
| | |||||
* | move function rendering to presentation | Aleksey Kladov | 2019-02-24 | 1 | -1/+40 |
| | |||||
* | introduce completion presentation | Aleksey Kladov | 2019-02-24 | 1 | -0/+33 |
This module should remove completion rendering boilerplate from the "brains" of completion engine. |