| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+8 |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -0/+19 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -1680/+0 |
| 2022-03-18 | add CStr::from_bytes_until_nul | Eric Seppanen | -0/+69 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -2/+2 |
| 2022-02-19 | Rollup merge of #93979 - SUPERCILEX:debug_check, r=dtolnay | Matthias Krüger | -12/+29 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+11 |
| 2022-02-16 | Add debug asserts to validate NUL terminator in c strings | Alex Saveau | -12/+29 |
| 2022-02-07 | Auto merge of #87869 - thomcc:skinny-io-error, r=yaahc | bors | -1/+1 |
| 2022-02-06 | rewrite from_bytes_with_nul to match code style in from_vec_with_nul | Inteon | -7/+8 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -1/+1 |
| 2022-01-20 | Correct docs in `Arc` and `Rc`. | Jakob Degen | -2/+4 |
| 2021-12-27 | Little improves in CString `new` when creating from slice | AngelicosPhosphoros | -22/+45 |
| 2021-12-13 | Stabilize const_cstr_unchecked | Konrad Borowski | -1/+1 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -0/+11 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -0/+3 |
| 2021-10-27 | Add tracking issue number to const_cstr_unchecked | Konrad Borowski | -1/+1 |
| 2021-10-22 | Auto merge of #90007 - xfix:inline-cstr-from-str, r=kennytm | bors | -0/+1 |
| 2021-10-20 | stabilize CString::from_vec_with_nul[_unchecked] | Nathan Stocks | -12/+8 |
| 2021-10-18 | Inline CStr::from_ptr | Konrad Borowski | -0/+1 |
| 2021-10-13 | Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett | Yuki Okushi | -0/+6 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+5 |
| 2021-10-11 | Add #[must_use] to to_value conversions | John Kugelman | -0/+6 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+5 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+5 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -1/+7 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+5 |
| 2021-09-28 | Clarify that `CString::from_vec_unchecked` appends 0 byte. | et342 | -0/+2 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -33/+31 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -33/+31 |
| 2021-09-15 | docs(std): add docs for cof_from_cstr impls | Michael Howell | -0/+3 |
| 2021-08-24 | Fix typo “a Rc” → “an Rc” | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-05-26 | Add inline attr to private CString::into_inner | Elichai Turkel | -0/+1 |
| 2021-05-20 | Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se | Guillaume Gomez | -1/+1 |
| 2021-05-18 | Add diagnostic item to `CStr` | Mateusz Gacek | -0/+1 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -1/+1 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -1/+1 |
| 2021-03-29 | ffi::c_str smaller as_bytes | klensy | -2/+4 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -1/+1 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -4/+2 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -7/+7 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -1/+1 |
| 2020-10-26 | Fix bootstrap doctest failure | Nathan Whitaker | -1/+1 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -1/+0 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -0/+2 |
| 2020-10-26 | Change to warn by default / fix typo | Nathan Whitaker | -1/+1 |
| 2020-10-26 | Update doctest | Nathan Whitaker | -1/+1 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -1/+2 |