rust/crates/hir_ty/src
2020-10-12 10:59:54 +03:00
..
diagnostics Create basic support for names case checks and implement function name case check 2020-10-12 10:59:54 +03:00
infer Merge #5971 2020-09-13 17:28:22 +00:00
tests Use Ty::apply instead of simple and fix method resolution. 2020-09-17 00:58:41 +08:00
traits Make unimplemented match variants explicit 2020-10-06 23:56:31 -07:00
autoderef.rs
db.rs
diagnostics.rs Create basic support for names case checks and implement function name case check 2020-10-12 10:59:54 +03:00
display.rs Fix trait object hir formatting behind pointer and references 2020-10-06 14:40:27 +02:00
infer.rs Bump smol_str from 0.1.16 to 0.1.17 2020-09-24 16:39:08 +02:00
lib.rs Update chalk to 0.27 and adapt to chalk changes. 2020-09-15 22:37:05 +08:00
lower.rs Use Ty::apply instead of simple and fix method resolution. 2020-09-17 00:58:41 +08:00
method_resolution.rs Use Ty::apply instead of simple and fix method resolution. 2020-09-17 00:58:41 +08:00
op.rs
primitive.rs
test_db.rs
tests.rs Switch to expect_test from crates.io 2020-08-21 13:19:31 +02:00
traits.rs Chalk 0.23 2020-08-16 12:15:44 -04:00
utils.rs