rust/crates/hir_def/src
bors[bot] f3139d46b0
Merge #7778
7778: Fix lowering trailing self paths in UseTrees r=Veykril a=Veykril

Noticed that hovering over `self` in a use tree like `use foo::bar::{self}` showing documentation and such for the current module instead of `bar`.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-03-01 14:50:58 +00:00
..
body Merge #7804 2021-02-28 13:36:44 +00:00
item_tree Make ModPath's representation private 2021-02-04 20:49:24 +01:00
nameres For unresolved macros, hightlight only the last segment 2021-02-28 14:29:10 +03:00
path Fix lowering trailing self paths in UseTrees 2021-02-28 23:44:49 +01:00
adt.rs
attr.rs
body.rs For unresolved macros, hightlight only the last segment 2021-02-28 14:29:10 +03:00
builtin_attr.rs
builtin_type.rs Introduce TypeCtor::Scalar 2021-02-28 01:20:04 +01:00
child_by_source.rs
data.rs Remove redundant clones 2021-02-05 16:57:26 +01:00
db.rs
diagnostics.rs For unresolved macros, hightlight only the last segment 2021-02-28 14:29:10 +03:00
dyn_map.rs
expr.rs Introduce TypeCtor::Scalar 2021-02-28 01:20:04 +01:00
find_path.rs Teach find_path about inner items 2021-02-09 17:25:03 +01:00
generics.rs
import_map.rs
item_scope.rs
item_tree.rs Make ModPath's representation private 2021-02-04 20:49:24 +01:00
keys.rs
lang_item.rs
lib.rs For unresolved macros, hightlight only the last segment 2021-02-28 14:29:10 +03:00
nameres.rs For unresolved macros, hightlight only the last segment 2021-02-28 14:29:10 +03:00
path.rs Avoid using ModPath's fields directly 2021-02-04 22:42:21 +01:00
per_ns.rs
resolver.rs Wrap BuiltinType in code model 2021-02-11 19:52:33 +01:00
src.rs
test_db.rs Add TestDB::module_at_position 2021-02-09 17:22:57 +01:00
trace.rs
type_ref.rs
visibility.rs is_visible_from_def_map: handle block expressions 2021-02-23 17:56:16 +01:00