about summary refs log tree commit diff
path: root/library/core/src/ffi/mod.rs
AgeCommit message (Expand)AuthorLines
2023-07-22Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviperMatthias Krüger-5/+0
2023-07-05Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd.Havard Eidnes-1/+6
2023-06-21Finish up preliminary tvos support in libstdThom Chiovoloni-7/+16
2023-06-16Remove `#[cfg(all())]` workarounds from `c_char`Alex Macleod-5/+0
2023-05-30Bump to latest beta compilerMark Rousskov-1/+1
2023-05-16Hide repr attribute from doc of types without guaranteed reprDavid Tolnay-7/+7
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-0/+1
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-0/+1
2023-04-25Add definitions for riscv64gc-unknown-fuchsiaDan Johnson-1/+4
2023-04-12Make rust-intrinsic ABI unwindableGary Guo-0/+3
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+1
2022-12-19Implement va_list and va_arg for s390x FFIUlrich Weigand-5/+50
2022-07-15Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friendsJosh Triplett-1/+1
2022-07-14Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-SimulacrumDylan DPC-1/+1
2022-07-13Stabilize `core::ffi:c_*` and rexport in `std::ffi`Josh Triplett-1/+1
2022-06-25library: fix uefi va_list type definitionDan Robertson-9/+16
2022-06-13Horizon OS STD supportMeziu-1/+2
2022-05-03Update library/core/src/ffi/mod.rsYonggang Luo-1/+1
2022-04-21library/core: Fixes implement of c_uint, c_long, c_ulongYonggang Luo-17/+46
2022-04-14library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstableVadim Petrochenkov-1/+1
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-0/+5
2022-04-02make memcmp return a value of c_int_width instead of i32David Morrison-0/+3
2022-03-02merge the char signess list of archs with freebsd as it is the sameSébastien Marie-11/+1
2022-03-02update char signess for openbsdSébastien Marie-1/+10
2022-03-01Provide C FFI types via core::ffi, not just in stdJosh Triplett-0/+536