rust/crates/hir_def/src
bors[bot] af0e54a566
Merge #6139
6139: Make find_path_prefixed configurable r=matklad a=Veykril

This makes `find_path_prefixed` more configurable allowing one to choose whether it always returns absolute paths, self-prefixed paths or to ignore local imports when building the path. 

The config names are just thrown in here, taking better names if they exist :)

This should fix #6131 as well?

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2020-10-06 11:43:08 +00:00
..
body Merge #5971 2020-09-13 17:28:22 +00:00
item_tree Give ExternCrate a Name, not a ModPath 2020-09-17 15:28:23 +02:00
nameres Account for proc macro helpers when parsing attr 2020-10-05 23:41:16 +02:00
path
adt.rs
attr.rs Remove incorrect docs 2020-09-18 18:09:47 +02:00
body.rs
builtin_type.rs
child_by_source.rs
data.rs Lower extern type alias as foreign opaque type. 2020-09-16 20:57:14 +08:00
db.rs
diagnostics.rs Mark unresolved imports diagnostic as experimental 2020-09-28 12:45:20 +02:00
docs.rs
dyn_map.rs
expr.rs Merge #5971 2020-09-13 17:28:22 +00:00
find_path.rs Make find_path_prefixed configurable 2020-10-05 17:12:37 +02:00
generics.rs
import_map.rs Switch to expect_test from crates.io 2020-08-21 13:19:31 +02:00
item_scope.rs Simplify iterator chain 2020-09-28 12:51:40 +02:00
item_tree.rs Give ExternCrate a Name, not a ModPath 2020-09-17 15:28:23 +02:00
keys.rs
lang_item.rs
lib.rs
nameres.rs Add diagnostic types for unresolved crates/imports 2020-09-16 17:26:51 +02:00
path.rs Merge #6019 2020-09-29 10:29:33 +00:00
per_ns.rs
resolver.rs
src.rs
test_db.rs Add annotation-based nameres diagnostic tests 2020-09-16 17:26:51 +02:00
trace.rs
type_ref.rs
visibility.rs