rust-analyzer/crates/hir-def/src
Chayim Refael Friedman c58ddafe90 Make HirFileId, EditionedFileId and macro files Salsa struct
And make more queries non-interned.

Also flip the default for queries, now the default is to not intern and to intern a query you need to say `invoke_interned`.
2025-04-19 22:10:52 +03:00
..
expr_store Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
hir refactor: Turn LifetimeRef into an enum 2025-04-09 15:58:06 +02:00
item_tree Remove all upcasts! 2025-04-10 11:08:38 +03:00
macro_expansion_tests Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
nameres Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
attr.rs Remove all upcasts! 2025-04-10 11:08:38 +03:00
builtin_type.rs cargo fmt 2025-03-15 21:32:01 +01:00
db.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
dyn_map.rs prefer default over new 2025-04-04 15:49:50 +02:00
expr_store.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
find_path.rs refactor: Lower type-refs before type inference 2025-04-09 10:43:23 +02:00
hir.rs refactor: Lower type-refs before type inference 2025-04-09 10:43:23 +02:00
import_map.rs Remove all upcasts! 2025-04-10 11:08:38 +03:00
item_scope.rs refactor: Lower type-refs before type inference 2025-04-09 10:43:23 +02:00
item_tree.rs Remove all upcasts! 2025-04-10 11:08:38 +03:00
lang_item.rs refactor: Lower type-refs before type inference 2025-04-09 10:43:23 +02:00
lib.rs Remove all upcasts! 2025-04-10 11:08:38 +03:00
nameres.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
per_ns.rs cargo fmt 2025-03-15 21:32:01 +01:00
resolver.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
signatures.rs fix: Fix invalid signature bitflags 2025-04-10 15:39:27 +02:00
src.rs cargo fmt 2025-03-15 21:32:01 +01:00
test_db.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
visibility.rs refactor: Lower type-refs before type inference 2025-04-09 10:43:23 +02:00