rust/crates
kjeremy f633f69e36 Do not call reserve since extend will handle it.
`Take` implements `TrustedLen` so we are guaranteed that only one
reserve call will be made.
2020-03-30 17:09:21 -04:00
..
ra_arena Do not call reserve since extend will handle it. 2020-03-30 17:09:21 -04:00
ra_assists Use IntoIter 2020-03-30 12:28:22 +02:00
ra_cargo_watch Fix the endless progress bar issue 2020-03-30 14:38:01 +03:00
ra_cfg
ra_db Merge #3727 2020-03-26 17:09:32 +00:00
ra_fmt
ra_hir Cleanup memory usage stats 2020-03-25 19:35:46 +01:00
ra_hir_def Nice string formatting 2020-03-28 12:27:54 +01:00
ra_hir_expand Merge #3727 2020-03-26 17:09:32 +00:00
ra_hir_ty Simplify 2020-03-28 23:48:37 +02:00
ra_ide Reload only the properties that do not affect vfs 2020-03-30 13:39:14 +03:00
ra_ide_db Reload only the properties that do not affect vfs 2020-03-30 13:39:14 +03:00
ra_mbe Remove deps on tt_mbe 2020-03-27 00:46:40 +08:00
ra_parser Fix parsing lambdas with return type 2020-03-25 17:01:28 +01:00
ra_proc_macro Remove deps on tt_mbe 2020-03-27 00:46:40 +08:00
ra_prof Fix race in the tests 2020-03-30 11:33:01 +02:00
ra_project_model Add ProcMacroClient 2020-03-26 03:29:45 +08:00
ra_syntax Use IntoIter 2020-03-30 12:28:22 +02:00
ra_text_edit
ra_tt Remove deps on tt_mbe 2020-03-27 00:46:40 +08:00
rust-analyzer Simplify SemanticTokensBuilder build method 2020-03-30 12:07:27 -04:00
stdx Fix typo 2020-03-30 18:51:30 +02:00
test_utils