rust/crates/hir_ty/src
2021-07-10 18:19:46 +02:00
..
diagnostics Record coercion adjustments 2021-07-08 13:07:24 +02:00
infer Record autoderef adjustments 2021-07-10 12:26:18 +02:00
tests add_explicit_type respects coercions 2021-07-10 18:19:46 +02:00
autoderef.rs Record autoderef adjustments 2021-07-10 12:26:18 +02:00
builder.rs
chalk_db.rs Add coverage mark for block local impls 2021-06-20 19:12:06 +02:00
chalk_ext.rs Represent opaque types with TyKind::OpaqueType 2021-07-08 21:40:35 +02:00
consteval.rs Nest all the or-patterns! 2021-06-17 17:37:14 +02:00
db.rs Make block-local trait impls work 2021-06-13 13:00:34 +02:00
diagnostics.rs internal: refactor incorrect case diagnostics 2021-06-13 21:09:03 +03:00
display.rs Represent opaque types with TyKind::OpaqueType 2021-07-08 21:40:35 +02:00
infer.rs Resolve type adjustments 2021-07-10 18:19:23 +02:00
interner.rs Represent opaque types with TyKind::OpaqueType 2021-07-08 21:40:35 +02:00
lib.rs Record autoderef adjustments 2021-07-10 12:26:18 +02:00
lower.rs Represent opaque types with TyKind::OpaqueType 2021-07-08 21:40:35 +02:00
mapping.rs
method_resolution.rs Make block-local trait impls work 2021-06-13 13:00:34 +02:00
op.rs Nest all the or-patterns! 2021-06-17 17:37:14 +02:00
primitive.rs
test_db.rs Unify check_mismatches and check_types 2021-06-20 19:12:06 +02:00
tests.rs Record coercion adjustments 2021-07-08 13:07:24 +02:00
tls.rs Represent opaque types with TyKind::OpaqueType 2021-07-08 21:40:35 +02:00
traits.rs
utils.rs Fix deduction of dyn Fn closure parameter types 2021-06-30 15:04:04 +02:00
walk.rs