| Age | Commit message (Expand) | Author | Lines |
| 2024-03-10 | Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviper | Matthias Krüger | -6/+45 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -0/+4 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -4/+4 |
| 2024-02-28 | Rollup merge of #120051 - riverbl:os-str-display, r=m-ou-se | Guillaume Gomez | -4/+67 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+1 |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -6/+45 |
| 2024-01-21 | Move `OsStr::slice_encoded_bytes` validation to platform modules | Jan Verbeek | -42/+76 |
| 2024-01-18 | Add `display` method to `OsStr` | riverbl | -4/+67 |
| 2023-12-10 | remove redundant imports | surechen | -4/+0 |
| 2023-12-02 | Add substring API for `OsStr` | Jan Verbeek | -2/+130 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -4/+4 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -30/+30 |
| 2023-09-01 | feat(std): Stabilize 'os_str_bytes' feature | Ed Page | -8/+4 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -1/+1 |
| 2023-08-14 | actually this doesn't even affect doctests. nice. | Ralf Jung | -6/+3 |
| 2023-08-14 | std: add some missing repr(transparent) | Ralf Jung | -0/+3 |
| 2023-07-31 | Rollup merge of #113701 - aswild:std-ffi-frombytesuntilnul, r=dtolnay | Matthias Krüger | -0/+2 |
| 2023-07-22 | Rollup merge of #113442 - epage:osstring, r=cuviper | Matthias Krüger | -0/+65 |
| 2023-07-14 | Re-export core::ffi::FromBytesUntilNulError in std::ffi | Allen Wild | -0/+2 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -1/+1 |
| 2023-07-07 | Allow limited access to `OsString` bytes | Ed Page | -0/+65 |
| 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/+63 |
| 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-07-15 | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | -18/+4 |
| 2022-07-14 | Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum | Dylan DPC | -0/+6 |
| 2022-07-13 | Stabilize `core::ffi:c_*` and rexport in `std::ffi` | Josh Triplett | -0/+6 |
| 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/+31 |
| 2022-05-27 | docs: Don't imply that OsStr on Unix is always UTF-8 | Xiretza | -1/+1 |
| 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/+31 |
| 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 | -31/+0 |
| 2022-05-05 | Implement [OsStr]::join | est31 | -0/+31 |