summaryrefslogtreecommitdiff
path: root/library/core/src/ffi/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Hide repr attribute from doc of types without guaranteed reprDavid Tolnay2023-05-161-7/+7
* Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar2023-05-031-0/+1
|\
| * Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle2023-05-031-0/+1
* | Add definitions for riscv64gc-unknown-fuchsiaDan Johnson2023-04-251-1/+4
|/
* Make rust-intrinsic ABI unwindableGary Guo2023-04-121-0/+3
* Add QNX Neutrino support to libstdFlorian Bartels2023-02-281-0/+1
* Implement va_list and va_arg for s390x FFIUlrich Weigand2022-12-191-5/+50
* Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friendsJosh Triplett2022-07-151-1/+1
* Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-SimulacrumDylan DPC2022-07-141-1/+1
|\
| * Stabilize `core::ffi:c_*` and rexport in `std::ffi`Josh Triplett2022-07-131-1/+1
* | library: fix uefi va_list type definitionDan Robertson2022-06-251-9/+16
|/
* Horizon OS STD supportMeziu2022-06-131-1/+2
* Update library/core/src/ffi/mod.rsYonggang Luo2022-05-031-1/+1
* library/core: Fixes implement of c_uint, c_long, c_ulongYonggang Luo2022-04-211-17/+46
* library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstableVadim Petrochenkov2022-04-141-1/+1
* library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov2022-04-141-0/+5
* make memcmp return a value of c_int_width instead of i32David Morrison2022-04-021-0/+3
* merge the char signess list of archs with freebsd as it is the sameSébastien Marie2022-03-021-11/+1
* update char signess for openbsdSébastien Marie2022-03-021-1/+10
* Provide C FFI types via core::ffi, not just in stdJosh Triplett2022-03-011-0/+536