rust-analyzer/crates
bors[bot] 8d1df9834c Merge #358
358: Add support for formatting entire document with rustfmt r=matklad a=aleksanb

Attempting to format a document when rustfmt isn't installed will result
in an error being returned to the frontend. An alternative
implementation would be returning zero replacements.

Part of https://github.com/rust-analyzer/rust-analyzer/issues/160.

Co-authored-by: Aleksander Vognild Burkow <aleksanderburkow@gmail.com>
2018-12-30 10:16:22 +00:00
..
gen_lsp_server Bump serde from 1.0.82 to 1.0.83 2018-12-28 06:08:30 +00:00
ra_analysis Merge #358 2018-12-30 10:16:22 +00:00
ra_cli modernize even more 2018-12-06 21:16:37 +03:00
ra_db Merge #350 2018-12-28 16:17:19 +00:00
ra_editor highlight macro idents 2018-12-28 18:17:43 +03:00
ra_hir Add more docs in ty.rs 2018-12-29 20:27:13 +01:00
ra_lsp_server Simplify failure bail code 2018-12-30 00:21:15 +01:00
ra_syntax Add fuzz failure to the fuzz-failures directory 2018-12-29 12:45:48 +00:00
ra_text_edit change to TextEdit to avoid allocation and sort 2018-12-25 20:49:18 +01:00
ra_vfs Reuse has_rs_extension in io.rs 2018-12-29 22:45:01 +00:00
test_utils Bump itertools from 0.7.11 to 0.8.0 2018-12-27 12:32:23 +00:00
thread_worker swtich lsp server to vfs 2018-12-20 12:15:38 +03:00
tools Install rustfmt in rustfmt test 2018-12-29 23:38:26 +01:00