rust/crates/ra_hir/src
2019-09-20 23:20:43 +08: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 fix module attr path 2019-09-20 23:20:43 +08:00
ty account for impls generated by macros 2019-09-18 04:34:48 +03:00
adt.rs make various enums "inherit" from AdtDef 2019-09-13 00:10:16 +03:00
code_model.rs introduce FromSource trait 2019-09-19 19:38:27 +03: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
expr.rs Infer box expression 2019-09-12 02:35:09 +08:00
from_source.rs introduce FromSource trait 2019-09-19 19:38:27 +03: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 account for impls generated by macros 2019-09-18 04:34:48 +03:00
lang_item.rs rename AdtDef -> Adt 2019-09-13 00:34:52 +03:00
lib.rs introduce FromSource trait 2019-09-19 19:38:27 +03:00
marks.rs Consider prelude to be macro_use 2019-09-05 18:50:04 +08:00
mock.rs introduce FromSource trait 2019-09-19 19:38:27 +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 Refactor some more 2019-09-17 19:47:45 +02:00
resolve.rs account for impls generated by macros 2019-09-18 04:34:48 +03:00
source_binder.rs introduce FromSource trait 2019-09-19 19:38:27 +03:00
source_id.rs cleanup hir db imports 2019-09-08 09:55:12 +03:00
traits.rs Remove TraitItem and ImplItem in favor of AssocItem 2019-09-17 19:47:45 +02:00
ty.rs Upgrade Chalk 2019-09-14 10:04:56 +02:00
type_alias.rs
type_ref.rs Lower bounds on trait definition, and resolve assoc types from super traits 2019-09-07 14:31:43 +02:00