rust-analyzer/crates/ra_hir/src
2019-11-15 12:24:30 +03:00
..
code_model Add MacroDefKind 2019-11-11 18:48:16 +08:00
expr Move scopes to hir_def 2019-11-14 11:56:13 +03:00
ty Move body queries to hir_def 2019-11-14 17:37:22 +03:00
adt.rs Unfork struct and union ids 2019-11-09 15:34:00 +03:00
code_model.rs Refactor Module::from_source to properly descend from root file 2019-11-15 10:26:31 +03:00
db.rs Move body queries to hir_def 2019-11-14 17:37:22 +03:00
debug.rs cleanup 2019-10-29 16:19:08 +03:00
diagnostics.rs Move CrateDefMap to hir_def 2019-11-03 18:04:06 +03:00
expr.rs Use Local more 2019-11-15 12:00:36 +03:00
from_id.rs Move body queries to hir_def 2019-11-14 17:37:22 +03:00
from_source.rs Refactor Module::from_source to properly descend from root file 2019-11-15 10:26:31 +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 Reduce duplication between uncertain floats & ints 2019-11-13 09:56:33 +03:00
marks.rs Move expression lowering to hir_def 2019-11-12 18:46:57 +03:00
resolve.rs Reduce visibility 2019-11-15 12:24:30 +03:00
source_binder.rs Use Local more 2019-11-15 12:00:36 +03:00
test_db.rs Privatize modules 2019-11-15 10:42:54 +03:00
traits.rs push name down to hir_expand 2019-10-30 18:56:20 +03:00
ty.rs Reduce duplication between uncertain floats & ints 2019-11-13 09:56:33 +03: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