| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | one more Path::with_extension example, to demonstrate behavior | Tshepang Lekhonkhobe | -0/+3 |
| 2020-06-27 | Added the parapgrah to path::Path::is_file too | Alexis Bourget | -2/+7 |
| 2020-06-27 | Update the documentation to point to open instead of is_file and is_dir | Alexis Bourget | -1/+1 |
| 2020-06-11 | Make a note about is_dir vs is_file in Path too | Alexis Bourget | -4/+8 |
| 2020-05-29 | Add Extend::{extend_one,extend_reserve} | Josh Stone | -0/+5 |
| 2020-05-19 | Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay | bors | -0/+11 |
| 2020-05-15 | Updated documentation of Prefix::VerbatimDisk | SOFe | -2/+2 |
| 2020-04-22 | impl From<Cow> for boxed slices and strings | Josh Stone | -0/+11 |
| 2020-04-19 | Stabilize PathBuf capacity methods | Mark Rousskov | -8/+7 |
| 2020-02-29 | remove unneeded .as_ref() calls. | Matthias Krüger | -1/+1 |
| 2020-01-10 | inline `impl AsRef<Path> for PathBuf` | Lzu Tao | -0/+1 |
| 2020-01-10 | Inline `impl From<OsString> for PathBuf` | Lzu Tao | -0/+1 |
| 2020-01-10 | Inline `AsRef<Path> for str` | Lzu Tao | -0/+1 |
| 2020-01-10 | Inline PathBuf::deref to make it zero cost | Lzu Tao | -1/+1 |
| 2020-01-08 | Use matches macro in libcore and libstd | Igor Aleksanov | -8/+2 |
| 2019-12-28 | Rollup merge of #67635 - Mark-Simulacrum:path-doc-unsafe, r=dtolnay | Oliver Scherer | -0/+7 |
| 2019-12-26 | Document safety of Path casting | Mark Rousskov | -0/+7 |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -1/+1 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -0/+2 |
| 2019-11-29 | Format libstd with rustfmt | David Tolnay | -847/+781 |
| 2019-10-23 | Prevent unnecessary allocation in PathBuf::set_extension. | Mara Bos | -11/+15 |
| 2019-10-11 | Rollup merge of #65266 - rust-lang:must-use-join, r=dtolnay | Tyler Mandry | -0/+1 |
| 2019-10-10 | Mark Path::join as must_use | Aleksey Kladov | -0/+1 |
| 2019-09-20 | libstd: Fix typos in doc | Hsiang-Cheng Yang | -4/+4 |
| 2019-08-11 | Rollup merge of #61969 - MikailBag:master, r=Centril | Mark Rousskov | -0/+12 |
| 2019-08-09 | Add FIXME-s that some types should be transparent | Mikail Bagishov | -0/+12 |
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -1/+1 |
| 2019-08-01 | Update src/libstd/path.rs to shorten the explanation for .to_str validation step | Jason Shin | -1/+1 |
| 2019-08-01 | Explaining the reason why validation is performed in to_str of path.rs | Jason Shin | -0/+2 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -10/+0 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+10 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+10 |
| 2019-04-05 | Use for_each to extend collections | Josh Stone | -3/+1 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -19/+19 |
| 2019-03-25 | SGX target: fix std unit tests | Jethro Beekman | -2/+2 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -6/+6 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -23/+23 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -2/+1 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -22/+22 |
| 2019-02-18 | Fixed doc example for Path::with_capacity | Aaron Stillwell | -1/+2 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -22/+22 |
| 2019-02-17 | Changed feature gate for new PathBuf methods | Aaron Stillwell | -7/+7 |
| 2019-02-17 | Fixes for implementation of PathBuf methods (aliases for OsString) | Aaron Stillwell | -19/+19 |
| 2019-02-17 | Add alias methods to PathBuf for underlying OsString | Aaron Stillwell | -1/+81 |
| 2019-02-15 | Fix documentation for std::path::PathBuf::pop | Nathan | -2/+1 |
| 2019-02-13 | Add a convert::Infallible empty enum, make string::ParseError an alias | Simon Sapin | -2/+1 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -3/+3 |
| 2019-01-10 | Update src/libstd/path.rs | Mazdak Farrokhzad | -1/+1 |
| 2019-01-10 | make note of one more normalization that Paths do | Steve Klabnik | -0/+2 |