rust/src/comp/middle
Rafael Ávila de Espíndola 933c01bd15 Every upcall needs a task pointer to find the C stack. It is just that when
handling cdecl call they should skip it when calling the final function.

There is some cleanup to be done on the generated IL, but this gets us
running Hello World for real.
2011-03-21 17:53:11 -04:00
..
fold.rs Modify native_item_fn to handle trailing linkage names that differ from the item name (used in win32 build of std.dll) 2011-03-20 20:18:19 -07:00
metadata.rs rustc: Update type serialization and deserialization for the "mutable?" change 2011-03-21 11:44:08 -07:00
resolve.rs Modify native_item_fn to handle trailing linkage names that differ from the item name (used in win32 build of std.dll) 2011-03-20 20:18:19 -07:00
trans.rs Every upcall needs a task pointer to find the C stack. It is just that when 2011-03-21 17:53:11 -04:00
ty.rs Modify native_item_fn to handle trailing linkage names that differ from the item name (used in win32 build of std.dll) 2011-03-20 20:18:19 -07:00
typeck.rs Modify native_item_fn to handle trailing linkage names that differ from the item name (used in win32 build of std.dll) 2011-03-20 20:18:19 -07:00