aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api_light
Commit message (Collapse)AuthorAgeFilesLines
* Merge #536bors[bot]2019-01-161-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 moreYerkebulan Tulibergenov2019-01-161-1/+1
| |
| * delete unused fnYerkebulan Tulibergenov2019-01-161-14/+0
| |
| * use has_semiYerkebulan Tulibergenov2019-01-161-5/+4
| |
| * 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
| |
* | switch to insta for testingAleksey Kladov2019-01-155-24/+116
|/
* Fix some random typosPascal Hertleif2019-01-133-10/+10
|
* fix indent caclulationAleksey Kladov2019-01-132-1/+41
|
* Fix typosJeremy Kolb2019-01-131-2/+2
|
* fine grained on typed testsAleksey Kladov2019-01-111-43/+48
|
* make on dot typed actually workAleksey Kladov2019-01-113-125/+121
|
* better change visibility assistAleksey Kladov2019-01-101-10/+59
| | | | | * don't add visibility before #derive * suggest changing pub(crate) into pub
* fix code duplicationAleksey Kladov2019-01-104-68/+55
|
* move join_lines to a separate moduleAleksey Kladov2019-01-103-487/+503
|
* Extend selection for list itemsHrvoje Ban2019-01-091-4/+127
|
* fix usages after renameAleksey Kladov2019-01-082-1/+6
|
* rename ra_editor -> ra_ide_api_lightAleksey Kladov2019-01-0818-0/+3587