| Commit message (Expand) | Author | Age | Files | Lines |
| * | Capture typarams into obj, independent of body tydesc. | Graydon Hoare | 2011-02-03 | 1 | -1/+2 |
| * | Add bzero glue and preliminary code for dynamic size/align calculations. | Graydon Hoare | 2011-01-18 | 1 | -0/+4 |
| * | Use homebrew memcpy, not llvm intrinsic. Can't run the latter on a rust stack. | Graydon Hoare | 2011-01-17 | 1 | -0/+8 |
| * | Sketch closure-forming logic for nontrivial bindings. | Graydon Hoare | 2011-01-05 | 1 | -0/+6 |
| * | Mop up cases of s/copy/take/, remove 'binding' terminology, whitespace police... | Graydon Hoare | 2010-12-20 | 1 | -13/+5 |
| * | rustc: Build tydescs for types, and make all take and drop operations go thro... | Patrick Walton | 2010-12-20 | 1 | -0/+11 |
| * | Remove calltup fields from ABI, add binding fields. | Graydon Hoare | 2010-12-16 | 1 | -6/+17 |
| * | Teach rustc about const tag value, begin work on trans_copy_ty, make uint's t... | Graydon Hoare | 2010-11-09 | 1 | -0/+3 |
| * | Translate exit-task glue such that rustc's output programs exit properly. | Graydon Hoare | 2010-09-27 | 1 | -0/+4 |
| * | More work on trans, almost getting to the point of emitting an upcall. | Graydon Hoare | 2010-09-24 | 1 | -0/+12 |
| * | Declare the global and upcall glues as ValueRefs in rustc's trans. | Graydon Hoare | 2010-09-23 | 1 | -0/+2 |
| * | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust... | Graydon Hoare | 2010-09-23 | 1 | -0/+46 |