| Age | Commit message (Expand) | Author | Lines |
| 2016-07-06 | Fix `std::path::Path::file_name()` doc | ggomez | -2/+12 |
| 2016-07-04 | Auto merge of #34590 - pwlandoll:master, r=apasel422 | bors | -2/+1 |
| 2016-06-30 | Issue #34076: Removing reference to removed path.prefix() function | Peter Landoll | -2/+1 |
| 2016-06-30 | remove unneeded allow flag | Steve Klabnik | -1/+0 |
| 2016-06-28 | Rollup merge of #34475 - frewsxcv:path-component, r=GuillaumeGomez | Guillaume Gomez | -0/+20 |
| 2016-06-26 | Expand `std::path::Component` documentation. | Corey Farwell | -0/+20 |
| 2016-06-25 | Auto merge of #34469 - frewsxcv:path-components, r=GuillaumeGomez | bors | -0/+4 |
| 2016-06-25 | Indicate how the `std::path::Components` struct is created. | Corey Farwell | -0/+4 |
| 2016-06-25 | Add hyperlinks to `std::fs` functions from `std::path`. | Corey Farwell | -5/+15 |
| 2016-04-10 | Fix Windows UNC paths in std::path docs | jethrogb | -2/+2 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -69/+2 |
| 2016-02-26 | fixup #31878 | Manish Goregaokar | -1/+1 |
| 2016-02-24 | Prefer 'match' pattern guard over conditional within body. | Corey Farwell | -5/+2 |
| 2016-02-24 | Prefer `slice::get` over length check with indexing. | Corey Farwell | -1/+1 |
| 2016-02-24 | Auto merge of #31778 - aturon:snapshot, r=alexcrichton | bors | -10/+10 |
| 2016-02-23 | Auto merge of #31751 - gkoz:os_str_path_cmp, r=aturon | bors | -6/+75 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -10/+10 |
| 2016-02-18 | Add mutual PartialEq and PartialOrd impls for Path[Buf] and OsStr[ing] | Gleb Kozyrev | -0/+47 |
| 2016-02-18 | Add mutual PartialOrd impls for Path and PathBuf | Gleb Kozyrev | -6/+21 |
| 2016-02-18 | Impl AsRef<Path> for Cow<OsStr> | Gleb Kozyrev | -0/+7 |
| 2016-02-17 | Update `Path::strip_prefix` doc | Gleb Kozyrev | -1/+3 |
| 2016-02-03 | Improve docs for Path::methods | Simonas Kazlauskas | -29/+51 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -3/+5 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -3/+46 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -8/+16 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -0/+2 |
| 2015-11-11 | Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik | bors | -1/+2 |
| 2015-11-10 | [docs] Update references to renamed fs::stat function | Matt Brubeck | -1/+2 |
| 2015-11-09 | libstd: add example for PathBuf::push | Kevin Butler | -0/+15 |
| 2015-11-04 | Auto merge of #29200 - tshepang:rustfmt-path, r=aturon | bors | -96/+165 |
| 2015-11-03 | libstd: implement PartialEq<Path> for PathBuf and Cow<Path> | Kevin Butler | -0/+48 |
| 2015-11-03 | libstd: implement From<&Path|PathBuf> for Cow<Path> | Kevin Butler | -0/+36 |
| 2015-11-03 | Auto merge of #29514 - apasel422:issue-26220, r=alexcrichton | bors | -0/+14 |
| 2015-11-02 | std: Base Hash for Path on its iterator | Alex Crichton | -3/+37 |
| 2015-11-01 | Implement `IntoIterator` for `&{Path, PathBuf}` | Andrew Paseltiner | -0/+14 |
| 2015-10-30 | run rustfmt on std::path | Tshepang Lekhonkhobe | -96/+165 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+78 |
| 2015-09-30 | Rollup merge of #28749 - tshepang:patch-6, r=bluss | Manish Goregaokar | -1/+0 |
| 2015-09-30 | path: remove a line of code that is not useful | Tshepang Lekhonkhobe | -1/+0 |
| 2015-09-30 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-09-09 | Reduce code bloat from conversion traits in function parameters | Vadim Petrochenkov | -7/+40 |
| 2015-08-28 | Rollup merge of #28029 - tshepang:unusual, r=steveklabnik | Manish Goregaokar | -2/+5 |
| 2015-08-27 | Auto merge of #28030 - tshepang:improve-example, r=alexcrichton | bors | -2/+4 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -8/+8 |
| 2015-08-26 | doc: improve as_path example | Tshepang Lekhonkhobe | -2/+4 |
| 2015-08-26 | path: the if-else block looked unusual | Tshepang Lekhonkhobe | -2/+5 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -3/+6 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -9/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -9/+0 |
| 2015-08-11 | Remove unneeded FIXME | Tobias Bucher | -1/+0 |