| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-01-13 | Rollup merge of #46985 - Diggsey:path-component-asref, r=alexcrichton | kennytm | -0/+7 |
| 2018-01-06 | type error method suggestions use whitelisted identity-like conversions | Zack M. Davis | -0/+1 |
| 2017-12-28 | Implement AsRef<Path> for Component | Diggory Blake | -0/+7 |
| 2017-12-27 | Correct a few stability attributes | Oliver Middleton | -4/+4 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+58 |
| 2017-11-21 | fix some typos | Martin Lindhe | -1/+1 |
| 2017-11-13 | Rollup merge of #45892 - redox-os:is_absolute_fix, r=alexcrichton | kennytm | -4/+4 |
| 2017-11-04 | Allow absolute if either contains root or a scheme | Jeremy Soller | -4/+4 |
| 2017-11-03 | Copy `AsciiExt` methods to `char` directly | Lukas Kalbertodt | -1/+0 |
| 2017-09-28 | Fix errors in Box<Path> conversions | Nikolai Vazquez | -2/+4 |
| 2017-09-28 | Remove unused 'mem' import in 'path' module | Nikolai Vazquez | -1/+0 |
| 2017-09-28 | Remove mem::transmute used in Path conversions | Nikolai Vazquez | -8/+9 |
| 2017-08-23 | Rollup merge of #43983 - ids1024:redox-path-prefix, r=alexcrichton | Corey Farwell | -3/+13 |
| 2017-08-23 | Auto merge of #43830 - alexcrichton:path-display-regression, r=aturon | bors | -0/+6 |
| 2017-08-22 | Simplify code for handling Redox paths | Ian Douglas Scott | -10/+5 |
| 2017-08-22 | Use cfg! instead of #[cfg] | Ian Douglas Scott | -13/+3 |
| 2017-08-18 | Correct has_root() on Redox | Ian Douglas Scott | -3/+20 |
| 2017-08-18 | redox: Require scheme for path to be absolute | Ian Douglas Scott | -2/+10 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1/+1 |
| 2017-08-13 | std: Respect formatting flags for str-like OsStr | Alex Crichton | -0/+6 |
| 2017-08-02 | Emphasise that these functions look at the disk, not just the path | Kornel | -2/+2 |
| 2017-07-25 | std: Stabilize CString/OsString/PathBuf extra methods | Alex Crichton | -2/+2 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -3/+3 |
| 2017-07-14 | Rollup merge of #43229 - kennytm:return-false-if-path-is-relative-hahaha, r=s... | Corey Farwell | -10/+10 |
| 2017-07-14 | Fix minor typo in std::path documentation. | kennytm | -10/+10 |
| 2017-07-13 | Rollup merge of #42926 - Havvy:doc-path-ext, r=steveklabnik | Steve Klabnik | -0/+34 |
| 2017-07-12 | Document error coercion to false in path-ext methods + see also sections | Havvy | -0/+34 |
| 2017-07-04 | Rollup merge of #42227 - ollie27:into_to_from, r=aturon | Mark Simulacrum | -4/+4 |
| 2017-06-28 | Document that `/` works as separator on Windows | Aleksey Kladov | -6/+7 |