rust/src/libsyntax
bors 3851f908d1 auto merge of #10367 : alexcrichton/rust/system-abi, r=nikomatsakis
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 12:26:12 -08:00
..
ext Generalize AST and ty::Generics to accept multiple lifetimes. 2013-11-08 19:42:46 -05:00
parse Generalize AST and ty::Generics to accept multiple lifetimes. 2013-11-08 19:42:46 -05:00
print Fix pretty printer when there are multiple lifetime parameters 2013-11-08 22:25:22 -05:00
util Remove specific errors for very old obsolete syntax 2013-10-04 07:09:28 +02:00
abi.rs Add a "system" ABI 2013-11-09 11:16:09 -08:00
ast.rs Address comments from @pnkfelix (thanks for the detailed review) 2013-11-08 19:47:57 -05:00
ast_map.rs Generalize AST and ty::Generics to accept multiple lifetimes. 2013-11-08 19:42:46 -05:00
ast_util.rs Generalize AST and ty::Generics to accept multiple lifetimes. 2013-11-08 19:42:46 -05:00
attr.rs Assorted cleanups suggested by reviewers. 2013-10-29 09:09:20 -07:00
codemap.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
diagnostic.rs Remove even more of std::io 2013-10-24 14:21:57 -07:00
fold.rs Generalize AST and ty::Generics to accept multiple lifetimes. 2013-11-08 19:42:46 -05:00
lib.rs Specify package_id for rust libs, to avoid spurious warnings 2013-11-08 17:42:46 -03:00
opt_vec.rs Generalize AST and ty::Generics to accept multiple lifetimes. 2013-11-08 19:42:46 -05:00
visit.rs Create a new pass to resolve named lifetimes; rscope is not only 2013-11-08 16:52:36 -05:00