about summary refs log tree commit diff
path: root/src/test/ui/c-variadic/variadic-ffi-4.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-38/+0
2020-05-22Update testsMatthew Jasper-10/+16
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-7/+4
2019-07-14Make VaListImpl<'f> invariant over the 'f lifetimeAndrei Homescu-1/+3
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-6/+10
2019-03-22ffi: rename VaList::copy to VaList::with_copyDan Robertson-1/+1
2019-02-27Support defining C compatible variadic functionsDan Robertson-0/+29