rust/crates
Aleksey Kladov d953df319b Simplify
2020-03-27 11:25:11 +01:00
..
ra_arena Simplify Arena to use a generic index 2020-03-19 18:46:30 +01:00
ra_assists Get rid of ItemOrMacro 2020-03-26 16:10:01 +01:00
ra_cargo_watch Merge #3632 2020-03-23 11:55:26 +00:00
ra_cfg
ra_db Minor incremental tests cleanup 2020-03-26 15:44:31 +01:00
ra_fmt update itertools version to 0.9.0 2020-03-23 16:22:46 -07:00
ra_hir Cleanup memory usage stats 2020-03-25 19:35:46 +01:00
ra_hir_def Get rid of ItemOrMacro 2020-03-26 16:10:01 +01:00
ra_hir_expand Get rid of ItemOrMacro 2020-03-26 16:10:01 +01:00
ra_hir_ty Cleanup memory usage stats 2020-03-25 19:35:46 +01:00
ra_ide Always expand macros during analysis 2020-03-25 13:53:15 +01:00
ra_ide_db Cleanup memory usage stats 2020-03-25 19:35:46 +01:00
ra_mbe Add basic custom derive lowering 2020-03-25 19:50:12 +08:00
ra_parser Fix parsing lambdas with return type 2020-03-25 17:01:28 +01:00
ra_prof
ra_project_model ra_cargo_watch: return Result<> from run_cargo(), and don't read stderr for now 2020-03-21 23:37:15 +02:00
ra_syntax Simplify 2020-03-27 11:25:11 +01:00
ra_text_edit
ra_tt Make MBE expansion more resilient (WIP) 2020-03-16 18:38:19 +01:00
rust-analyzer Preserve relative ordering of grouped assists 2020-03-25 15:45:52 +01:00
test_utils