about summary refs log tree commit diff
path: root/library/core/src/ffi
AgeCommit message (Expand)AuthorLines
2022-10-12Make `CStr::from_ptr` `const`.Markus Reiter-7/+25
2022-09-29Add `is_empty()` method to `core::ffi::CStr`.John Millikin-0/+28
2022-09-12Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obkGuillaume Gomez-7/+12
2022-09-12constify `CStr` methodsMaybe Waffle-7/+12
2022-09-12Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPCDylan DPC-4/+4
2022-09-11Fix naming format of IEEE 754 standardLingMan-4/+4
2022-08-19use <[u8]>::escape_ascii instead of core::ascii::escape_defaultKaDiWa-7/+2
2022-08-10Inline CStr::from_bytes_with_nul_unchecked::rt_implKonrad Borowski-0/+1
2022-07-31Add validation to const fn CStr creationBlackHoleFox-13/+34
2022-07-26Force the Cow into a StringJubilee Young-3/+3
2022-07-26Use String::from_utf8_lossy in CStr demoJubilee Young-1/+1
2022-07-15Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friendsJosh Triplett-3/+3
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-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