| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-10 | Add CStr::bytes iterator | ltdk | -0/+89 |
| 2024-03-10 | Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviper | Matthias Krüger | -7/+24 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -2/+8 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -1/+2 |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -7/+24 |
| 2024-02-11 | Rollup merge of #119449 - Nilstrieb:library-clippy, r=cuviper | Matthias Krüger | -0/+1 |
| 2024-01-29 | Remove `raw_os_nonzero` feature. | Markus Reiter | -50/+14 |
| 2024-01-21 | Fix `clippy::correctness` in the library | Nilstrieb | -0/+1 |
| 2023-12-14 | Update c_str.rs | Daniel Huang | -2/+2 |
| 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-10-08 | Bump to latest beta | Mark Rousskov | -1/+1 |
| 2023-09-20 | Auto merge of #114443 - tgross35:cstr-len, r=dtolnay | bors | -34/+72 |