about summary refs log tree commit diff
path: root/src/test/run-pass/variadic-ffi.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2
2016-12-01Fix rust_test_helpers linkage.Vadim Chugunov-1/+1
2016-06-02Fix the test to use explicit argument typesSimonas Kazlauskas-6/+6
2016-05-27Rewrite variadic-ffi pass to use test helperSimonas Kazlauskas-44/+23
2016-03-17test: Fix missing call of function pointerpravic-3/+3
2015-08-10trans: Stop informing LLVM about dllexportAlex Crichton-0/+1
2015-04-12Remove pretty-expanded from tests that use format_args!Ryan Prichard-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-4/+4
2015-03-05'ignore-fast' directives do nothingBrian Anderson-1/+0
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-4/+4
2015-02-18std: Implement CString-related RFCsAlex Crichton-4/+4
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
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