Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Merge #544 | bors[bot] | 2019-01-15 | 4 | -5/+72 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 544: Implement rudimentary type inference for unary operators r=marcusklaas a=marcusklaas Co-authored-by: Marcus Klaas de Vries <[email protected]> | ||||
| * | | 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 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 558: kill last cancelables r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | kill last cancelables | Aleksey Kladov | 2019-01-15 | 3 | -8/+7 |
| | | | |||||
* | | | Merge #557 | bors[bot] | 2019-01-15 | 22 | -356/+254 |
|\| | | | | | | | | | | | | | | | | | | | | | | | 557: remove Canceled from impl of ra_ide_api r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | 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 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 554: Fail Travis on Prettier formatting issues r=matklad a=alanhdu Co-authored-by: Alan Du <[email protected]> | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 555: remove Cancelable from ids r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | | 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 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 553: remove Cancelable from fn_scopes r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | | 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 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 552: remove Cancelable from navigation target r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | | 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 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 551: remove Cancelable from Module API, part 2 r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | 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 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 550: remove Cancelable from source binders r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | 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 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 549: remove Cancelable from module_tree_query r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | remove Cancelable from module_tree_query | Aleksey Kladov | 2019-01-15 | 6 | -31/+28 |
|/ / | |||||
* | | Merge #548 | bors[bot] | 2019-01-15 | 5 | -7/+19 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 548: check_canceled does not return Result r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | check_canceled does not return Result | Aleksey Kladov | 2019-01-15 | 5 | -7/+19 |
| | | | |||||
* | | | Merge #547 | bors[bot] | 2019-01-15 | 7 | -44/+44 |
|\| | | | | | | | | | | | | | | | | | | | | | | | 547: update salsa r=matklad a=matklad Notably, this includes unwinding-based cancelation. Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | update salsa | Aleksey Kladov | 2019-01-15 | 7 | -44/+44 |
| | | | |||||
* | | | Merge #545 | bors[bot] | 2019-01-15 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 545: Reveal the newly added source change in the editor. r=matklad a=kjeremy Fixes #543 Co-authored-by: Jeremy A. Kolb <[email protected]> | ||||
| * | | Reveal the newly added source change in the editor. | Jeremy A. Kolb | 2019-01-14 | 1 | -0/+1 |
| | | | |||||
* | | | Merge #546 | bors[bot] | 2019-01-15 | 20 | -195/+495 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 546: replace `assert_dbg_eq` with Insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | switch to insta for testing | Aleksey Kladov | 2019-01-15 | 20 | -195/+495 |
| | | | |||||
* | | | Merge #485 | bors[bot] | 2019-01-14 | 19 | -130/+625 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 485: Add type inference for a bunch of primitives r=flodiebold a=marcusklaas This PR adds inference for `&str`, `&[u8]`, `char`, `bool`, floats and integers. For floats and integers it uses type variables to infer the exact type, i.e. `u32`, from context when it's not annotated explicitly. I'm not quite happy with the implementation yet, but I think it mostly works now. Co-authored-by: Marcus Klaas de Vries <[email protected]> |