rust/crates/hir_def/src
bors[bot] 2c735ed734
Merge #7426
7426: Create all `ModuleId`s through a `DefMap` method r=jonas-schievink a=jonas-schievink

`ModuleId` needs to be able to represent blocks, and only the
associated `DefMap` will know how to construct that `ModuleId`

bors r+

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-01-25 14:22:24 +00:00
..
body Add test for path resolution bug 2021-01-21 20:35:36 +01:00
item_tree Derive Default on ItemTree 2021-01-25 14:12:53 +02:00
nameres Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
path Proper handling $crate Take 2 2021-01-07 13:08:32 +08:00
adt.rs Remove map module from la-arena public API 2021-01-15 11:14:04 +11:00
attr.rs Obtain ModuleId's DefMap through a method 2021-01-22 16:33:58 +01:00
body.rs Obtain ModuleId's DefMap through a method 2021-01-22 16:33:58 +01:00
builtin_attr.rs
builtin_type.rs
child_by_source.rs Obtain ModuleId's DefMap through a method 2021-01-22 16:33:58 +01:00
data.rs Revert "Make use of block_def_map in body lowering" 2021-01-21 19:04:31 +01:00
db.rs Add name resolution query for block expressions 2021-01-21 15:22:17 +01:00
diagnostics.rs
dyn_map.rs
expr.rs Use ‘index’ terminology for arena consistently 2021-01-17 18:38:08 +11:00
find_path.rs Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
generics.rs Remove map module from la-arena public API 2021-01-15 11:14:04 +11:00
import_map.rs Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
item_scope.rs
item_tree.rs Derive Default on ItemTree 2021-01-25 14:12:53 +02:00
keys.rs
lang_item.rs Make public DefMap fields private 2021-01-20 15:41:18 +01:00
lib.rs Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
nameres.rs Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
path.rs Identify methods using functions ids rather than string names 2021-01-23 07:40:25 +00:00
per_ns.rs
resolver.rs Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
src.rs Remove map module from la-arena public API 2021-01-15 11:14:04 +11:00
test_db.rs Create all ModuleIds through a DefMap method 2021-01-25 15:21:33 +01:00
trace.rs Use ‘index’ terminology for arena consistently 2021-01-17 18:38:08 +11:00
type_ref.rs Add MacroType syntax 2021-01-18 17:56:35 +01:00
visibility.rs Obtain ModuleId's DefMap through a method 2021-01-22 16:33:58 +01:00