rust-analyzer/crates/hir_ty/src
Florian Diebold 6b5f82bcea Get rid of FAKE_PLACEHOLDER
The lifetime placeholder can be replaced by the static lifetime, and for array
sizes we should just be using a concrete const.
2020-10-25 12:42:38 +01:00
..
diagnostics Merge #6319 2020-10-22 14:24:10 +00:00
infer binary operator overload type inference: add test mark 2020-10-14 19:00:04 +02:00
tests binary operator overload type inference: add test mark 2020-10-14 19:00:04 +02:00
traits Get rid of FAKE_PLACEHOLDER 2020-10-25 12:42:38 +01:00
autoderef.rs Rename ra_hir_ty -> hir_ty 2020-08-13 16:35:29 +02:00
db.rs Rename ra_hir_ty -> hir_ty 2020-08-13 16:35:29 +02:00
diagnostics.rs Add descriptions for diagnostics parseable by xtask 2020-10-19 20:55:16 +03:00
display.rs Fix trait object hir formatting behind pointer and references 2020-10-06 14:40:27 +02:00
infer.rs Implement binary operator overloading type inference 2020-10-13 20:48: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 Rename ra_hir_ty -> hir_ty 2020-08-13 16:35:29 +02:00
primitive.rs Rename ra_hir_ty -> hir_ty 2020-08-13 16:35:29 +02:00
test_db.rs Rename ra_hir_ty -> hir_ty 2020-08-13 16:35:29 +02:00
tests.rs Switch to expect_test from crates.io 2020-08-21 13:19:31 +02:00
traits.rs Improve Chalk debugging 2020-10-23 15:28:02 +02:00
utils.rs Rename ra_hir_ty -> hir_ty 2020-08-13 16:35:29 +02:00