rust-analyzer/crates/hir-def/src
bors 22b6f9679d Auto merge of #16439 - wasd96040501:feat/gotodef3, r=Veykril
feat: Support for GOTO def from *inside* files included with include! macro

close #14937
Try to implement goto def from *inside* files included with include! macro.
This implementation has two limitations:
1. Only **one** file which calls include! will be tracked. (I think multiple file be included is a rare case and we may let it go for now)
2. Mapping token from included file to macro call file (semantics.rs:646~658) works fine but I am not sure is this the correct way to implement.
2024-01-30 11:27:18 +00:00
..
attr Remove Delimiter::DUMMY_INVISIBLE 2023-12-20 14:00:14 +01:00
body fix: filter out cfg disabled filed when lowering RecordPat 2024-01-25 19:27:37 +08:00
data internal: Make data queries transparent over their diagnostics variant 2024-01-16 10:47:54 +01:00
dyn_map Deduplicate 2024-01-15 10:58:05 +01:00
hir manual_map 2024-01-19 17:31:00 +01:00
item_tree feat:Record FnAbi 2024-01-19 15:15:23 +01:00
macro_expansion_tests Re-order mod declarations 2024-01-27 11:02:34 +01:00
nameres Add some size assertions 2024-01-26 19:28:39 +01:00
path redundant_pattern_matching 2024-01-19 17:31:01 +01:00
attr.rs Remove tt -> ast -> tt round trips in attrs lowering 2024-01-26 19:28:39 +01:00
body.rs Re-order mod declarations 2024-01-27 11:02:34 +01:00
builtin_type.rs Merge commit 'aa9bc86125' into sync-from-ra 2023-06-05 12:04:23 +03:00
child_by_source.rs Deduplicate 2024-01-15 10:58:05 +01:00
data.rs internal: Make data queries transparent over their diagnostics variant 2024-01-16 10:47:54 +01:00
db.rs Auto merge of #16439 - wasd96040501:feat/gotodef3, r=Veykril 2024-01-30 11:27:18 +00:00
dyn_map.rs Merge commit '3b7c7f97e4' into sync-from-ra 2023-11-08 08:15:03 +02:00
expander.rs internal: Cleanup Expander a bit 2023-12-22 13:01:13 +01:00
find_path.rs needless_borrow 2024-01-19 17:31:01 +01:00
generics.rs filter_map_bool_then 2024-01-19 17:31:01 +01:00
hir.rs Re-order mod declarations 2024-01-27 11:02:34 +01:00
import_map.rs needless_borrow 2024-01-19 17:31:01 +01:00
item_scope.rs feat: Support for GOTO def from *inside* files included with include! macro 2024-01-27 23:36:01 +08:00
item_tree.rs Cleanup 2024-01-15 12:22:51 +01:00
lang_item.rs needless_borrow 2024-01-19 17:31:01 +01:00
lib.rs Add some size assertions 2024-01-26 19:28:39 +01:00
lower.rs internal: Split out a span crate 2023-12-18 14:08:33 +01:00
nameres.rs Re-order mod declarations 2024-01-27 11:02:34 +01:00
path.rs needless_borrow 2024-01-19 17:31:01 +01:00
per_ns.rs Merge commit '9b3d03408c' into sync-from-ra 2023-08-21 12:44:09 +03:00
pretty.rs feat:Record FnAbi 2024-01-19 15:15:23 +01:00
resolver.rs search_is_some 2024-01-19 17:52:55 +01:00
src.rs Cleanup 2024-01-15 12:22:51 +01:00
test_db.rs Replace SourceRootCrates hashset output with slice for deterministic order 2024-01-10 14:51:51 +01:00
trace.rs Cleanup 2024-01-15 12:22:51 +01:00
visibility.rs Don't parse intra doc links as syntax trees 2024-01-26 20:00:47 +01:00