aboutsummaryrefslogtreecommitdiff
path: root/src/comp/middle/ty.rs
Commit message (Expand)AuthorAgeFilesLines
* Teach ty.unify about ty_obj.Graydon Hoare2010-12-311-0/+83
* Move unify_fn logic out-of-line.Graydon Hoare2010-12-311-59/+72
* rustc: Add a type_has_dynamic_size predicatePatrick Walton2010-12-221-0/+21
* rustc: Move unification out of typeck.rs; trans will need it too.Patrick Walton2010-12-211-0/+425
* rustc: Move type logic out of typeck so trans doesn't look like it's calling ...Patrick Walton2010-12-211-0/+588