rust/crates/hir_ty/src
2020-11-24 18:50:56 +01:00
..
diagnostics Check structs for match exhaustiveness 2020-11-24 18:50:56 +01:00
infer Properly infer tuple struct patterns when encountering ellipsis 2020-11-24 16:11:40 +01:00
tests Properly infer tuple struct patterns when encountering ellipsis 2020-11-24 16:11:40 +01:00
traits Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
autoderef.rs
db.rs
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 Remove more unreachable pubs 2020-11-02 16:58:33 +01:00
lib.rs Deny unreachable-pub 2020-11-02 14:07:08 +01: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
primitive.rs
test_db.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
tests.rs Replace RacyFlag with OnceCell 2020-11-11 03:11:40 +01:00
traits.rs Improve Chalk debugging 2020-10-23 15:28:02 +02:00
utils.rs