rust-analyzer/crates/hir-ty/src
2024-10-18 12:41:14 +02:00
..
consteval fix: Always explicitly set trait ref self types when lowering 2024-09-06 14:06:41 +02:00
diagnostics Fix ambiguity with CamelCase diagnostic messages 2024-09-29 16:35:37 +08:00
dyn_compatibility Rename object_safety to dyn_compatibility 2024-09-29 07:26:45 -04:00
infer internal: Add more trivially Sized types to is_sized check 2024-10-18 12:41:14 +02:00
layout chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
mir chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
tests Do not consider match/let/ref of place that evaluates to ! to diverge, disallow coercions from them too 2024-10-15 00:37:40 +09:00
autoderef.rs internal: Don't allocate autoderef steps when not needed 2024-08-25 13:12:07 +02:00
builder.rs Fix lifetime parameters moving paramter defaults 2024-07-02 12:34:32 +02:00
chalk_db.rs Rename object_safety to dyn_compatibility 2024-09-29 07:26:45 -04:00
chalk_ext.rs feat: Implement TAIT 2024-08-10 15:22:05 +09:00
consteval.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
db.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
diagnostics.rs Merge commit '7219414e81' into sync-from-ra 2024-01-28 15:56:54 +02:00
display.rs include fn prefix for all callable defs 2024-10-08 11:37:08 -07:00
dyn_compatibility.rs Rename object_safety to dyn_compatibility 2024-09-29 07:26:45 -04:00
generics.rs feat: Implement object safety 2024-08-29 22:22:21 +09:00
infer.rs Do not consider match/let/ref of place that evaluates to ! to diverge, disallow coercions from them too 2024-10-15 00:37:40 +09:00
inhabitedness.rs More symbol usage 2024-07-16 12:05:16 +02:00
interner.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
lang_items.rs Use statics + clone instead of const until const can access statics 2024-07-14 17:52:59 +02:00
layout.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
lib.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
lower.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
mapping.rs chore: rename salsa to ra_salsa 2024-10-14 10:09:22 -04:00
method_resolution.rs internal: Don't allocate autoderef steps when not needed 2024-08-25 13:12:07 +02:00
mir.rs fix: Properly prevent mir building with unknown types present 2024-09-06 14:44:05 +02: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 Fix few bugs in closure capture computation, and add tests 2024-08-24 22:35:49 +03:00
tls.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
traits.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
utils.rs fix: Correctly support #[rustc_deprecated_safe_2024] 2024-08-12 10:56:59 +02:00