aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/op.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split ty.rs into several modulesFlorian Diebold2019-02-231-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