Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for inlay hint truncation | Emil Lauridsen | 2019-11-19 | 1 | -0/+37 |
* | Move type inlay hint truncation to language server | Emil Lauridsen | 2019-11-19 | 1 | -15/+22 |
* | Force passing Source when creating a SourceAnalyzer | Aleksey Kladov | 2019-11-15 | 1 | -6/+1 |
* | Auto-upgrade some insta snapshots | Aleksey Kladov | 2019-11-15 | 1 | -152/+162 |
* | replace AST visitors with macro | Ekaterina Babshukova | 2019-10-05 | 1 | -51/+53 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -7/+7 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -5/+5 |
* | qualify ast types with `ast::` | Aleksey Kladov | 2019-08-19 | 1 | -11/+8 |
* | remove ast::*Kind from ra_ide_api | Aleksey Kladov | 2019-08-19 | 1 | -11/+11 |
* | implement while let desugaring | Aleksey Kladov | 2019-08-07 | 1 | -7/+29 |
* | Style and test fixes | Kirill Bulatov | 2019-08-04 | 1 | -28/+28 |
* | Use proper inlay kinds | Kirill Bulatov | 2019-08-04 | 1 | -29/+13 |
* | Support destructuring patterns | Kirill Bulatov | 2019-07-28 | 1 | -47/+305 |
* | Improve inlay hinting for types | Kirill Bulatov | 2019-07-26 | 1 | -61/+121 |
* | Code review fixes | Kirill Bulatov | 2019-07-22 | 1 | -29/+20 |
* | Use SmolStr for the type text | Kirill Bulatov | 2019-07-21 | 1 | -3/+6 |
* | Fix the string conversions | Kirill Bulatov | 2019-07-21 | 1 | -2/+2 |
* | Resolve types on the server | Kirill Bulatov | 2019-07-21 | 1 | -53/+73 |
* | Code review fixes | Kirill Bulatov | 2019-07-21 | 1 | -4/+60 |
* | Refactor server api | Kirill Bulatov | 2019-07-20 | 1 | -0/+110 |