rust-analyzer/crates/hir-ty/src
Lukas Wirth 09db657439
Merge pull request #19127 from ChayimFriedman2/different-generic-args
feat: Refactor path lowering and serve a new path diagnostic
2025-02-17 08:30:10 +00: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 Merge pull request #19127 from ChayimFriedman2/different-generic-args 2025-02-17 08:30:10 +00:00
layout Re-implement rust string highlighting via tool attribute 2025-01-10 13:49:35 +01:00
lower Refactor path lowering 2025-02-16 19:44:50 +02:00
mir Merge pull request #19111 from ShoyuVanilla/issue-19021 2025-02-12 13:42:52 +00:00
tests Improve error recovery when method-calling an assoc function 2025-02-16 11:49:48 +01: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 Add a FIXME for feature(adt_const_params) 2025-02-04 21:28:19 +02: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 Merge pull request #19127 from ChayimFriedman2/different-generic-args 2025-02-17 08:30:10 +00: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 Revert tests::patterns::infer_pattern 2025-02-03 12:23:13 +01:00
lower.rs Refactor path lowering 2025-02-16 19:44:50 +02:00
mapping.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
method_resolution.rs Do not use make use of InferenceResult::has_errors flag for mir building 2025-02-03 12:26:06 +01:00
mir.rs Propogate error types in mir type projections 2025-02-12 09:24:33 +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 Improve error recovery when method-calling a field 2025-02-12 16:37:15 +01: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