rust/crates/ra_hir
Florian Diebold dcfb4ee702 Split ty.rs into several modules
It was just getting too big. We now have:

 - ty: the `Ty` enum and helpers
 - ty::infer: actual type inference
 - ty::lower: lowering from HIR to `Ty`
 - ty::op: helpers for binary operations, currently
2019-02-23 15:36:38 +01:00
..
src Split ty.rs into several modules 2019-02-23 15:36:38 +01:00
Cargo.toml Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00