| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-21 | Fix feature gate to point to 1.32.0 for `path_from_str` | Otavio Salvador | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -25/+25 |
| 2018-12-04 | Add extra comment slash | Bastian Gruber | -1/+1 |
| 2018-11-21 | Remove trailing whitespace | Bastian Gruber | -1/+1 |
| 2018-11-21 | Adjust doc comments | Bastian Gruber | -21/+10 |
| 2018-11-21 | Update style of comments | Bastian Gruber | -14/+26 |
| 2018-11-21 | Update comments | Bastian Gruber | -4/+2 |
| 2018-11-21 | Remove 'unsafe' comments | Bastian Gruber | -3/+0 |
| 2018-11-21 | Document `From` implementations | Bastian Gruber | -0/+24 |
| 2018-10-17 | Implement FromStr for PathBuf | Simon Sapin | -0/+11 |
| 2018-08-11 | Add links to std::char::REPLACEMENT_CHARACTER from docs. | Corey Farwell | -1/+3 |
| 2018-07-23 | libstd: Prefer `Option::map`/etc over `match` where applicable | Colin Wallace | -4/+1 |
| 2018-07-21 | Typo | Felix Rabe | -1/+1 |
| 2018-07-06 | impl Clone for Box<CStr>, Box<OsStr>, Box<Path> | Matt Brubeck | -0/+8 |
| 2018-06-18 | Stabilize std::path::Path:ancestors | Tobias Stolzmann | -8/+4 |
| 2018-05-17 | Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton | kennytm | -0/+16 |
| 2018-05-12 | Rollup merge of #50602 - Screwtapello:update-canonicalize-docs, r=cramertj | Mark Simulacrum | -2/+2 |
| 2018-05-10 | Mention that fs::canonicalize makes paths absolute. | Tim Allen | -2/+2 |
| 2018-05-09 | Update features to 1.28.0 | George Burton | -2/+2 |