rust-analyzer/crates/ra_hir/src
2019-09-24 23:05:12 +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 fix module attr path 2019-09-20 23:20:43 +08:00
ty Make the closure_1 test work 2019-09-24 23:05:12 +02:00
adt.rs make various enums "inherit" from AdtDef 2019-09-13 00:10:16 +03:00
code_model.rs Give closures types 2019-09-24 23:05:12 +02:00
db.rs Make closures impl closure traits 2019-09-24 23:05:12 +02: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
from_source.rs Drive by lints 2019-09-23 14:31:30 -04:00
generics.rs Handle associated type shorthand (T::Item) 2019-09-22 20:02:32 +02: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 Handle associated type shorthand (T::Item) 2019-09-22 20:02:32 +02: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 Give closures types 2019-09-24 23:05:12 +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