rust/crates/hir_ty/src
2021-08-14 00:09:30 +02:00
..
diagnostics Add reference here diagnostic 2021-08-08 10:12:40 +02:00
infer feat: type inference for if-let guards 2021-08-14 00:09:30 +02:00
tests feat: type inference for if-let guards 2021-08-14 00:09:30 +02:00
autoderef.rs Allow ambiguous autoderef with defininte guidance. 2021-08-09 14:30:05 +05:00
builder.rs clippy::useless_conversion 2021-06-13 09:25:55 +05:30
chalk_db.rs add implicit Sized bound to associated types 2021-08-04 19:41:05 +05: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 Clean up 2021-08-12 21:20:28 +05:00
infer.rs Resolve tuple variants in value namespace 2021-07-22 13:40:18 +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 Merge #9807 2021-08-12 17:55:29 +00: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 fix: Typos 2021-07-27 18:31:21 -04: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 Increase chalk overflow depth 2021-08-08 18:40:28 +03:00
utils.rs adjust hir_def::TypeBound::as_path 2021-08-04 19:49:19 +05:00
walk.rs