| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Figure out what tydescs we need to pass when translating parametric function ... | Patrick Walton | 2011-01-12 | 1 | -0/+44 |
| * | rustc: Allow the type unification handler to handle both expected and actual ... | Patrick Walton | 2011-01-04 | 1 | -4/+8 |
| * | rustc: Add an item type accessor | Patrick Walton | 2011-01-04 | 1 | -0/+38 |
| * | Add type accessors for fn types. | Graydon Hoare | 2011-01-03 | 1 | -0/+24 |
| * | Teach ty.unify about ty_obj. | Graydon Hoare | 2010-12-31 | 1 | -0/+83 |
| * | Move unify_fn logic out-of-line. | Graydon Hoare | 2010-12-31 | 1 | -59/+72 |
| * | rustc: Add a type_has_dynamic_size predicate | Patrick Walton | 2010-12-22 | 1 | -0/+21 |
| * | rustc: Move unification out of typeck.rs; trans will need it too. | Patrick Walton | 2010-12-21 | 1 | -0/+425 |
| * | rustc: Move type logic out of typeck so trans doesn't look like it's calling ... | Patrick Walton | 2010-12-21 | 1 | -0/+588 |