rust/crates/hir_def/src
bors[bot] afcc0da3a1
Merge #8075
8075: Fix `use crate as <name>;` imports r=jonas-schievink a=jonas-schievink

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/4644

bors r+

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-03-17 21:25:25 +00:00
..
body Improve diagnostic when including nonexistent file 2021-03-17 21:56:09 +01:00
item_tree ItemTree: lower attributes on fn parameters 2021-03-17 18:28:27 +01:00
nameres Merge #8075 2021-03-17 21:25:25 +00:00
path Use upstream cov-mark 2021-03-08 22:19:44 +02:00
adt.rs Use hir formatter more 2021-03-16 01:04:33 +08:00
attr.rs Fix incorrect newline emission in Attrs::docs 2021-03-17 17:00:08 +01:00
body.rs Follow established ErrorEmitted pattern 2021-03-16 23:31:14 -07:00
builtin_attr.rs
builtin_type.rs Introduce TypeCtor::Scalar 2021-02-28 01:20:04 +01:00
child_by_source.rs Use body.block_scopes in ChildBySource 2021-03-09 18:27:23 +01:00
data.rs Apply #[cfg]s when computing function signatures 2021-03-17 18:28:27 +01:00
db.rs Make two calls virtual 2021-03-05 20:25:24 +02:00
diagnostics.rs Fix missing unresolved macro diagnostic in function body 2021-03-16 00:52:58 -07:00
dyn_map.rs
expr.rs Introduce TypeCtor::Scalar 2021-02-28 01:20:04 +01:00
find_path.rs Use upstream cov-mark 2021-03-08 22:19:44 +02:00
generics.rs Change ChildBySource to allow reusing DynMap 2021-03-09 18:27:23 +01:00
import_map.rs Use upstream cov-mark 2021-03-08 22:19:44 +02:00
item_scope.rs Remove item_scope field from Body 2021-03-09 18:27:23 +01:00
item_tree.rs Apply #[cfg]s when computing function signatures 2021-03-17 18:28:27 +01:00
keys.rs
lang_item.rs
lib.rs Follow established ErrorEmitted pattern 2021-03-16 23:31:14 -07:00
nameres.rs Fix find_path when inner items are present 2021-03-01 19:39:17 +01:00
path.rs Impl HirDisplay for function hover message 2021-03-16 01:04:20 +08:00
per_ns.rs
resolver.rs Delete ContainerId 2021-03-09 19:09:02 +01:00
src.rs
test_db.rs Simplify hir_def TestDB 2021-03-13 02:24:53 +01:00
trace.rs
type_ref.rs
visibility.rs