| Age | Commit message (Expand) | Author | Lines |
| 2025-05-21 | limit impls of `VaArgSafe` to just types that are actually safe | Folkert de Vries | -1/+1 |
| 2025-05-12 | update version placeholders | Pietro Albini | -1/+1 |
| 2025-02-22 | Stabilise c_str_module | ltdk | -1/+1 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -1/+1 |
| 2025-02-03 | primitive type migration from mod.rs to primitives.rs | ricci009 | -168/+7 |
| 2025-01-28 | Update comments and sort target_arch in c_char_definition | Taiki Endo | -7/+9 |
| 2025-01-20 | core: add `#![warn(unreachable_pub)]` | Urgau | -10/+10 |
| 2024-12-26 | docs: inline `core::ffi::c_str` types to `core::ffi` | Michael Howell | -2/+2 |
| 2024-12-10 | Add references to the specific ABI documents | Alex Richardson | -7/+63 |
| 2024-12-10 | Remove l4re from the unsigned char operating system list | Alex Richardson | -2/+2 |
| 2024-12-10 | De-duplicate and improve definition of core::ffi::c_char | Alex Richardson | -53/+24 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -8/+5 |
| 2024-07-22 | Fix some `#[cfg_attr(not(doc), repr(..))]` | Pavel Grigorenko | -1/+1 |
| 2024-07-04 | library: outline VaList into ffi::va_list | Jubilee Young | -400/+14 |
| 2024-06-24 | core: VaArgSafe is an unsafe trait | Jubilee Young | -4/+5 |
| 2024-05-20 | Fix c_char on AIX | Taiki Endo | -1/+2 |
| 2024-04-28 | Fix va_list on watchOS and visionOS | Mads Marquart | -16/+7 |
| 2024-04-14 | Move msvc libs to core | Chris Denton | -0/+10 |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -2/+12 |
| 2024-01-29 | Remove `raw_os_nonzero` feature. | Markus Reiter | -50/+14 |
| 2023-10-28 | Remove asmjs from library | Jubilee Young | -6/+0 |
| 2023-10-23 | Fix invalid stability attribute features in standard library | David Tolnay | -1/+1 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -1/+2 |
| 2023-07-22 | Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviper | Matthias Krüger | -5/+0 |
| 2023-07-05 | Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd. | Havard Eidnes | -1/+6 |
| 2023-06-21 | Finish up preliminary tvos support in libstd | Thom Chiovoloni | -7/+16 |
| 2023-06-16 | Remove `#[cfg(all())]` workarounds from `c_char` | Alex Macleod | -5/+0 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -1/+1 |
| 2023-05-16 | Hide repr attribute from doc of types without guaranteed repr | David Tolnay | -7/+7 |
| 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-04-25 | Add definitions for riscv64gc-unknown-fuchsia | Dan Johnson | -1/+4 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -0/+3 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -0/+1 |
| 2022-12-19 | Implement va_list and va_arg for s390x FFI | Ulrich Weigand | -5/+50 |
| 2022-07-15 | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | -1/+1 |
| 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-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 | -1/+1 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+5 |
| 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 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -0/+536 |