rust/crates
Aleksey Kladov 9faea2364d Use dyn Trait for working with databse
It improves compile time in `--release` mode quite a bit, it doesn't
really slow things down and, conceptually, it seems closer to what we
want the physical architecture to look like (we don't want to
monomorphise EVERYTHING in a single leaf crate).
2020-03-16 17:42:30 +01:00
..
ra_arena
ra_assists Simplify 2020-03-13 18:02:04 +01:00
ra_cargo_watch Check all crates of the workspace 2020-03-13 10:59:20 +01:00
ra_cfg Update versions 2020-02-18 16:12:40 +02:00
ra_db Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
ra_fmt When joining lines, unwrap trivial diverging blocks 2020-02-24 17:17:05 +01:00
ra_hir Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
ra_hir_def Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
ra_hir_expand Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
ra_hir_ty Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
ra_ide Remove dat fixme 2020-03-16 14:13:50 +02:00
ra_ide_db Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
ra_mbe Merge #3513 2020-03-09 08:56:58 +00:00
ra_parser Parse variadics correctly 2020-03-13 13:54:14 +01:00
ra_prof Allow specifying additional info on call to profile 2020-03-06 17:36:51 +01:00
ra_project_model Fix crate display name dashes 2020-03-16 11:47:52 +02:00
ra_syntax Merge #3540 2020-03-16 09:48:09 +00:00
ra_text_edit Remove some TextUnit->usize escapees 2020-03-12 22:33:27 -04:00
ra_tt Update versions 2020-02-18 16:12:40 +02:00
rust-analyzer Merge #3587 2020-03-16 11:48:46 +00:00
test_utils Move verbose tests out of line 2020-03-13 12:20:42 +01:00