rust/src/librustc/back
Alex Crichton 2fcc70ec9d Add a "system" ABI
This adds an other ABI option which allows a custom selection over the target
architecture and OS. The only current candidate for this change is that kernel32
on win32 uses stdcall, but on win64 it uses the cdecl calling convention.
Otherwise everywhere else this is defined as using the Cdecl calling convention.

cc #10049
Closes #8774
2013-11-09 11:16:09 -08:00
..
abi.rs add type name to the tydesc 2013-09-03 04:44:47 -04:00
arm.rs Add a "system" ABI 2013-11-09 11:16:09 -08:00
link.rs Add a "system" ABI 2013-11-09 11:16:09 -08:00
mips.rs Add a "system" ABI 2013-11-09 11:16:09 -08:00
rpath.rs Add a "system" ABI 2013-11-09 11:16:09 -08:00
target_strs.rs librustc: Get rid of structural records save for front/test.rs. 2013-02-20 18:45:50 -08:00
upcall.rs Issue #3678: Remove wrappers and call foreign functions directly 2013-08-19 07:13:15 -04:00
x86_64.rs Add a "system" ABI 2013-11-09 11:16:09 -08:00
x86.rs Add a "system" ABI 2013-11-09 11:16:09 -08:00