Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split ty.rs into several modules | Florian Diebold | 2019-02-23 | 1 | -0/+81 |
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 |