| Age | Commit message (Expand) | Author | Lines |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+1 |
| 2023-08-29 | Implement `CStr::count_bytes` | Trevor Gross | -0/+28 |
| 2023-08-29 | Refactor the const `strlen` implementation to `const_strlen` | Trevor Gross | -34/+44 |
| 2023-08-18 | Inline strlen_rt in CStr::from_ptr | Konrad Borowski | -1/+3 |
| 2023-08-16 | clarify CStr lack of layout guarnatees | Ralf Jung | -4/+4 |
| 2023-08-15 | Rollup merge of #114800 - RalfJung:transparent, r=cuviper | Guillaume Gomez | -4/+4 |
| 2023-08-14 | actually this doesn't even affect doctests. nice. | Ralf Jung | -6/+3 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -1/+2 |
| 2023-08-14 | std: add some missing repr(transparent) | Ralf Jung | -0/+3 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+1 |
| 2023-08-03 | Auto merge of #113220 - tgross35:cstr-bytes-docs, r=workingjubilee | bors | -6/+7 |
| 2023-08-02 | Clarify documentation for `CStr` | Trevor Gross | -6/+7 |
| 2023-07-22 | Rollup merge of #113252 - tgross35:const-cstr-from-ptr-tracking-issue, r=Chri... | Matthias Krüger | -1/+1 |
| 2023-07-22 | Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviper | Matthias Krüger | -5/+0 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -4/+4 |
| 2023-07-05 | Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd. | Havard Eidnes | -1/+6 |
| 2023-07-01 | Update the tracking issue for `const_cstr_from_ptr` | Trevor Gross | -1/+1 |
| 2023-06-30 | Rollup merge of #107624 - tgross35:const-cstr-methods, r=dtolnay | Matthias Krüger | -7/+10 |
| 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-06-01 | Stabilize 'const_cstr_methods' | Trevor Gross | -7/+10 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -2/+2 |
| 2023-05-30 | 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 |