rust/crates/ra_hir_def/src
2020-06-24 16:53:16 +02:00
..
body Hook up query, add impls, lower moar 2020-06-24 16:52:37 +02:00
item_tree ItemTree: use a newtyped ID 2020-06-24 16:53:16 +02:00
nameres ItemTree: use a newtyped ID 2020-06-24 16:53:16 +02:00
path
adt.rs
attr.rs
body.rs Don't guess macro expansion crate 2020-06-11 12:13:14 +02:00
builtin_type.rs
child_by_source.rs
data.rs Make known paths use core instead of std 2020-06-11 16:23:20 +02:00
db.rs Remove raw item query 2020-06-24 16:53:16 +02:00
diagnostics.rs Anchor file-system operations to the file, and not to the source root. 2020-06-16 18:45:58 +02:00
docs.rs Consolidate documentation expansion and merging 2020-06-03 06:54:41 -04:00
dyn_map.rs
expr.rs
find_path.rs find_path: return shorter paths for external items 2020-06-12 13:01:20 +02:00
generics.rs
import_map.rs find_path: return shorter paths for external items 2020-06-12 13:01:20 +02:00
item_scope.rs Use a macro in push_res to simplify code, simplify glob_shadowed_def assertion 2020-06-24 08:20:41 -04:00
item_tree.rs ItemTree: use a newtyped ID 2020-06-24 16:53:16 +02:00
keys.rs
lang_item.rs
lib.rs Start item tree 2020-06-24 16:52:37 +02:00
nameres.rs Remove raw item query 2020-06-24 16:53:16 +02:00
path.rs Deprecate hir::Path::from_ast 2020-06-15 10:55:48 +02:00
per_ns.rs Add an ImportMap 2020-06-04 19:33:01 +02:00
resolver.rs
src.rs
test_db.rs Make relevant_crates return a Set 2020-06-11 11:30:06 +02:00
trace.rs
type_ref.rs
visibility.rs