| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -1/+1 |
| 2018-05-02 | Revert "Implement FromStr for PathBuf" | Alex Crichton | -27/+0 |
| 2018-04-27 | Update the stable attributes to use the current nightly version number | George Burton | -2/+2 |
| 2018-04-27 | Add pathbuf_from_cow_path | George Burton | -0/+8 |
| 2018-04-24 | Auto merge of #48989 - ExpHP:path-prefix, r=dtolnay | bors | -9/+11 |
| 2018-04-22 | Implement From for more types on Cow | George Burton | -0/+8 |
| 2018-03-17 | elide elidable lifetime in Path::strip_prefix | Michael Lamparski | -4/+4 |
| 2018-03-08 | Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcri... | Manish Goregaokar | -0/+27 |
| 2018-03-06 | Implement FromStr for PathBuf | topecongiro | -0/+27 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -3/+3 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -2/+2 |
| 2018-02-28 | Add std::path::Path::ancestors | Tobias Stolzmann | -0/+75 |
| 2018-02-24 | Fix capitalisation in Path#file_name's docs | Dale Wijnand | -1/+1 |
| 2018-02-20 | Make signature of Path::strip_prefix un-bizarre | Michael Lamparski | -8/+10 |
| 2018-02-10 | Correct a few stability attributes | Oliver Middleton | -1/+1 |
| 2018-01-18 | Add some edge cases to the documentation of `Path` | Tobias Bucher | -0/+7 |
| 2018-01-13 | Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est... | bors | -0/+1 |