about summary refs log tree commit diff
path: root/src/test/run-pass/x86stdcall.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-7/+8
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2
2016-02-10Fix x86stdcall test with emscriptenPierre Krieger-1/+2
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-1/+2
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-02-11bitrig integrationDave Huseby-0/+1
2015-02-01openbsd supportSébastien Marie-1/+2
2014-10-12Continue cfg syntax transitionSteven Fackler-5/+5
2014-07-31Fix test suite for DragonFlyMichael Neumann-0/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-11-19android support added to test caseYoung-il Choi-0/+1
2013-11-17Fix XFailed test x86stdcallLeah Hanson-8/+9
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-2/+2
2013-01-25test: fix x86stdcall test, r=burningtree.Graydon Hoare-5/+7
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-01-01freebsd supportUser Jyyou-0/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-11-09Add "stdcall" as synonym for "c-stack-stdcall"Brian Anderson-1/+1
2011-11-09Make native "c-stack-stdcall" ABI workBrian Anderson-2/+7
2011-08-20ReformatBrian Anderson-1/+1
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-8/+7
2011-07-18Reformulate x86stdcall test so it works with check-fastBrian Anderson-11/+10
2011-07-18Support x86 stdcall conventionBrian Anderson-0/+21