| Age | Commit message (Expand) | Author | Lines |
| 2023-03-28 | Add `#[inline]` to CStr trait implementations | clubby789 | -0/+5 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -4/+4 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -0/+1 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -0/+1 |
| 2023-02-16 | Document that CStr::as_ptr returns a type alias | Kornel | -0/+5 |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -4/+7 |
| 2023-02-01 | Change 'from_bytes_until_nul' to const stable | Trevor Gross | -1/+2 |
| 2023-02-01 | Stabilize feature 'cstr_from_bytes_until_nul' | Trevor Gross | -6/+4 |
| 2022-12-19 | Implement va_list and va_arg for s390x FFI | Ulrich Weigand | -5/+50 |
| 2022-11-04 | Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitor | Matthias Krüger | -2/+5 |
| 2022-10-28 | Remove unneeded attribute. | Markus Reiter | -1/+0 |
| 2022-10-28 | CStr: add some doc links | Ralf Jung | -2/+5 |
| 2022-10-12 | Update docs for `CStr::from_ptr`. | Markus Reiter | -4/+13 |
| 2022-10-12 | Make `CStr::from_ptr` `const`. | Markus Reiter | -7/+25 |
| 2022-09-29 | Add `is_empty()` method to `core::ffi::CStr`. | John Millikin | -0/+28 |
| 2022-09-12 | Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obk | Guillaume Gomez | -7/+12 |
| 2022-09-12 | constify `CStr` methods | Maybe Waffle | -7/+12 |
| 2022-09-12 | Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2022-09-11 | Fix naming format of IEEE 754 standard | LingMan | -4/+4 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -7/+2 |
| 2022-08-10 | Inline CStr::from_bytes_with_nul_unchecked::rt_impl | Konrad Borowski | -0/+1 |
| 2022-07-31 | Add validation to const fn CStr creation | BlackHoleFox | -13/+34 |
| 2022-07-26 | Force the Cow into a String | Jubilee Young | -3/+3 |
| 2022-07-26 | Use String::from_utf8_lossy in CStr demo | Jubilee Young | -1/+1 |
| 2022-07-15 | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | -3/+3 |
| 2022-07-14 | Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2022-07-13 | Stabilize `core::ffi:c_*` and rexport in `std::ffi` | Josh Triplett | -1/+1 |
| 2022-06-25 | library: fix uefi va_list type definition | Dan Robertson | -9/+16 |
| 2022-06-13 | Horizon OS STD support | Meziu | -1/+2 |
| 2022-06-07 | Rollup merge of #95948 - Nilstrieb:improve-cstr-safety-docs, r=RalfJung | Dylan DPC | -10/+27 |
| 2022-06-07 | Improve the safety docs for `CStr` | Nilstrieb | -10/+27 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -1/+1 |
| 2022-05-05 | generalize "incoherent impls" impl for custom types | lcnr | -1/+1 |
| 2022-05-03 | Update library/core/src/ffi/mod.rs | Yonggang Luo | -1/+1 |
| 2022-04-21 | library/core: Fixes implement of c_uint, c_long, c_ulong | Yonggang Luo | -17/+46 |
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -3/+3 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+575 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -0/+3 |
| 2022-03-02 | merge the char signess list of archs with freebsd as it is the same | Sébastien Marie | -11/+1 |
| 2022-03-02 | update char signess for openbsd | Sébastien Marie | -1/+10 |
| 2022-03-01 | Temporarily make `CStr` not a link in the `c_char` docs | Josh Triplett | -2/+1 |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -0/+622 |