about summary refs log tree commit diff
path: root/crates/ra_ide_api_light
AgeCommit message (Expand)AuthorLines
2019-02-26Use TypeAscriptionOwnerVille Penttinen-4/+10
2019-02-25kill accidently commited fileAleksey Kladov-182/+0
2019-02-25rename type to type_alias in the AST as wellAleksey Kladov-2/+184
2019-02-21Move `non_trivia_sibling` to `ra_syntax::algo`Ville Penttinen-8/+4
2019-02-21Simplify adding a comma after match armVille Penttinen-28/+18
2019-02-21Fix join_lines not adding a comma after join_single_expr_block in match armVille Penttinen-2/+147
2019-02-21kill utils moduleAleksey Kladov-4/+0
2019-02-21add failing testAleksey Kladov-0/+23
2019-02-12what goes bump in the night?kjeremy-1/+1
2019-02-11Fix typo in Cargo.toml authorsVille Penttinen-1/+1
2019-02-11Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen-1/+1
2019-02-08Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto-79/+6
2019-02-08reformat the worldAleksey Kladov-351/+77
2019-02-06move assists to a separate crateAleksey Kladov-1164/+17
2019-02-06Remove stray dbg!Jeremy Kolb-1/+1
2019-02-05Fill deprecation for LSPkjeremy-21/+73
2019-02-05Remove unused importsJeremy Kolb-2/+2
2019-02-04Bump insta and proptest to latestkjeremy-2/+2
2019-02-04fill match armgfreezy-7/+10
2019-01-30Some improvements to introduce_variable.Andrea Pretto-8/+181
2019-01-30Fix #667Andrea Pretto-11/+125
2019-01-27fix AST for if expressionsAleksey Kladov-1/+4
2019-01-26minor cleanupsAleksey Kladov-22/+5
2019-01-26Merge #659bors[bot]-1/+63
2019-01-26Better visibility check.Andrea Pretto-1/+5
2019-01-26list enum variants in the outlineAleksey Kladov-3/+24
2019-01-26Fold blocks of mod items.Andrea Pretto-1/+59
2019-01-26rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov-2/+2
2019-01-25fix re-indentAleksey Kladov-3/+56
2019-01-24Fill in DocumentSymbol::detailHrvoje Ban-34/+133
2019-01-23:arrow_up: instaAleksey Kladov-1/+1
2019-01-22Merge #593bors[bot]-8/+12
2019-01-22Update snapsJeremy A. Kolb-8/+12
2019-01-22fold macrosAleksey Kladov-1/+12
2019-01-22:arrow_up: instaAleksey Kladov-1/+1
2019-01-16Merge #536bors[bot]-1/+21
2019-01-15don't need SEMI any moreYerkebulan Tulibergenov-1/+1
2019-01-15delete unused fnYerkebulan Tulibergenov-14/+0
2019-01-15use has_semiYerkebulan Tulibergenov-5/+4
2019-01-15switch to insta for testingAleksey Kladov-24/+116
2019-01-15add semi only if it wasn't present before or afterYerkebulan Tulibergenov-3/+19
2019-01-13add semicolon for block expr in introduce_variableYerkebulan Tulibergenov-1/+4
2019-01-13we don't need to write var_name after block expr?Yerkebulan Tulibergenov-1/+0
2019-01-13add failing test test_introduce_var_block_expr_second_to_lastYerkebulan Tulibergenov-0/+17
2019-01-13Fix some random typosPascal Hertleif-10/+10
2019-01-13fix indent caclulationAleksey Kladov-1/+41
2019-01-12Fix typosJeremy Kolb-2/+2
2019-01-11fine grained on typed testsAleksey Kladov-43/+48
2019-01-11make on dot typed actually workAleksey Kladov-125/+121
2019-01-10better change visibility assistAleksey Kladov-10/+59