rust/crates/hir-def/src
bors 1ef7a2329b Auto merge of #16525 - Veykril:item-loc, r=Veykril
Abstract more over ItemTreeLoc-like structs

Allows reducing some code duplication by using functions generic over said structs. The diff isn't negative due to me adding some additional impls for completeness.
2024-02-10 10:47:37 +00:00
..
attr Remove ffi_returns_twice references 2024-02-07 19:42:07 +00:00
body hir-def: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09: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 new_without_default 2024-01-31 19:06:36 +01:00
item_tree Auto merge of #16525 - Veykril:item-loc, r=Veykril 2024-02-10 10:47:37 +00:00
macro_expansion_tests hir-def: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
nameres Abstract over ItemTreeLoc 2024-02-10 11:37:59 +01:00
path redundant_pattern_matching 2024-01-19 17:31:01 +01:00
attr.rs Abstract over ItemTreeLoc 2024-02-10 11:37:59 +01:00
body.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
builtin_type.rs Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra 2023-06-05 12:04:23 +03:00
child_by_source.rs Abstract over ItemTreeLoc 2024-02-10 11:37:59 +01:00
data.rs useless_conversion 2024-01-31 19:06:18 +01:00
db.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
dyn_map.rs Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' 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 Auto merge of #16474 - davidbarsky:david/import-on-the-fly-improvements, r=lnicola 2024-02-05 09:01:58 +00:00
generics.rs Abstract over ItemTreeLoc 2024-02-10 11:37:59 +01:00
hir.rs Re-order mod declarations 2024-01-27 11:02:34 +01:00
import_map.rs hir-def: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
item_scope.rs hir-def: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
item_tree.rs Abstract over ItemTreeLoc 2024-02-10 11:37:59 +01:00
lang_item.rs internal: switch to tracing from log 2024-01-30 12:27:31 -05:00
lib.rs Abstract over ItemTreeLoc 2024-02-10 11:37:59 +01:00
lower.rs internal: Split out a span crate 2023-12-18 14:08:33 +01:00
nameres.rs minor: correct some typos 2024-02-02 18:22:54 +08:00
path.rs needless_borrow 2024-01-19 17:31:01 +01:00
per_ns.rs derivable_impls 2024-01-31 19:06:18 +01: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 Abstract over ItemTreeLoc 2024-02-10 11:37:59 +01:00
test_db.rs borrow_deref_ref 2024-01-31 19:06:18 +01:00
trace.rs Cleanup 2024-01-15 12:22:51 +01:00
visibility.rs Auto merge of #16474 - davidbarsky:david/import-on-the-fly-improvements, r=lnicola 2024-02-05 09:01:58 +00:00