rust/crates/ra_ide_db/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
..
change.rs Consider crate declaration names 2020-03-08 23:00:50 +02:00
defs.rs Support cross-crate marks 2020-03-04 11:55:25 +01:00
imports_locator.rs Rename NameDefinition -> Definition 2020-03-03 18:40:27 +01:00
lib.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
line_index.rs Remove some TextUnit->usize escapees 2020-03-12 22:33:27 -04:00
line_index_utils.rs Remove some TextUnit->usize escapees 2020-03-12 22:33:27 -04:00
marks.rs Fix tests 2020-03-04 12:24:28 +01:00
search.rs find_usages limited to actual usages again 2020-03-10 22:27:38 -05:00
symbol_index.rs ⬆️ fst 2020-03-10 15:03:32 +01:00
wasm_shims.rs Docs 2020-02-06 15:10:17 +01:00