| Age | Commit message (Expand) | Author | Lines |
| 2023-06-14 | Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu | Matthias Krüger | -1/+19 |
| 2023-06-12 | Implement `TryFrom<&OsStr>` for `&str` | aticu | -1/+19 |
| 2023-05-19 | docs: Add missing period | Ed Page | -1/+1 |
| 2023-05-17 | docs: Clarify OsStr is self-synchronizing | Ed Page | -7/+15 |
| 2023-05-16 | docs: Add examples of OsStr safety violation | Ed Page | -4/+7 |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -18/+9 |
| 2023-03-27 | Allow access to `OsStr` bytes | Ed Page | -1/+55 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2022-08-10 | Guarantee `try_reserve` preserves the contents on error | YOSHIOKA Takuma | -1/+2 |
| 2022-07-17 | Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett | Yuki Okushi | -0/+8 |
| 2022-07-16 | Update `since` version to 1.64 | Josh Triplett | -1/+1 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -10/+12 |
| 2022-06-17 | Rollup merge of #95392 - Xuanwo:stablize_try_reserve_2, r=dtolnay | Dylan DPC | -4/+2 |
| 2022-06-16 | std: Stabilize feature try_reserve_2 | Xuanwo | -4/+2 |
| 2022-06-16 | Rollup merge of #97202 - joshtriplett:os-str-capacity-documentation, r=dtolnay | Yuki Okushi | -2/+32 |
| 2022-06-09 | Implement `fmt::Write` for `OsString` | Tobias Bucher | -0/+8 |
| 2022-05-31 | Auto merge of #96881 - est31:join_osstr, r=dtolnay | bors | -0/+17 |
| 2022-05-21 | Expand the explanation of OsString capacity | Josh Triplett | -3/+14 |
| 2022-05-19 | OsString: Consolidate all documentation about capacity in top-level docs | Josh Triplett | -28/+12 |
| 2022-05-18 | std: Add capacity guarantees notes for OsString | Xuanwo | -0/+35 |
| 2022-05-11 | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2022-05-09 | Implement [OsStr]::join | est31 | -0/+17 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -1/+1 |
| 2022-05-08 | Revert "Implement [OsStr]::join", which was merged without FCP | Thom Chiovoloni | -17/+0 |
| 2022-05-05 | Implement [OsStr]::join | est31 | -0/+17 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+12 |
| 2022-01-20 | Correct docs in `Arc` and `Rc`. | Jakob Degen | -2/+4 |
| 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-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -0/+12 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -0/+2 |
| 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/+2 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -0/+2 |
| 2021-10-13 | Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett | Yuki Okushi | -0/+6 |
| 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/+1 |
| 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/+1 |
| 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 | -0/+1 |
| 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-25 | Apply 16 commits (squashed) | Frank Steffahn | -21/+15 |
| 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 |