about summary refs log tree commit diff
path: root/src/rustc/back/abi.rs
AgeCommit message (Collapse)AuthorLines
2012-09-11rustc: Remove the cmp type upcallPatrick Walton-6/+0
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-4/+4
#2907.
2012-07-10Get rid of unused fields in tydescs. Closes #2351.Michael Sullivan-16/+9
2012-07-10Remove the empty tuple of tydescs from closures. Closes #2531.Michael Sullivan-4/+0
2012-05-14Instantiate per-type iface-based visit_glue when intrinsic ifaces present.Graydon Hoare-1/+1
2012-05-03Turn constants in back::abi into uints, and propagate typesTim Chevalier-45/+44
This means GEPi now takes a list of uints. Apologies in advance if this is hard to rebase against, but it gets rid of many a cast :-) Also modernized some for loops here and there.
2012-04-16Get explicit unique estrs working.Graydon Hoare-0/+3
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+93