| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove some unneeded imports | KaDiWa | 2023-04-12 | 1 | -1/+0 |
| * | Guarantee `try_reserve` preserves the contents on error | YOSHIOKA Takuma | 2022-08-10 | 1 | -1/+2 |
| * | Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett | Yuki Okushi | 2022-07-17 | 1 | -0/+8 |
| |\ |
|
| | * | Update `since` version to 1.64 | Josh Triplett | 2022-07-16 | 1 | -1/+1 |
| | * | Implement `fmt::Write` for `OsString` | Tobias Bucher | 2022-06-09 | 1 | -0/+8 |
| * | | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | 2022-07-15 | 1 | -18/+4 |
| * | | Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum | Dylan DPC | 2022-07-14 | 1 | -0/+6 |
| |\ \ |
|
| | * | | Stabilize `core::ffi:c_*` and rexport in `std::ffi` | Josh Triplett | 2022-07-13 | 1 | -0/+6 |
| * | | | Fix documentation for with_capacity and reserve families of methods | jmaargh | 2022-06-19 | 1 | -10/+12 |
| |/ / |
|
| * | | Rollup merge of #95392 - Xuanwo:stablize_try_reserve_2, r=dtolnay | Dylan DPC | 2022-06-17 | 1 | -4/+2 |
| |\ \ |
|
| | * | | std: Stabilize feature try_reserve_2 | Xuanwo | 2022-06-16 | 1 | -4/+2 |
| | |/ |
|
| * | | Rollup merge of #97202 - joshtriplett:os-str-capacity-documentation, r=dtolnay | Yuki Okushi | 2022-06-16 | 1 | -2/+32 |
| |\ \
| |/
|/| |
|
| | * | Expand the explanation of OsString capacity | Josh Triplett | 2022-05-21 | 1 | -3/+14 |
| | * | OsString: Consolidate all documentation about capacity in top-level docs | Josh Triplett | 2022-05-19 | 1 | -28/+12 |
| | * | std: Add capacity guarantees notes for OsString | Xuanwo | 2022-05-18 | 1 | -0/+35 |
| * | | Auto merge of #96881 - est31:join_osstr, r=dtolnay | bors | 2022-05-31 | 2 | -0/+31 |
| |\ \ |
|
| | * | | Implement [OsStr]::join | est31 | 2022-05-09 | 2 | -0/+31 |
| * | | | docs: Don't imply that OsStr on Unix is always UTF-8 | Xiretza | 2022-05-27 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | 2022-05-11 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | Use Rust 2021 prelude in std itself. | Mara Bos | 2022-05-09 | 1 | -1/+1 |
| * | | Revert "Implement [OsStr]::join", which was merged without FCP | Thom Chiovoloni | 2022-05-08 | 2 | -31/+0 |
| |/ |
|
| * | Implement [OsStr]::join | est31 | 2022-05-05 | 2 | -0/+31 |
| * | Revert "Re-export core::ffi types from std::ffi" | Josh Triplett | 2022-04-27 | 1 | -9/+0 |
| * | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | 2022-04-14 | 1 | -4/+14 |
| * | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | 2022-04-14 | 3 | -1925/+6 |
| * | add CStr::from_bytes_until_nul | Eric Seppanen | 2022-03-18 | 2 | -0/+106 |
| * | Use implicit capture syntax in format_args | T-O-R-U-S | 2022-03-10 | 2 | -3/+3 |
| * | Re-export core::ffi types from std::ffi | bstrie | 2022-03-02 | 1 | -0/+9 |
| * | Rollup merge of #93979 - SUPERCILEX:debug_check, r=dtolnay | Matthias Krüger | 2022-02-19 | 2 | -20/+29 |
| |\ |
|
| | * | Add debug asserts to validate NUL terminator in c strings | Alex Saveau | 2022-02-16 | 2 | -20/+29 |
| * | | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | 2022-02-17 | 2 | -0/+23 |
| |\ \
| |/
|/| |
|
| | * | Add documentation to more `From::from` implementations. | Kevin Reid | 2021-12-04 | 2 | -0/+23 |
| * | | Auto merge of #87869 - thomcc:skinny-io-error, r=yaahc | bors | 2022-02-07 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | 2022-02-04 | 1 | -1/+1 |
| * | | | rewrite from_bytes_with_nul to match code style in from_vec_with_nul | Inteon | 2022-02-06 | 1 | -7/+8 |
| |/ / |
|
| * | | Correct docs in `Arc` and `Rc`. | Jakob Degen | 2022-01-20 | 2 | -4/+8 |
| * | | Rollup merge of #92124 - AngelicosPhosphoros:remove_extra_alloc_in_cstring_ne... | Matthias Krüger | 2022-01-19 | 1 | -22/+45 |
| |\ \ |
|
| | * | | Little improves in CString `new` when creating from slice | AngelicosPhosphoros | 2021-12-27 | 1 | -22/+45 |
| * | | | Remove needless allocation from example code of OsString | David Tolnay | 2021-12-30 | 1 | -4/+4 |
| * | | | Fix some copy/paste hysteresis in OsString try_reserve docs | David Tolnay | 2021-12-30 | 1 | -4/+4 |
| * | | | Address comments | Xuanwo | 2021-12-29 | 1 | -6/+6 |
| * | | | Update library/std/src/ffi/os_str.rs | Xuanwo | 2021-12-29 | 1 | -1/+1 |
| * | | | Add try_reserve for OsString | Xuanwo | 2021-12-28 | 1 | -0/+81 |
| |/ / |
|
| * | | Stabilize const_cstr_unchecked | Konrad Borowski | 2021-12-13 | 1 | -1/+1 |
| * | | Emphasise that an OsStr[ing] is not necessarily a platform string | Chris Denton | 2021-12-02 | 1 | -10/+13 |
| |/ |
|
| * | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | 2021-10-31 | 2 | -0/+5 |
| |\ |
|
| | * | Add #[must_use] to remaining std functions (A-N) | John Kugelman | 2021-10-30 | 2 | -0/+5 |
| * | | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | 2021-10-31 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Add #[must_use] to len and is_empty | John Kugelman | 2021-10-30 | 1 | -0/+2 |
| * | | | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | 2021-10-31 | 1 | -0/+1 |
| |\ \ \
| |_|/
|/| | |
|