about summary refs log tree commit diff
path: root/library/core/src/ffi
AgeCommit message (Expand)AuthorLines
2023-03-28Add `#[inline]` to CStr trait implementationsclubby789-0/+5
2023-03-15Bump version placeholdersMark Rousskov-4/+4
2023-03-02Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubileebors-0/+1
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+1
2023-02-16Document that CStr::as_ptr returns a type aliasKornel-0/+5
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-4/+7
2023-02-01Change 'from_bytes_until_nul' to const stableTrevor Gross-1/+2
2023-02-01Stabilize feature 'cstr_from_bytes_until_nul'Trevor Gross-6/+4
2022-12-19Implement va_list and va_arg for s390x FFIUlrich Weigand-5/+50
2022-11-04Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitorMatthias Krüger-2/+5
2022-10-28Remove unneeded attribute.Markus Reiter-1/+0
2022-10-28CStr: add some doc linksRalf Jung-2/+5
2022-10-12Update docs for `CStr::from_ptr`.Markus Reiter-4/+13
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