| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-06-21 | Update version numbers for From impls | Oliver Middleton | -1/+1 |
| 2017-06-21 | Convert Intos to Froms. | Clar Charr | -3/+3 |
| 2017-06-15 | Avoid allocations in Debug for os_str | Stepan Koltsov | -4/+4 |
| 2017-05-20 | Remove unused lifetimes. | Clar Charr | -1/+1 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -3/+3 |
| 2017-05-09 | Add more ways to create a PathBuf to docs | steveklabnik | -1/+35 |
| 2017-04-22 | Fix invalid linkage | Guillaume Gomez | -1/+1 |
| 2017-04-20 | Expanded docs and examples for PathBuf::file_name and friends | Matt Brubeck | -2/+15 |
| 2017-04-20 | Rollup merge of #41390 - scottmcm:toowned-clone-into, r=alexcrichton | Corey Farwell | -0/+12 |
| 2017-04-18 | Override ToOwned::clone_into for Path and OsStr | Scott McMurray | -0/+12 |
| 2017-04-18 | Fix typos in std::path's docs | lukaramu | -4/+4 |
| 2017-04-17 | Expand std::path::Display's docs | lukaramu | -1/+20 |
| 2017-04-17 | Restructure and redistribute std::path's module docs | lukaramu | -64/+55 |
| 2017-04-17 | Expand and add examples to std::path::{Prefix, PrefixComponent}'s docs | lukaramu | -10/+106 |
| 2017-04-15 | Cleaned up throughout std::path's docs | lukaramu | -47/+78 |
| 2017-03-19 | Fix a typo in path.rs docs | Petr Zemek | -1/+1 |
| 2017-03-17 | Auto merge of #40598 - frewsxcv:rollup, r=frewsxcv | bors | -16/+16 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -16/+16 |
| 2017-03-15 | Removes Default for Box<Path>. | Clar Charr | -14/+0 |