Aleksey Kladov ef2b84ddf1 introduce hir debugging infra
This is to make debugging rust-analyzer easier.

The idea is that `dbg!(krate.debug(db))` will print the actual, fuzzy
crate name, instead of precise ID. Debug printing infra is a separate
thing, to make sure that the actual hir doesn't have access to global
information.

Do not use `.debug` for `log::` logging: debugging executes queries,
and might introduce unneded dependencies to the crate graph
2019-09-09 12:32:16 +03:00
..
2019-09-06 17:21:29 +03:00
2019-09-06 14:21:11 +03:00
2019-09-09 12:32:16 +03:00
2019-09-02 21:23:19 +03:00
2019-09-09 12:32:16 +03:00
2019-09-09 12:32:16 +03:00
2019-09-02 21:52:06 +03:00
⬆️ once_cell
2019-09-01 23:18:15 +03:00
2019-08-22 15:57:48 +03:00
2019-07-04 23:09:09 +03:00
2019-09-06 17:21:29 +03:00