Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #536 | bors[bot] | 2019-01-16 | 1 | -1/+21 |
|\ | | | | | | | | | | | | | | | | | | | 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 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 |
| | | |||||
* | | switch to insta for testing | Aleksey Kladov | 2019-01-15 | 5 | -24/+116 |
|/ | |||||
* | Fix some random typos | Pascal Hertleif | 2019-01-13 | 3 | -10/+10 |
| | |||||
* | fix indent caclulation | Aleksey Kladov | 2019-01-13 | 2 | -1/+41 |
| | |||||
* | Fix typos | Jeremy Kolb | 2019-01-13 | 1 | -2/+2 |
| | |||||
* | fine grained on typed tests | Aleksey Kladov | 2019-01-11 | 1 | -43/+48 |
| | |||||
* | make on dot typed actually work | Aleksey Kladov | 2019-01-11 | 3 | -125/+121 |
| | |||||
* | better change visibility assist | Aleksey Kladov | 2019-01-10 | 1 | -10/+59 |
| | | | | | * don't add visibility before #derive * suggest changing pub(crate) into pub | ||||
* | fix code duplication | Aleksey Kladov | 2019-01-10 | 4 | -68/+55 |
| | |||||
* | move join_lines to a separate module | Aleksey Kladov | 2019-01-10 | 3 | -487/+503 |
| | |||||
* | Extend selection for list items | Hrvoje Ban | 2019-01-09 | 1 | -4/+127 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 2 | -1/+6 |
| | |||||
* | rename ra_editor -> ra_ide_api_light | Aleksey Kladov | 2019-01-08 | 18 | -0/+3587 |