rust-analyzer/crates/hir-ty/src
2025-07-22 01:18:48 +09:00
..
consteval remove pref_align_of intrinsic handling, rename {min_=>}align_of{,_val} 2025-06-13 21:31:46 +02:00
diagnostics fix: Apply adjusts to pats and exprs when doing pat analysis 2025-07-22 01:18:48 +09:00
dyn_compatibility Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
infer Merge pull request #20219 from ChayimFriedman2/expr-store-mem 2025-07-11 14:25:39 +00:00
layout Format and bump rustc crates 2025-07-15 17:41:08 +03:00
lower Infer lifetimes for GATs in expression/pattern position 2025-07-15 01:15:33 +03:00
mir Merge from rust-lang/rust 2025-07-15 17:27:46 +03:00
tests Fix diverging destructuring assignments 2025-07-05 22:35:22 +03:00
autoderef.rs De-arc trait items query 2025-06-25 10:09:21 +02: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 Salsa idiomize VariantFields query 2025-06-26 12:55:55 +02:00
chalk_ext.rs Remove InternedCallableDefId 2025-06-13 17:30:50 +02:00
consteval.rs Put the expression stuff in the expression store behind an Option<Box> 2025-07-10 05:18:43 +03:00
db.rs Revert "Re-enable fixpoint iteration for variance computation" 2025-07-08 23:41:22 +03:00
diagnostics.rs cargo fmt 2025-03-15 21:32:01 +01:00
display.rs Add a memory map bound check assertion on rendering const slice 2025-07-11 23:44:49 +09:00
drop.rs Idiomatic salsa use for enum variants query 2025-06-15 09:03:44 +02:00
dyn_compatibility.rs De-arc trait items query 2025-06-25 10:09:21 +02:00
generics.rs Short circuit a couple hir-ty/lower queries 2025-06-24 20:04:43 +02:00
infer.rs fix: Apply adjusts to pats and exprs when doing pat analysis 2025-07-22 01:18:48 +09:00
inhabitedness.rs Salsa idiomize VariantFields query 2025-06-26 12:55:55 +02: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 compiler: Parse p- specs in datalayout string, allow definition of custom default data address space 2025-07-07 09:04:53 +02:00
lib.rs De-arc trait items query 2025-06-25 10:09:21 +02:00
lower.rs Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchy 2025-06-26 20:37:18 +00:00
mapping.rs Bump salsa 2025-07-03 10:05:16 +02:00
method_resolution.rs De-arc trait items query 2025-06-25 10:09:21 +02:00
mir.rs Put the expression stuff in the expression store behind an Option<Box> 2025-07-10 05:18:43 +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 Bump salsa 2025-07-03 10:05:16 +02:00
tests.rs Put the expression stuff in the expression store behind an Option<Box> 2025-07-10 05:18:43 +03:00
tls.rs Idiomatic salsa use for enum variants query 2025-06-15 09:03:44 +02:00
traits.rs Fix inference of AsyncFnX return type 2025-05-27 06:44:50 +03:00
utils.rs Merge pull request #20088 from Veykril/push-qrslvzzlqqoz 2025-06-25 08:19:32 +00:00
variance.rs Revert "Re-enable fixpoint iteration for variance computation" 2025-07-08 23:41:22 +03:00