summary refs log tree commit diff
path: root/src/libcore/ffi.rs
AgeCommit message (Collapse)AuthorLines
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+185
- Add the llvm intrinsics used to manipulate a va_list. - Add the va_list lang item in order to allow implementing VaList in libcore.
2018-09-14Move std::os::raw::c_void into libcore and re-export in libstdIsaac Woods-0/+42