rust-analyzer/crates/hir-ty/src
Lukas Wirth 71a3888d07
Merge pull request #19688 from ChayimFriedman2/less-unused
internal: More `shrink_to_fit()` and upgrade dashmap and hashbrown
2025-04-25 10:19:38 +00:00
..
consteval Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
diagnostics Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
dyn_compatibility Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
infer Merge pull request #19688 from ChayimFriedman2/less-unused 2025-04-25 10:19:38 +00:00
layout Adapt for new cycle handling changing in Salsa 2025-04-22 15:20:05 +03:00
lower Merge pull request #19678 from Veykril/push-mkznvpsktnnz 2025-04-24 12:56:22 +00:00
mir Adapt for new cycle handling changing in Salsa 2025-04-22 15:20:05 +03:00
tests Update chalk 2025-04-20 16:20:08 +00:00
autoderef.rs Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
builder.rs Add two new diagnostics: one for mismatch in generic arguments count, and another for mismatch in their kind 2025-04-22 14:55:43 +03:00
chalk_db.rs Properly handle lifetimes when checking generic arguments len 2025-04-24 08:35:20 +03:00
chalk_ext.rs Update chalk 2025-04-20 16:20:08 +00:00
consteval.rs Adapt for new cycle handling changing in Salsa 2025-04-22 15:20:05 +03:00
db.rs Adapt for new cycle handling changing in Salsa 2025-04-22 15:20:05 +03:00
diagnostics.rs cargo fmt 2025-03-15 21:32:01 +01:00
display.rs Arena allocate LifetimeRefs 2025-04-24 09:55:06 +02:00
drop.rs Adapt for new cycle handling changing in Salsa 2025-04-22 15:20:05 +03:00
dyn_compatibility.rs Fix dyn compatibility code bypassing callable_item_signature query 2025-04-10 16:56:17 +02:00
generics.rs Add two new diagnostics: one for mismatch in generic arguments count, and another for mismatch in their kind 2025-04-22 14:55:43 +03:00
infer.rs Merge pull request #19688 from ChayimFriedman2/less-unused 2025-04-25 10:19:38 +00:00
inhabitedness.rs Remove all upcasts! 2025-04-10 11:08:38 +03:00
interner.rs shrink_to_fit() in more places 2025-04-25 10:55:12 +03:00
lang_items.rs Merge pull request #19644 from ChayimFriedman2/const-syms 2025-04-21 12:34:59 +00:00
layout.rs Adapt for new cycle handling changing in Salsa 2025-04-22 15:20:05 +03:00
lib.rs Properly handle lifetimes when checking generic arguments len 2025-04-24 08:35:20 +03:00
lower.rs Merge pull request #19678 from Veykril/push-mkznvpsktnnz 2025-04-24 12:56:22 +00:00
mapping.rs Adjust for salsa::Id::from_u32() being unsafe 2025-04-22 15:19:35 +03:00
method_resolution.rs Merge pull request #19624 from jackh726/chalk-update 2025-04-22 10:58:31 +00:00
mir.rs Adapt for new cycle handling changing in Salsa 2025-04-22 15:20:05 +03:00
primitive.rs Add f16 and f128 support 2024-07-10 10:43:14 +01:00
target_feature.rs Get rid of static predefined symbols 2025-04-21 03:07:35 +03:00
test_db.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
tests.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
tls.rs Update chalk 2025-04-20 16:20:08 +00:00
traits.rs Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
utils.rs refactor: Remove WherePredicateTypeTarget 2025-04-24 09:13:56 +02:00
variance.rs Fix variance 2025-04-22 15:20:07 +03:00