| Age | Commit message (Expand) | Author | Lines |
| 2023-05-29 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -2/+2 |
| 2023-05-17 | Rollup merge of #111043 - jmillikin:cstr-is-empty, r=dtolnay | Dylan DPC | -3/+2 |
| 2023-05-16 | Hide repr attribute from doc of types without guaranteed repr | David Tolnay | -7/+7 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+1 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+1 |
| 2023-05-02 | rm diag item, use lang item | Deadbeef | -1/+0 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -0/+1 |
| 2023-05-01 | Stabilize feature `cstr_is_empty` | John Millikin | -3/+2 |
| 2023-04-27 | Auto merge of #110562 - ComputerDruid:riscv, r=tmandry | bors | -1/+4 |
| 2023-04-25 | Add definitions for riscv64gc-unknown-fuchsia | Dan Johnson | -1/+4 |
| 2023-04-16 | fix tidy | Deadbeef | -0/+1 |
| 2023-04-16 | core is now compilable | Deadbeef | -6/+4 |
| 2023-04-16 | hack cstr is_empty | Deadbeef | -1/+2 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -0/+3 |
| 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 |