| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-29 | ffi::c_str smaller as_bytes | klensy | -2/+4 |
| 2021-03-28 | ffi::c_str added tests for empty strings | klensy | -0/+16 |
| 2021-03-24 | Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa | Dylan DPC | -1/+1 |
| 2021-03-22 | Rollup merge of #80193 - zseri:stabilize-osstring-ascii, r=m-ou-se | Dylan DPC | -12/+6 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -1/+1 |
| 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-25 | Convert primitives to use intra-doc links | Joshua Nelson | -4/+2 |
| 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 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -7/+7 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+1 |
| 2020-12-16 | Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnay | bors | -2/+2 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -1/+1 |
| 2020-11-07 | Refactor `parse_prefix` on Windows | Christiaan Dirkx | -2/+2 |
| 2020-10-26 | Fix bootstrap doctest failure | Nathan Whitaker | -1/+1 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -1/+0 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -0/+2 |
| 2020-10-26 | Change to warn by default / fix typo | Nathan Whitaker | -1/+1 |
| 2020-10-26 | Update doctest | Nathan Whitaker | -1/+1 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -1/+2 |