rust/crates/ra_hir/src
Florian Diebold 406280e52f Refactor associated item resolution more
When resolving an associated item in value namespace, use the `Ty` lowering code
for the segments before the last instead of replicating it.
2019-09-17 19:47:45 +02:00
..
code_model cleanup hir db imports 2019-09-08 09:55:12 +03:00
expr Define known paths and group names 2019-09-15 20:14:33 +08:00
nameres make PerNs non-generic 2019-09-13 16:38:59 +03:00
ty Refactor associated item resolution more 2019-09-17 19:47:45 +02:00
adt.rs make various enums "inherit" from AdtDef 2019-09-13 00:10:16 +03:00
code_model.rs Refactor a bit to prepare for resolving trait assoc items 2019-09-17 19:47:45 +02:00
db.rs introduce hir debugging infra 2019-09-09 12:32:16 +03:00
debug.rs document module 2019-09-09 17:31:11 +03:00
diagnostics.rs cleanup hir db imports 2019-09-08 09:55:12 +03:00
either.rs cleanup casts 2019-07-19 18:22:00 +03:00
expr.rs Infer box expression 2019-09-12 02:35:09 +08:00
generics.rs rename AdtDef -> Adt 2019-09-13 00:34:52 +03:00
ids.rs cleanup expansion to item list 2019-09-10 22:22:57 +03:00
impl_block.rs fix panic when fetching generics 2019-09-12 13:12:26 +03:00
lang_item.rs rename AdtDef -> Adt 2019-09-13 00:34:52 +03:00
lib.rs Refactor a bit to prepare for resolving trait assoc items 2019-09-17 19:47:45 +02:00
marks.rs Consider prelude to be macro_use 2019-09-05 18:50:04 +08:00
mock.rs introduce hir debugging infra 2019-09-09 12:32:16 +03:00
name.rs Define known paths and group names 2019-09-15 20:14:33 +08:00
nameres.rs Move store TypeRef of type based path in PathKind 2019-09-15 19:48:24 +08:00
path.rs Define known paths and group names 2019-09-15 20:14:33 +08:00
resolve.rs Refactor a bit to prepare for resolving trait assoc items 2019-09-17 19:47:45 +02:00
source_binder.rs Refactor a bit to prepare for resolving trait assoc items 2019-09-17 19:47:45 +02:00
source_id.rs cleanup hir db imports 2019-09-08 09:55:12 +03:00
traits.rs cleanup hir db imports 2019-09-08 09:55:12 +03:00
ty.rs Upgrade Chalk 2019-09-14 10:04:56 +02:00
type_alias.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
type_ref.rs Lower bounds on trait definition, and resolve assoc types from super traits 2019-09-07 14:31:43 +02:00