rust-analyzer/crates/ra_hir_ty/src
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
..
infer Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
tests Support local macro_rules 2020-03-14 14:25:51 +08:00
traits Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
autoderef.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
db.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
diagnostics.rs More manual clippy fixes 2020-02-18 16:12:37 +02:00
display.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
expr.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
infer.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
lib.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
lower.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
marks.rs Merge #3147 2020-02-14 20:32:55 +00:00
method_resolution.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
op.rs More manual clippy fixes 2020-02-18 16:12:37 +02:00
primitive.rs Doc primitives 2019-11-26 15:41:48 +03:00
test_db.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
tests.rs Source map returns a result 2020-03-06 14:44:44 +01:00
traits.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
utils.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00