aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/op.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename name field to ctor as wellFlorian Diebold2019-03-211-3/+3
|
* TypeName => TypeCtorFlorian Diebold2019-03-211-10/+10
|
* Remove the old variants replaced by Ty::ApplyFlorian Diebold2019-03-211-10/+23
|
* 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