rust/src/test
bors e12bc239b4 auto merge of #10527 : eholk/rust/win64, r=alexcrichton
This was needed to access UEFI boot services in my new Boot2Rust experiment.

I also realized that Rust functions declared as extern always use the C calling convention regardless of how they were declared, so this pull request fixes that as well.
2013-11-20 11:01:34 -08:00
..
auxiliary Don't use win64 calling convention on 32-bit machines. 2013-11-19 12:46:28 -05:00
bench librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
codegen
compile-fail libsyntax: Remove ~fn() from the language 2013-11-18 18:28:10 -08:00
debug-info librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
pretty librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
run-fail librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
run-pass auto merge of #10527 : eholk/rust/win64, r=alexcrichton 2013-11-20 11:01:34 -08:00
run-pass-fulldeps