| Age | Commit message (Expand) | Author | Lines |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -2/+2 |
| 2025-02-03 | primitive type migration from mod.rs to primitives.rs | ricci009 | -168/+181 |
| 2025-01-28 | Update comments and sort target_arch in c_char_definition | Taiki Endo | -7/+9 |
| 2025-01-24 | ports last few library files to new intrinsic style | aaishwarymishra@gmail.com | -12/+22 |
| 2025-01-20 | core: add `#![warn(unreachable_pub)]` | Urgau | -10/+10 |
| 2025-01-11 | Rename `pos` to `position` | Yuri Astrakhan | -6/+6 |
| 2025-01-11 | Convert `struct FromBytesWithNulError` into enum | Yuri Astrakhan | -31/+19 |
| 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-12-03 | Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg fo... | Brian J. Tarricone | -0/+19 |
| 2024-11-27 | update cfgs | Boxy | -6/+2 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+1 |
| 2024-11-11 | Tag relevant functions with #[rustc_as_ptr] attribute | gavincrawford | -0/+1 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -51/+48 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -1/+1 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -1/+3 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -3/+3 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -2/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -1/+1 |
| 2024-08-06 | Add a special case for CStr/CString in the improper_ctypes lint | Flying-Toast | -0/+1 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -3/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -16/+7 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -3/+3 |
| 2024-07-26 | Fix doc nits | John Arundel | -2/+2 |
| 2024-07-25 | CStr: derive PartialEq, Eq; add test for Ord | Pavel Grigorenko | -11/+4 |
| 2024-07-22 | Fix some `#[cfg_attr(not(doc), repr(..))]` | Pavel Grigorenko | -4/+4 |
| 2024-07-16 | Rollup merge of #127444 - Sky9x:cstr-bytes-iter, r=dtolnay | Trevor Gross | -2/+15 |
| 2024-07-15 | `impl Send + Sync` and override `count` for the `CStr::bytes` iterator | Sky | -2/+15 |
| 2024-07-12 | Rename the internal `const_strlen` to just `strlen` | Trevor Gross | -2/+2 |
| 2024-07-12 | Rollup merge of #127433 - dtolnay:conststrlen, r=workingjubilee | Matthias Krüger | -4/+5 |
| 2024-07-11 | Add instability attribute on private const_strlen function | David Tolnay | -0/+1 |
| 2024-07-06 | Stabilize const_cstr_from_ptr (CStr::from_ptr, CStr::count_bytes) | David Tolnay | -4/+4 |
| 2024-07-04 | core: erase redundant stability attrs in va_list | Jubilee Young | -106/+0 |
| 2024-07-04 | library: outline VaList into ffi::va_list | Jubilee Young | -400/+421 |
| 2024-06-24 | core: VaArgSafe is an unsafe trait | Jubilee Young | -4/+5 |
| 2024-06-21 | update intrinsic const param counting | Deadbeef | -1/+2 |
| 2024-06-21 | Remove `feature(effects)` from the standard library | Deadbeef | -1/+3 |
| 2024-05-20 | Fix c_char on AIX | Taiki Endo | -1/+2 |
| 2024-05-03 | Rollup merge of #124593 - GKFX:cstr-literals-in-api-docs, r=workingjubilee | Matthias Krüger | -13/+24 |
| 2024-05-02 | Update based on review | George Bateman | -7/+7 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -1/+1 |
| 2024-05-01 | Describe and use CStr literals in CStr and CString docs | George Bateman | -12/+23 |
| 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-04-08 | Stabilize `cstr_count_bytes` | Trevor Gross | -3/+1 |
| 2024-03-20 | step cfgs | Mark Rousskov | -12/+2 |
| 2024-03-12 | Reduce unsafe code, use more NonNull APIs per @cuviper review | ltdk | -9/+11 |