| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -4/+4 |
| 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-05-17 | Simplify `cfg(any(unix, target_os="redox"))` to just `cfg(unix)` | Christiaan Dirkx | -1/+1 |
| 2021-04-27 | Override `clone_from` method for PathBuf and OsString | Benoît du Garreau | -1/+13 |
| 2021-03-31 | Add a few missing links, fix a typo | Frank Steffahn | -1/+1 |
| 2021-03-31 | Fix documentation of conversion from String to OsString | Frank Steffahn | -1/+1 |
| 2021-03-22 | Rollup merge of #80193 - zseri:stabilize-osstring-ascii, r=m-ou-se | Dylan DPC | -12/+6 |
| 2021-03-21 | Bump osstring_ascii stabilization version to 1.53.0. | Mara Bos | -6/+6 |
| 2021-03-14 | Rollup merge of #82121 - lopopolo:pathbuf-osstring-extend, r=joshtriplett | Yuki Okushi | -0/+86 |
| 2021-03-05 | stabilize feature(osstring_ascii) | zseri | -12/+6 |
| 2021-03-03 | Add impls for iterators of Cow<OsStr> | Ryan Lopopolo | -0/+34 |
| 2021-02-23 | Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwco | Dylan DPC | -0/+2 |
| 2021-02-16 | Optimize FromIterator<OsString> to reuse the first allocation | Ryan Lopopolo | -4/+11 |
| 2021-02-16 | a few more diagnostic items | Andrea Nall | -0/+1 |
| 2021-02-15 | requested/proposed changes | Andrea Nall | -1/+1 |
| 2021-02-15 | add diagnostic items | Andrea Nall | -0/+1 |
| 2021-02-14 | Implement Extend and FromIterator for OsString | Ryan Lopopolo | -0/+45 |
| 2021-02-10 | Seal the CommandExt, OsStrExt and OsStringExt traits | Amanieu d'Antras | -0/+8 |
| 2021-02-03 | OsStr eq_ignore_ascii_case takes arg by value | Tyler Ruckinger | -1/+1 |
| 2021-01-26 | shrink_to shouldn't panic on len greater than capacity | Thom Wiggers | -2/+1 |
| 2021-01-22 | Inline methods of Path and OsString | Benoît du Garreau | -0/+34 |