Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make type walking infrastructure a bit nicer | Florian Diebold | 2019-09-03 | 1 | -1/+1 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -7/+7 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -1/+1 |
* | implement feature flags | Aleksey Kladov | 2019-08-22 | 1 | -1/+4 |
* | Remove vertical ellipses from tests in complete_snippet.rs and presentation.rs | Phil Ellison | 2019-07-28 | 1 | -79/+73 |
* | cargo format | Phil Ellison | 2019-07-28 | 1 | -32/+32 |
* | Inline snapshots for all tests in presentation.rs | Phil Ellison | 2019-07-28 | 1 | -57/+152 |
* | show local variable types in completion | Ekaterina Babshukova | 2019-07-23 | 1 | -5/+13 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+5 |
* | rename XSignature -> XData | Aleksey Kladov | 2019-06-18 | 1 | -6/+6 |
* | remove inherent source impls | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 |
* | use Source for TypeAlias | Aleksey Kladov | 2019-06-11 | 1 | -3/+2 |
* | use Source for statics and consts | Aleksey Kladov | 2019-06-11 | 1 | -2/+1 |
* | use Source for Function | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 |
* | 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 |
* | 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 |