about summary refs log tree commit diff
path: root/src/libcore/ffi.rs
AgeCommit message (Expand)AuthorLines
2019-01-03VaList::copy should not require a mutable refDan Robertson-1/+1
2018-12-12Bump to 1.33.0Alex Crichton-4/+0
2018-12-08Rollup merge of #56599 - dlrobertson:fix_va_arg, r=eddybMazdak Farrokhzad-0/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07codegen: Fix va_list - aaarch64 iOS/WindowsDan Robertson-0/+2
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+185
2018-09-14Move std::os::raw::c_void into libcore and re-export in libstdIsaac Woods-0/+42