rust-analyzer/crates/hir_ty/src
Benjamin Coenen 7322a69cf6 refactor(hir_ty): do not override DisplayTarget in hir_fmt
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
2020-10-28 17:58:16 +01:00
..
diagnostics Make IncorrectDiagnostic match rustc by copying rustc's code. 2020-10-24 19:21:53 -04:00
infer binary operator overload type inference: add test mark 2020-10-14 19:00:04 +02:00
tests do not use associated types placeholder for inlay hint 2020-10-28 15:42:51 +01: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 refactor(hir_ty): do not override DisplayTarget in hir_fmt 2020-10-28 17:58:16 +01: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 Fix case where non FnOnce variables is marked callable 2020-10-26 15:20:33 -03: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 do not use associated types placeholder for inlay hint 2020-10-28 15:42:51 +01: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