rust/crates/ra_hir/src
2019-06-30 14:49:45 +03:00
..
code_model move docs under code model 2019-06-11 18:28:51 +03:00
expr remove inherent source impls 2019-06-11 18:28:51 +03:00
nameres make sure that CrateDefMap is independent from syntax 2019-06-26 21:50:42 +03:00
ty cache chalk queries 2019-06-26 12:54:13 +03:00
adt.rs remove unneded From(..) impl 2019-06-11 18:28:51 +03:00
code_model.rs Complete associated methods on enums (and unions) as well 2019-06-29 12:40:01 +02:00
db.rs print memory usage for queries 2019-06-30 14:49:45 +03:00
diagnostics.rs fix: clean up warnings 2019-06-06 10:06:46 +08:00
either.rs use single version of either in hir 2019-06-11 01:26:20 +03:00
expr.rs remove inherent source impls 2019-06-11 18:28:51 +03:00
generics.rs remove inherent source impls 2019-06-11 18:28:51 +03:00
ids.rs make sure that CrateDefMap is independent from syntax 2019-06-26 21:50:42 +03:00
impl_block.rs remove unneded From(..) impl 2019-06-11 18:28:51 +03:00
lang_item.rs Add firewall query to lang items 2019-06-19 23:46:50 +03:00
lib.rs make sure that CrateDefMap is independent from syntax 2019-06-26 21:50:42 +03:00
marks.rs
mock.rs make sure that CrateDefMap is independent from syntax 2019-06-26 21:50:42 +03:00
name.rs Implement autoderef using the Deref trait 2019-06-15 18:21:23 +02:00
nameres.rs make sure that CrateDefMap is independent from syntax 2019-06-26 21:50:42 +03:00
path.rs Fix clippy::len_zero 2019-06-04 18:05:07 -04:00
resolve.rs use single version of either in hir 2019-06-11 01:26:20 +03:00
source_binder.rs Implement autoderef using the Deref trait 2019-06-15 18:21:23 +02:00
source_id.rs
traits.rs remove inherent source impls 2019-06-11 18:28:51 +03:00
ty.rs Simplifications / cleanup from review 2019-06-16 12:25:04 +02:00
type_alias.rs Add basic infrastructure for assoc type projection 2019-06-15 18:21:23 +02:00
type_ref.rs