summary refs log tree commit diff
path: root/library/core/src/ffi
AgeCommit message (Expand)AuthorLines
2022-06-13Horizon OS STD supportMeziu-1/+2
2022-06-07Rollup merge of #95948 - Nilstrieb:improve-cstr-safety-docs, r=RalfJungDylan DPC-10/+27
2022-06-07Improve the safety docs for `CStr`Nilstrieb-10/+27
2022-05-27Finish bumping stage0Mark Rousskov-1/+1
2022-05-05generalize "incoherent impls" impl for custom typeslcnr-1/+1
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-3/+3
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-0/+575
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-01Temporarily make `CStr` not a link in the `c_char` docsJosh Triplett-2/+1
2022-03-01Provide C FFI types via core::ffi, not just in stdJosh Triplett-0/+622