rust/crates/ra_hir/src
2019-11-01 19:57:08 +01:00
..
code_model move struct & enum data to hir_def 2019-10-31 16:40:36 +03:00
expr move hygiene to hir_expand 2019-10-30 19:10:53 +03:00
nameres move mod_resolution to hir_def 2019-10-31 10:31:29 +03:00
ty Complete trait assoc items 2019-11-01 19:57:08 +01:00
adt.rs move struct & enum data to hir_def 2019-10-31 16:40:36 +03:00
code_model.rs Refactor to unify with method resolution 2019-11-01 19:57:08 +01:00
db.rs move struct & enum data to hir_def 2019-10-31 16:40:36 +03:00
debug.rs cleanup 2019-10-29 16:19:08 +03:00
diagnostics.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
expr.rs remove forward pointer for type_ref 2019-10-30 17:43:14 +03:00
from_source.rs push name down to hir_expand 2019-10-30 18:56:20 +03:00
generics.rs Refactor to unify with method resolution 2019-11-01 19:57:08 +01:00
ids.rs Move ids to hir_def crate 2019-10-30 13:11:38 +03:00
impl_block.rs move hygiene to hir_expand 2019-10-30 19:10:53 +03:00
lang_item.rs introduce ra_hir_def 2019-10-30 12:27:54 +03:00
lib.rs Complete trait assoc items 2019-11-01 19:57:08 +01:00
marks.rs move raw_items to hir_def 2019-10-30 17:43:11 +03:00
mock.rs fix compilation 2019-10-30 18:04:24 +03:00
nameres.rs move builtin types to hir_def 2019-10-31 10:51:54 +03:00
resolve.rs move builtin types to hir_def 2019-10-31 10:51:54 +03:00
source_binder.rs Complete trait assoc items 2019-11-01 19:57:08 +01:00
traits.rs push name down to hir_expand 2019-10-30 18:56:20 +03:00
ty.rs Get trait assoc item resolution mostly working 2019-11-01 19:57:08 +01:00
type_alias.rs push name down to hir_expand 2019-10-30 18:56:20 +03:00
util.rs make_mut_slice 2019-10-14 19:50:12 +09:00