aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded codeHirokazu Hata2019-01-161-2/+2
* Fix infer array testHirokazu Hata2019-01-162-40/+57
* Fix Ty::ArrayHirokazu Hata2019-01-161-21/+16
* Add infer array testHirokazu Hata2019-01-162-0/+61
* Implement array inferenceHirokazu Hata2019-01-162-3/+30
* Update ARRAY_EXPR grammarHirokazu Hata2019-01-162-2/+8
* Merge #536bors[bot]2019-01-162-1/+30
|\
| * don't need SEMI any moreYerkebulan Tulibergenov2019-01-161-1/+1
| * delete unused fnYerkebulan Tulibergenov2019-01-161-14/+0
| * use has_semiYerkebulan Tulibergenov2019-01-161-5/+4
| * add has_semi to ExprStmtYerkebulan Tulibergenov2019-01-161-0/+9
| * add semi only if it wasn't present before or afterYerkebulan Tulibergenov2019-01-151-3/+19
| * add semicolon for block expr in introduce_variableYerkebulan Tulibergenov2019-01-141-1/+4
| * we don't need to write var_name after block expr?Yerkebulan Tulibergenov2019-01-141-1/+0
| * add failing test test_introduce_var_block_expr_second_to_lastYerkebulan Tulibergenov2019-01-141-0/+17
* | Merge #544bors[bot]2019-01-154-5/+72
|\ \
| * | Implement rudimentary type inference for unary operatorsMarcus Klaas de Vries2019-01-154-5/+72
|/ /
* | Merge #558bors[bot]2019-01-153-8/+7
|\ \
| * | kill last cancelablesAleksey Kladov2019-01-153-8/+7
* | | Merge #557bors[bot]2019-01-1522-356/+254
|\| |
| * | remove Canceled from impl of ra_ide_apiAleksey Kladov2019-01-157-79/+43
| * | remove Canceled from API implAleksey Kladov2019-01-158-76/+61
| * | hir is cancelation freeAleksey Kladov2019-01-153-12/+6
| * | remove Cancelable from type inferenceAleksey Kladov2019-01-159-119/+88
| * | remove Cancelable from TyAleksey Kladov2019-01-156-71/+57
|/ /
* | Merge #554bors[bot]2019-01-152-2/+5
|\ \
| * | Prettier fixAlan Du2019-01-151-1/+4
| * | Fail Travis on Prettier formatting issueAlan Du2019-01-151-1/+1
* | | Merge #555bors[bot]2019-01-1514-100/+79
|\ \ \
| * | | remove Cancelable from idsAleksey Kladov2019-01-156-34/+27
| * | | remove Cancelable from nameresAleksey Kladov2019-01-1510-66/+52
* | | | Merge #553bors[bot]2019-01-1512-34/+29
|\| | |
| * | | remove Cancelable from fn_scopesAleksey Kladov2019-01-158-13/+13
| * | | remove Cancelable from funciton bodyAleksey Kladov2019-01-159-21/+16
|/ / /
* | | Merge #552bors[bot]2019-01-1513-115/+82
|\ \ \
| * | | remove Cancelable from navigation targetAleksey Kladov2019-01-1511-42/+29
| * | | remove Cancelable from static&const APIAleksey Kladov2019-01-152-15/+12
| * | | remove Cancelable from adt APIAleksey Kladov2019-01-158-58/+41
|/ / /
* | | Merge #551bors[bot]2019-01-1512-65/+56
|\ \ \ | |/ / |/| |
| * | remove Cancelable from Crate APIAleksey Kladov2019-01-154-10/+10
| * | remove Cancelable from Module API, part 2Aleksey Kladov2019-01-157-33/+28
| * | remove Cancelable from Module APIAleksey Kladov2019-01-156-22/+18
|/ /
* | Merge #550bors[bot]2019-01-1518-104/+80
|\ \
| * | remove cancelable from symbolsAleksey Kladov2019-01-155-14/+12
| * | remove Cancelable from source bindersAleksey Kladov2019-01-1516-90/+68
|/ /
* | Merge #549bors[bot]2019-01-156-31/+28
|\ \
| * | remove Cancelable from module_tree_queryAleksey Kladov2019-01-156-31/+28
|/ /
* | Merge #548bors[bot]2019-01-155-7/+19
|\ \
| * | check_canceled does not return ResultAleksey Kladov2019-01-155-7/+19
* | | Merge #547bors[bot]2019-01-157-44/+44
|\| |