summary refs log tree commit diff
path: root/src/test/run-pass/variadic-ffi.rs
AgeCommit message (Expand)AuthorLines
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-20/+15
2015-01-05fix rpass testsJorge Aparicio-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-20/+15
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-12-12libc::c_char is not necessarily i8Akos Kiss-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+3
2014-05-09Register new snapshotsAlex Crichton-2/+2
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+4
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-12/+12
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-3/+0
2013-11-04Add tests for variadic foreign functions.Luqman Aden-0/+68