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
..
2019-02-11 10:20:04 +02:00
2019-02-18 16:43:16 +03:00
2019-02-21 15:57:40 +03:00
2019-02-11 10:20:04 +02:00
2019-02-23 15:36:38 +01:00
2019-02-12 15:02:57 +01:00
2019-02-21 15:24:42 +03:00
2019-02-21 16:55:26 +00:00
2019-02-12 20:57:13 +03:00
2019-02-19 20:06:53 +03:00
2019-02-21 13:45:10 +03:00