aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api_light
Commit message (Expand)AuthorAgeFilesLines
* structure moved to ra_ide_apiSergey Parilin2019-03-254-410/+0
* Merge #1031bors[bot]2019-03-233-578/+1
|\
| * Move highlighting and matching_braceWilco Kusee2019-03-232-153/+1
| * Remove LocalEdit usageWilco Kusee2019-03-231-15/+0
| * Move typing to ra_ide_apiWilco Kusee2019-03-232-410/+0
* | Disable fork feature for proptestWilco Kusee2019-03-231-1/+6
|/
* Move join_lines to ra_ide_apiWilco Kusee2019-03-224-619/+2
* Move folding_ranges to ra_ide_apiSergey Parilin2019-03-222-328/+0
* line_index and line_index_utils moved to ra_ide_apiSergey Parilin2019-03-223-614/+0
* move diagnostics to ide_apiAleksey Kladov2019-03-212-248/+0
* move extend selection from ra_ide_api_light to ra_ide_apiAleksey Kladov2019-03-202-387/+16
* 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