| Age | Commit message (Expand) | Author | Lines |
| 2021-12-30 | Remove needless allocation from example code of OsString | David Tolnay | -4/+4 |
| 2021-12-30 | Fix some copy/paste hysteresis in OsString try_reserve docs | David Tolnay | -4/+4 |
| 2021-12-29 | Address comments | Xuanwo | -6/+6 |
| 2021-12-29 | Update library/std/src/ffi/os_str.rs | Xuanwo | -1/+1 |
| 2021-12-28 | Add try_reserve for OsString | Xuanwo | -0/+81 |
| 2021-12-13 | Stabilize const_cstr_unchecked | Konrad Borowski | -1/+1 |
| 2021-12-02 | Emphasise that an OsStr[ing] is not necessarily a platform string | Chris Denton | -10/+13 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -0/+5 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -0/+5 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -0/+2 |
| 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 | fix 'since' version number | Nathan Stocks | -1/+1 |
| 2021-10-20 | stabilize CString::from_vec_with_nul[_unchecked] | Nathan Stocks | -13/+9 |
| 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/+12 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+1 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+6 |
| 2021-10-11 | Add #[must_use] to to_value conversions | John Kugelman | -0/+12 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+6 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+5 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+2 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -1/+8 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+5 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+2 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+2 |
| 2021-09-28 | Clarify that `CString::from_vec_unchecked` appends 0 byte. | et342 | -0/+2 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -78/+70 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -78/+70 |
| 2021-09-24 | consistent big O notation | r00ster91 | -2/+2 |
| 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 | -2/+2 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -2/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -6/+6 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -2/+1 |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -1/+1 |
| 2021-08-05 | alloc: Use intra doc links for the reserve function | est31 | -1/+3 |
| 2021-07-06 | Stabilize Vec<T>::shrink_to | Yoh Deadfall | -2/+1 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -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-17 | Simplify `cfg(any(unix, target_os="redox"))` to just `cfg(unix)` | Christiaan Dirkx | -1/+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 |