Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve types on the server | Kirill Bulatov | 2019-07-21 | 3 | -79/+84 |
| | |||||
* | Code review fixes | Kirill Bulatov | 2019-07-21 | 3 | -69/+62 |
| | |||||
* | Refactor server api | Kirill Bulatov | 2019-07-20 | 5 | -55/+222 |
| | |||||
* | Fix tuple type lens resolution | Kirill Bulatov | 2019-07-20 | 1 | -3/+4 |
| | |||||
* | Do not show a lens when the type is declared explicitly | Kirill Bulatov | 2019-07-20 | 1 | -0/+4 |
| | |||||
* | Fix rebase issue | Kirill Bulatov | 2019-07-20 | 1 | -1/+1 |
| | |||||
* | If possible, show type lenses for the let bindings | Kirill Bulatov | 2019-07-20 | 2 | -16/+48 |
| | |||||
* | Merge #1568 | bors[bot] | 2019-07-20 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | 1568: update readme r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | update readme | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
| | | |||||
* | | Merge #1567 | bors[bot] | 2019-07-20 | 1 | -2/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1567: speedup CI r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | speedup CI | Aleksey Kladov | 2019-07-20 | 1 | -2/+5 |
| |/ | |||||
* | | Merge #1566 | bors[bot] | 2019-07-20 | 9 | -24/+18 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1566: align SyntaxText API with upstream r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | align SyntaxText API with upstream | Aleksey Kladov | 2019-07-20 | 9 | -24/+18 |
| |/ | |||||
* | | Merge #1562 | bors[bot] | 2019-07-20 | 6 | -1/+121 |
|\ \ | |/ |/| | | | | | | | | | | | | | 1562: Continue support for .await r=matklad a=unrealhoang - add await expr to ast and HIR Expr - infer type for `.await` Co-authored-by: Unreal Hoang <[email protected]> | ||||
| * | infer type for await | Unreal Hoang | 2019-07-20 | 3 | -2/+78 |
| | | | | | | | | by projecting inner_ty to Future::Output alias | ||||
| * | add await expr to ast | Unreal Hoang | 2019-07-20 | 4 | -1/+45 |
| | | |||||
* | | Merge #1560 | bors[bot] | 2019-07-20 | 57 | -241/+260 |
|\ \ | |/ |/| | | | | | | | | | | | 1560: move debug_dump to fmt::Debug r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 54 | -192/+219 |
| | | |||||
| * | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 10 | -50/+42 |
| | | |||||
* | | Merge #1558 | bors[bot] | 2019-07-20 | 5 | -0/+93 |
|\ \ | |/ |/| | | | | | | | | | | | | | 1558: Support .await syntax r=matklad a=unrealhoang - [x] Add `await` keyword to grammar, parser for await_expr - [ ] Infer type for await_expr Co-authored-by: Unreal Hoang <[email protected]> | ||||
| * | add await to syntax, parser for await_expr | Unreal Hoang | 2019-07-20 | 5 | -0/+93 |
|/ | |||||
* | Merge #1557 | bors[bot] | 2019-07-19 | 3 | -14/+15 |
|\ | | | | | | | | | | | | | | | 1557: remove lifetime from syntax node text r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | remove lifetime from syntax node text | Aleksey Kladov | 2019-07-19 | 3 | -14/+15 |
| | | |||||
* | | Merge #1556 | bors[bot] | 2019-07-19 | 5 | -49/+91 |
|\| | | | | | | | | | | | | | | | 1556: sane indexing in text r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | sane indexing in text | Aleksey Kladov | 2019-07-19 | 2 | -11/+13 |
| | | |||||
| * | flip syntax text to use internal iteration | Aleksey Kladov | 2019-07-19 | 4 | -38/+78 |
| | | |||||
* | | Merge #1555 | bors[bot] | 2019-07-19 | 2 | -15/+4 |
|\| | | | | | | | | | | | | | | | 1555: drop memory size of subtree r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | drop memory size of subtree | Aleksey Kladov | 2019-07-19 | 2 | -15/+4 |
| | | | | | | | | | | it wasn't too accurate and the new measurement method of dropping the database completely is better anyway | ||||
* | | Merge #1554 | bors[bot] | 2019-07-19 | 8 | -50/+63 |
|\| | | | | | | | | | | | | | | | 1554: convenience api r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | convenience api | Aleksey Kladov | 2019-07-19 | 8 | -50/+63 |
| | | |||||
* | | Merge #1553 | bors[bot] | 2019-07-19 | 7 | -855/+976 |
|\| | | | | | | | | | | | | | | | 1553: cleanup casts r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | minor | Aleksey Kladov | 2019-07-19 | 1 | -5/+1 |
| | | |||||
| * | cleanup casts | Aleksey Kladov | 2019-07-19 | 6 | -850/+975 |
|/ | |||||
* | Merge #1551 | bors[bot] | 2019-07-19 | 6 | -68/+92 |
|\ | | | | | | | | | | | | | | | 1551: several highlighting cleanups r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | several highlighting cleanups | Aleksey Kladov | 2019-07-19 | 6 | -68/+92 |
| | | | | | | | | | | | | * make stuff more type-safe by using `BindPat` instead of just `Pat` * don't add `mut` into binding hash * reset shadow counter when we enter a function | ||||
* | | Merge #1550 | bors[bot] | 2019-07-19 | 2 | -30/+37 |
|\| | | | | | | | | | | | | | | | 1550: underline mutable bindings r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | underline mutable bindings | Aleksey Kladov | 2019-07-19 | 2 | -30/+37 |
|/ | |||||
* | Merge #1545 | bors[bot] | 2019-07-19 | 92 | -3100/+1984 |
|\ | | | | | | | | | | | | | | | 1545: migrate ra_syntax to the new rowan API r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | switch to the upstream rowan | Aleksey Kladov | 2019-07-19 | 3 | -7/+6 |
| | | |||||
| * | migrate ra_cli to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -3/+3 |
| | | |||||
| * | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 29 | -290/+342 |
| | | |||||
| * | migrate ra_assists to the new AST | Aleksey Kladov | 2019-07-19 | 17 | -204/+213 |
| | | |||||
| * | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 22 | -210/+206 |
| | | |||||
| * | migrate ra_fmt to new rowan | Aleksey Kladov | 2019-07-19 | 1 | -7/+7 |
| | | |||||
| * | migrate mbe to the new rowan | Aleksey Kladov | 2019-07-19 | 4 | -36/+27 |
| | | |||||
| * | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 20 | -2350/+1187 |
|/ | |||||
* | Merge #1548 | bors[bot] | 2019-07-18 | 10 | -81/+103 |
|\ | | | | | | | | | | | | | | | 1548: use Parse in mbe r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 7 | -63/+64 |
| | | |||||
| * | make Parse generic | Aleksey Kladov | 2019-07-18 | 5 | -23/+44 |
|/ | |||||
* | Merge #1547 | bors[bot] | 2019-07-18 | 2 | -6/+5 |
|\ | | | | | | | | | | | | | | | 1547: cleanup imports r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> |