Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add infer array test | Hirokazu Hata | 2019-01-16 | 2 | -0/+61 |
* | Implement array inference | Hirokazu Hata | 2019-01-16 | 2 | -3/+30 |
* | Update ARRAY_EXPR grammar | Hirokazu Hata | 2019-01-16 | 2 | -2/+8 |
* | Merge #536 | bors[bot] | 2019-01-16 | 2 | -1/+30 |
|\ | |||||
| * | don't need SEMI any more | Yerkebulan Tulibergenov | 2019-01-16 | 1 | -1/+1 |
| * | delete unused fn | Yerkebulan Tulibergenov | 2019-01-16 | 1 | -14/+0 |
| * | use has_semi | Yerkebulan Tulibergenov | 2019-01-16 | 1 | -5/+4 |
| * | add has_semi to ExprStmt | Yerkebulan Tulibergenov | 2019-01-16 | 1 | -0/+9 |
| * | add semi only if it wasn't present before or after | Yerkebulan Tulibergenov | 2019-01-15 | 1 | -3/+19 |
| * | add semicolon for block expr in introduce_variable | Yerkebulan Tulibergenov | 2019-01-14 | 1 | -1/+4 |
| * | we don't need to write var_name after block expr? | Yerkebulan Tulibergenov | 2019-01-14 | 1 | -1/+0 |
| * | add failing test test_introduce_var_block_expr_second_to_last | Yerkebulan Tulibergenov | 2019-01-14 | 1 | -0/+17 |
* | | Merge #544 | bors[bot] | 2019-01-15 | 4 | -5/+72 |
|\ \ | |||||
| * | | Implement rudimentary type inference for unary operators | Marcus Klaas de Vries | 2019-01-15 | 4 | -5/+72 |
|/ / | |||||
* | | Merge #558 | bors[bot] | 2019-01-15 | 3 | -8/+7 |
|\ \ | |||||
| * | | kill last cancelables | Aleksey Kladov | 2019-01-15 | 3 | -8/+7 |
* | | | Merge #557 | bors[bot] | 2019-01-15 | 22 | -356/+254 |
|\| | | |||||
| * | | remove Canceled from impl of ra_ide_api | Aleksey Kladov | 2019-01-15 | 7 | -79/+43 |
| * | | remove Canceled from API impl | Aleksey Kladov | 2019-01-15 | 8 | -76/+61 |
| * | | hir is cancelation free | Aleksey Kladov | 2019-01-15 | 3 | -12/+6 |
| * | | remove Cancelable from type inference | Aleksey Kladov | 2019-01-15 | 9 | -119/+88 |
| * | | remove Cancelable from Ty | Aleksey Kladov | 2019-01-15 | 6 | -71/+57 |
|/ / | |||||
* | | Merge #554 | bors[bot] | 2019-01-15 | 2 | -2/+5 |
|\ \ | |||||
| * | | Prettier fix | Alan Du | 2019-01-15 | 1 | -1/+4 |
| * | | Fail Travis on Prettier formatting issue | Alan Du | 2019-01-15 | 1 | -1/+1 |
* | | | Merge #555 | bors[bot] | 2019-01-15 | 14 | -100/+79 |
|\ \ \ | |||||
| * | | | remove Cancelable from ids | Aleksey Kladov | 2019-01-15 | 6 | -34/+27 |
| * | | | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 10 | -66/+52 |
* | | | | Merge #553 | bors[bot] | 2019-01-15 | 12 | -34/+29 |
|\| | | | |||||
| * | | | remove Cancelable from fn_scopes | Aleksey Kladov | 2019-01-15 | 8 | -13/+13 |
| * | | | remove Cancelable from funciton body | Aleksey Kladov | 2019-01-15 | 9 | -21/+16 |
|/ / / | |||||
* | | | Merge #552 | bors[bot] | 2019-01-15 | 13 | -115/+82 |
|\ \ \ | |||||
| * | | | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 11 | -42/+29 |
| * | | | remove Cancelable from static&const API | Aleksey Kladov | 2019-01-15 | 2 | -15/+12 |
| * | | | remove Cancelable from adt API | Aleksey Kladov | 2019-01-15 | 8 | -58/+41 |
|/ / / | |||||
* | | | Merge #551 | bors[bot] | 2019-01-15 | 12 | -65/+56 |
|\ \ \ | |/ / |/| | | |||||
| * | | remove Cancelable from Crate API | Aleksey Kladov | 2019-01-15 | 4 | -10/+10 |
| * | | remove Cancelable from Module API, part 2 | Aleksey Kladov | 2019-01-15 | 7 | -33/+28 |
| * | | remove Cancelable from Module API | Aleksey Kladov | 2019-01-15 | 6 | -22/+18 |
|/ / | |||||
* | | Merge #550 | bors[bot] | 2019-01-15 | 18 | -104/+80 |
|\ \ | |||||
| * | | remove cancelable from symbols | Aleksey Kladov | 2019-01-15 | 5 | -14/+12 |
| * | | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 16 | -90/+68 |
|/ / | |||||
* | | Merge #549 | bors[bot] | 2019-01-15 | 6 | -31/+28 |
|\ \ | |||||
| * | | remove Cancelable from module_tree_query | Aleksey Kladov | 2019-01-15 | 6 | -31/+28 |
|/ / | |||||
* | | Merge #548 | bors[bot] | 2019-01-15 | 5 | -7/+19 |
|\ \ | |||||
| * | | check_canceled does not return Result | Aleksey Kladov | 2019-01-15 | 5 | -7/+19 |
* | | | Merge #547 | bors[bot] | 2019-01-15 | 7 | -44/+44 |
|\| | | |||||
| * | | update salsa | Aleksey Kladov | 2019-01-15 | 7 | -44/+44 |
* | | | Merge #545 | bors[bot] | 2019-01-15 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Reveal the newly added source change in the editor. | Jeremy A. Kolb | 2019-01-14 | 1 | -0/+1 |