rust-analyzer/crates/hir-def/src
2024-07-25 11:51:15 +02:00
..
body internal: Shrink size of Binding 2024-07-22 17:14:17 +02:00
data Remove Params and Fields from AstIdMap 2024-07-25 10:22:05 +02:00
dyn_map Try caching macro calls more aggressively 2024-06-04 15:23:00 +02:00
hir Reduce size of TypeRef by 8 bytes 2024-07-25 11:14:55 +02:00
item_tree Fix incorrect handling of cfg'd varargs 2024-07-25 11:02:19 +02:00
macro_expansion_tests Test macros doing edition dependent parsing 2024-07-19 16:43:58 +02:00
nameres Remove Params and Fields from AstIdMap 2024-07-25 10:22:05 +02:00
path Use statics + clone instead of const until const can access statics 2024-07-14 17:52:59 +02:00
attr.rs Remove Params and Fields from AstIdMap 2024-07-25 10:22:05 +02:00
body.rs Remove Params and Fields from AstIdMap 2024-07-25 10:22:05 +02:00
builtin_type.rs Switch token trees to use Symbols 2024-07-16 10:11:59 +02:00
child_by_source.rs Make GenericParams::lifetimes private 2024-07-02 13:45:53 +02:00
data.rs Make legacy_const_generics_indices thin by double boxing as its seldom used 2024-07-25 11:51:15 +02:00
db.rs LRU body_with_source_map query 2024-07-22 16:34:59 +02:00
dyn_map.rs Merge commit '3b7c7f97e4' into sync-from-ra 2023-11-08 08:15:03 +02:00
expander.rs Use Symbol in Name 2024-07-12 16:06:44 +02:00
find_path.rs Optimize find_path for sysroot library search some more 2024-07-21 13:20:12 +02:00
generics.rs Move lifetimes in front of type and const params but after self 2024-07-02 14:17:34 +02:00
hir.rs internal: Shrink size of Binding 2024-07-22 17:14:17 +02:00
import_map.rs Remove Name::to_smol_str 2024-07-16 12:43:58 +02:00
item_scope.rs Fix stable iteration ordering for Map<Name, ...> usages 2024-07-15 11:25:46 +02:00
item_tree.rs Fix incorrect handling of cfg'd varargs 2024-07-25 11:02:19 +02:00
lang_item.rs More symbol usage 2024-07-16 12:05:16 +02:00
lib.rs Use Symbol in Name 2024-07-12 16:06:44 +02:00
lower.rs Disallow nested impl traits 2024-07-04 23:31:55 +09:00
nameres.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
path.rs Remove Name::to_smol_str 2024-07-16 12:43:58 +02:00
per_ns.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
pretty.rs More symbol usage 2024-07-16 12:05:16 +02:00
resolver.rs Fix stable iteration ordering for Map<Name, ...> usages 2024-07-15 11:25:46 +02:00
src.rs Remove Params and Fields from AstIdMap 2024-07-25 10:22:05 +02:00
test_db.rs Fix visited module tracking not clearing itself on backtracking 2024-07-21 12:17:50 +02:00
trace.rs Merge commit 'ddf105b646' into sync-from-ra 2024-02-11 08:40:19 +02:00
visibility.rs Intern ModPath within RawVisibility 2024-06-24 10:07:32 +02:00