aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api_light
Commit message (Expand)AuthorAgeFilesLines
* Updateskjeremy2019-03-051-1/+1
* Use TypeAscriptionOwnerVille Penttinen2019-02-261-4/+10
* kill accidently commited fileAleksey Kladov2019-02-251-182/+0
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-253-2/+184
* Move `non_trivia_sibling` to `ra_syntax::algo`Ville Penttinen2019-02-211-8/+4
* Simplify adding a comma after match armVille Penttinen2019-02-211-28/+18
* Fix join_lines not adding a comma after join_single_expr_block in match armVille Penttinen2019-02-211-2/+147
* kill utils moduleAleksey Kladov2019-02-211-4/+0
* add failing testAleksey Kladov2019-02-211-0/+23
* what goes bump in the night?kjeremy2019-02-121-1/+1
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
* Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto2019-02-085-79/+6
* reformat the worldAleksey Kladov2019-02-0810-351/+77
* move assists to a separate crateAleksey Kladov2019-02-0611-1164/+17
* Remove stray dbg!Jeremy Kolb2019-02-061-1/+1
* Fill deprecation for LSPkjeremy2019-02-052-21/+73
* Remove unused importsJeremy Kolb2019-02-052-2/+2
* Bump insta and proptest to latestkjeremy2019-02-041-2/+2
* fill match armgfreezy2019-02-031-7/+10
* Some improvements to introduce_variable.Andrea Pretto2019-01-303-8/+181
* Fix #667Andrea Pretto2019-01-301-11/+125
* fix AST for if expressionsAleksey Kladov2019-01-261-1/+4
* minor cleanupsAleksey Kladov2019-01-261-22/+5
* Merge #659bors[bot]2019-01-261-1/+63
|\
| * Better visibility check.Andrea Pretto2019-01-261-1/+5
| * Fold blocks of mod items.Andrea Pretto2019-01-251-1/+59
* | list enum variants in the outlineAleksey Kladov2019-01-262-3/+24
|/
* rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov2019-01-251-2/+2
* fix re-indentAleksey Kladov2019-01-252-3/+56
* Fill in DocumentSymbol::detailHrvoje Ban2019-01-242-34/+133
* :arrow_up: instaAleksey Kladov2019-01-231-1/+1
* Merge #593bors[bot]2019-01-222-8/+12
|\
| * Update snapsJeremy A. Kolb2019-01-222-8/+12
* | fold macrosAleksey Kladov2019-01-221-1/+12
|/
* :arrow_up: instaAleksey Kladov2019-01-211-1/+1
* Merge #536bors[bot]2019-01-161-1/+21
|\
| * 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