rust-analyzer/crates/ide-db/src
bors b333f85a9d Auto merge of #17639 - Veykril:salsa-perf, r=Veykril
Some more small salsa memory improvements

This does limit our lru limits to 2^16 but if you want to set them higher than that you might as well not set them at all. Also makes `LRU` opt-in per query now, allowing us to drop all the unnecessary LRU stuff for most queries
2024-07-19 18:45:16 +00:00
..
generated Merge from rust-lang/rust 2024-07-11 20:06:05 +03:00
imports Auto merge of #17622 - roife:fix-issue-17602, r=Veykril 2024-07-19 15:16:02 +00:00
prime_caches internal: Remove load-cargo dependency on ide 2024-02-28 16:59:04 +01:00
syntax_helpers Add always disabled gen parse support 2024-07-17 10:49:12 +02:00
test_data Update test fixtures 2024-07-18 09:09:31 +02:00
active_parameter.rs Enum variants are not generic def ids 2024-06-24 10:07:31 +02:00
apply_change.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
assists.rs Trigger VSCode to rename after extract variable assist is applied 2024-07-12 19:06:19 -07:00
defs.rs Remove Name::to_smol_str 2024-07-16 12:43:58 +02:00
documentation.rs More symbol usage 2024-07-16 12:05:16 +02:00
famous_defs.rs Remove Name::to_smol_str 2024-07-16 12:43:58 +02:00
helpers.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
items_locator.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
label.rs fix: Fix impl Trait<Self> causing stackoverflows 2024-04-15 15:41:20 +02:00
lib.rs Make LRU opt-in 2024-07-19 18:38:08 +02:00
path_transform.rs Use Symbol in Name 2024-07-12 16:06:44 +02:00
prime_caches.rs Properly prime all crate def maps in parallel_prime_caches 2024-06-17 13:10:39 +02:00
rename.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
rust_doc.rs Simplify 2024-06-30 14:00:55 +02:00
search.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
source_change.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
symbol_index.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
traits.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
ty_filter.rs Remove Name::to_smol_str 2024-07-16 12:43:58 +02:00
use_trivial_constructor.rs Remove Name::to_smol_str 2024-07-16 12:43:58 +02:00