aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/infer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename Type => TypeAliasFlorian Diebold2019-02-241-2/+2
|
* Implement support for type aliasesFlorian Diebold2019-02-241-1/+3
|
* Refactor associated method resolution a bit and make it work with genericsFlorian Diebold2019-02-231-33/+53
|
* Split ty.rs into several modulesFlorian Diebold2019-02-231-0/+1079
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