rust-analyzer/crates/hir-ty/src
2025-02-03 12:14:11 +01:00
..
consteval Re-implement rust string highlighting via tool attribute 2025-01-10 13:49:35 +01:00
diagnostics Make Pat::Range's start and end Option<ExprId> 2025-02-03 12:14:11 +01:00
dyn_compatibility Re-implement rust string highlighting via tool attribute 2025-01-10 13:49:35 +01:00
infer Back out "Handle missing fields diagnostics" 2025-01-27 17:30:35 -05:00
layout Re-implement rust string highlighting via tool attribute 2025-01-10 13:49:35 +01:00
lower Unify handling of path diagnostics in hir-ty 2024-12-24 18:58:52 +02:00
mir Make Pat::Range's start and end Option<ExprId> 2025-02-03 12:14:11 +01:00
tests Merge pull request #19063 from davidbarsky/davidbarsky/backout-struct-default-fields 2025-01-28 16:45:45 +00:00
autoderef.rs Disable Receiver based autoderef temporarily 2025-01-28 14:54:02 +01:00
builder.rs Fix lifetime parameters moving paramter defaults 2024-07-02 12:34:32 +02:00
chalk_db.rs Preserve impl assoc names in ImplData 2025-01-20 14:29:11 +01:00
chalk_ext.rs Add DynTyExt::principal_id 2024-12-28 18:26:45 +01:00
consteval.rs Split out ExpressionStore from Body 2025-01-26 11:02:00 +01:00
db.rs Implement parameter variance inference 2024-12-28 19:54:22 +01:00
diagnostics.rs Extend reported unsafe operations 2024-12-04 08:27:59 +02:00
display.rs Merge pull request #19020 from ShoyuVanilla/issues-19007 2025-01-25 19:03:54 +00:00
dyn_compatibility.rs minor: Encode TraitData bools as bitflags 2025-01-03 12:46:07 +01:00
generics.rs Add GenericDefId::StaticId 2025-01-26 11:07:54 +01:00
infer.rs Back out "feat: Implement default-field-values" 2025-01-27 17:30:35 -05:00
inhabitedness.rs minor: New clippy lints 2025-01-06 17:57:17 +01:00
interner.rs Fix a few typos 2024-12-13 09:54:35 +01:00
lang_items.rs Add DynTyExt::principal_id 2024-12-28 18:26:45 +01:00
layout.rs also initialize Layout field in rust-analyzer 2025-01-10 02:22:57 +01:00
lib.rs Fix #[rustc_deprecated_safe_2024] 2025-01-27 14:35:20 +02:00
lower.rs Add GenericDefId::StaticId 2025-01-26 11:07:54 +01:00
mapping.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
method_resolution.rs feat: Implement arbitrary-self-types 2025-01-24 22:50:59 +09:00
mir.rs Split out ExpressionStore from Body 2025-01-26 11:02:00 +01:00
primitive.rs Add f16 and f128 support 2024-07-10 10:43:14 +01:00
test_db.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
tests.rs Back out "feat: Implement default-field-values" 2025-01-27 17:30:35 -05:00
tls.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
traits.rs Support AsyncFnX traits 2024-12-03 21:26:26 +02:00
utils.rs Fix #[rustc_deprecated_safe_2024] 2025-01-27 14:35:20 +02:00
variance.rs Add GenericDefId::StaticId 2025-01-26 11:07:54 +01:00