rust-analyzer/crates/ra_hir_expand/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
..
ast_id_map.rs Add expansion infrastructure for derive macros 2019-12-05 17:23:09 +01:00
builtin_derive.rs Fix whitespace in tests 2020-03-05 00:12:39 +08:00
builtin_macro.rs Update comment 2020-03-12 02:00:56 +08:00
db.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
diagnostics.rs Rename Source -> InFile 2019-11-28 12:50:26 +03:00
eager.rs Use dyn Trait for working with databse 2020-03-16 17:42:30 +01:00
hygiene.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
name.rs Implement dummy assert macro 2020-03-11 23:08:12 +08:00
quote.rs Implement dummy assert macro 2020-03-11 23:08:12 +08:00
test_db.rs Add resolve_extern_path in DB 2020-03-11 01:06:01 +08:00