summary refs log tree commit diff
path: root/src/test/run-pass/x86stdcall2.rs
AgeCommit message (Expand)AuthorLines
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-04-23test: fix for missing ARM supportYoung-il Choi-0/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-07test: Fix tests.Patrick Walton-5/+7
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-7/+9
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-2/+2
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-4/+4
2013-01-25testsuite: Fix Windows breakage harder in x86stdcall2Tim Chevalier-5/+5
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-01-01freebsd supportUser Jyyou-0/+1
2011-11-16Use attributes for native module ABI and link nameHaitao Li-1/+2
2011-11-09Add "stdcall" as synonym for "c-stack-stdcall"Brian Anderson-1/+1
2011-11-09Make native "c-stack-stdcall" ABI workBrian Anderson-0/+26