Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement match binding type inference and arm unification | Marcus Klaas de Vries | 2019-01-19 | 2 | -8/+25 |
| | |||||
* | Implement unlabeled struct field pattern inference | Marcus Klaas de Vries | 2019-01-19 | 4 | -47/+26 |
| | |||||
* | Get basic struct pattern type inference working! | Marcus Klaas de Vries | 2019-01-19 | 3 | -81/+124 |
| | |||||
* | Create struct patterns up to the hir level | Marcus Klaas de Vries | 2019-01-19 | 5 | -12/+116 |
| | |||||
* | Add crude implementation of tuplestruct pattern inference | Marcus Klaas de Vries | 2019-01-19 | 3 | -40/+89 |
| | |||||
* | Work on type inference for ADT patterns | Marcus Klaas de Vries | 2019-01-19 | 2 | -3/+32 |
| | |||||
* | Implement type inference for tuples and refs | Marcus Klaas de Vries | 2019-01-19 | 3 | -7/+58 |
| | |||||
* | Add additional pattern variants | Marcus Klaas de Vries | 2019-01-19 | 6 | -17/+97 |
| | |||||
* | fix the test | Aleksey Kladov | 2019-01-19 | 1 | -1/+3 |
| | |||||
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 8 | -185/+25 |
| | |||||
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 9 | -65/+284 |
| | |||||
* | simplify | Aleksey Kladov | 2019-01-19 | 1 | -32/+52 |
| | |||||
* | move input module items to the lower module | Aleksey Kladov | 2019-01-19 | 4 | -204/+211 |
| | |||||
* | more idiomatic code | gfreezy | 2019-01-19 | 1 | -5/+6 |
| | |||||
* | prefer inline tests | gfreezy | 2019-01-19 | 4 | -131/+140 |
| | |||||
* | fix comments | gfreezy | 2019-01-19 | 4 | -40/+5 |
| | |||||
* | move rename to a new mod | gfreezy | 2019-01-19 | 8 | -105/+233 |
| | |||||
* | rename mod | gfreezy | 2019-01-19 | 4 | -35/+148 |
| | |||||
* | make token set a const-fn | Aleksey Kladov | 2019-01-19 | 8 | -57/+52 |
| | |||||
* | :arrow_up: update rust | Aleksey Kladov | 2019-01-19 | 3 | -3/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 13 | -190/+135 |
| | |||||
* | Add Ty::Array to walk_mut | Hirokazu Hata | 2019-01-16 | 2 | -35/+35 |
| | |||||
* | Fix test case invalid syntax | Hirokazu Hata | 2019-01-16 | 2 | -47/+47 |
| | |||||
* | Remove unneeded code | Hirokazu Hata | 2019-01-16 | 1 | -2/+2 |
| | |||||
* | Fix infer array test | Hirokazu Hata | 2019-01-16 | 2 | -40/+57 |
| | |||||
* | Fix Ty::Array | Hirokazu Hata | 2019-01-16 | 1 | -21/+16 |
| | |||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | 536: Introduce variable semicolon block expr r=matklad a=yerke Fix for https://github.com/rust-analyzer/rust-analyzer/issues/504 Feels a bit hacky... Co-authored-by: Yerkebulan Tulibergenov <[email protected]> | ||||
| * | 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 |
| | | |||||
* | | Implement rudimentary type inference for unary operators | Marcus Klaas de Vries | 2019-01-15 | 4 | -5/+72 |
| | | |||||
* | | kill last cancelables | Aleksey Kladov | 2019-01-15 | 3 | -8/+7 |
| | | |||||
* | | 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 |
| | | |||||
* | | remove Cancelable from ids | Aleksey Kladov | 2019-01-15 | 6 | -34/+27 |
| | | |||||
* | | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 10 | -66/+52 |
| | | |||||
* | | 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 |
| | | |||||
* | | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 11 | -42/+29 |
| | |