rust-analyzer/crates/ra_hir_def/src/nameres
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
..
tests Run cargo +nightly fix --clippy -Z unstable-options 2020-02-18 16:03:08 +02:00
collector.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
mod_resolution.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
path_resolution.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
raw.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
tests.rs fix issue 3444 2020-03-12 17:16:28 -07:00