rust/crates
Aleksey Kladov 3f6dc20d3c Merge imports assist
Work towards #2220
2020-03-18 19:34:47 +01:00
..
ra_arena
ra_assists Merge imports assist 2020-03-18 19:34:47 +01:00
ra_cargo_watch Use dyn-ref instead of impl to impact compile times the least 2020-03-17 14:56:53 +01:00
ra_cfg
ra_db Support loading OUT_DIR from cargo check at launch 2020-03-17 14:47:05 +01:00
ra_fmt
ra_hir Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
ra_hir_def ra_hir_def: remove dat fixme 2020-03-18 02:35:49 +02:00
ra_hir_expand Turn ExpandResult into struct 2020-03-16 18:38:19 +01:00
ra_hir_ty Make MBE expansion more resilient (WIP) 2020-03-16 18:38:19 +01:00
ra_ide Check that no file contains trailing ws 2020-03-17 11:42:54 +01:00
ra_ide_db Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
ra_mbe Small fixes 2020-03-16 18:46:08 +01:00
ra_parser Better fix for stuck parser? 2020-03-16 18:38:19 +01:00
ra_prof
ra_project_model Use dyn-ref instead of impl to impact compile times the least 2020-03-17 14:56:53 +01:00
ra_syntax Merge imports assist 2020-03-18 19:34:47 +01:00
ra_text_edit
ra_tt Make MBE expansion more resilient (WIP) 2020-03-16 18:38:19 +01:00
rust-analyzer Support loading OUT_DIR for CLI runs 2020-03-17 14:47:05 +01:00
test_utils