| Age | Commit message (Expand) | Author | Lines |
| 2021-06-18 | Auto merge of #85747 - maxwase:path-symlinks-methods, r=m-ou-se | bors | -0/+26 |
| 2021-06-18 | `no_run` and `ignore` doc attributes | Max Wase | -1/+2 |
| 2021-06-09 | optimize Eq implementation for paths | The8472 | -1/+1 |
| 2021-06-06 | Update doc library/std/src/path.rs | Max Wase | -1/+0 |
| 2021-06-05 | Rollup merge of #85760 - ChrisDenton:path-doc-platform-specific, r=m-ou-se | Guillaume Gomez | -9/+9 |
| 2021-05-27 | Possible errors when reading file metadata are platform specific | Chris Denton | -9/+9 |
| 2021-05-27 | Review fixes + doc-features | Max Wase | -4/+5 |
| 2021-05-27 | Document `From` impls in path.rs | Deadbeef | -0/+24 |
| 2021-05-27 | Tracking issue add. | Max Wase | -1/+1 |
| 2021-05-27 | Fix `is_symlink()` method for `Path` using added `is_symlink()` method for `M... | Max Wase | -3/+2 |
| 2021-05-27 | Add `is_symlink()` method for `Path`. | Max Wase | -0/+26 |
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca... | Chris Denton | -5/+1 |
| 2021-05-11 | Fix typo in comment | Andrew Halle | -1/+1 |
| 2021-04-27 | Override `clone_from` method for PathBuf and OsString | Benoît du Garreau | -1/+13 |
| 2021-03-31 | Apply suggestions from code review | Frank Steffahn | -2/+2 |
| 2021-03-31 | Add a few missing links, fix a typo | Frank Steffahn | -7/+7 |
| 2021-03-16 | Rollup merge of #81822 - Kixunil:path_try_exists, r=kennytm | Yuki Okushi | -0/+30 |
| 2021-03-16 | Filled tracking issue for path_try_exists | Martin Habovstiak | -1/+1 |
| 2021-02-23 | Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwco | Dylan DPC | -0/+2 |
| 2021-02-16 | Add caveat to Path::display() about lossiness | Manish Goregaokar | -2/+6 |
| 2021-02-16 | a few more diagnostic items | Andrea Nall | -0/+1 |
| 2021-02-15 | requested/proposed changes | Andrea Nall | -1/+1 |
| 2021-02-15 | add diagnostic items | Andrea Nall | -0/+1 |
| 2021-02-06 | Added `try_exists()` method to `std::path::Path` | Martin Habovstiak | -0/+30 |
| 2021-01-22 | Inline methods of Path and OsString | Benoît du Garreau | -0/+69 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -1/+0 |
| 2020-10-27 | Clean up intra-doc links in `std::path` | Camelid | -6/+5 |
| 2020-10-12 | Use intra-doc links for links to module-level docs | Camelid | -2/+2 |
| 2020-09-30 | Fix is_absolute on WASI | Ingvar Stepanyan | -1/+1 |
| 2020-09-19 | Rollup merge of #73963 - hellow554:unsafe_path, r=Mark-Simulacrum | Ralf Jung | -19/+18 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -1400/+3 |
| 2020-08-15 | Auto merge of #75246 - pickfire:patch-5, r=Amanieu | bors | -2/+7 |
| 2020-08-15 | Use resolve.conf as example for Path ends_with | Ivan Tham | -6/+6 |
| 2020-08-11 | deny(unsafe_op_in_unsafe_fn) in libstd/path.rs | Marcel Hellwig | -20/+19 |
| 2020-08-10 | Rollup merge of #75286 - pickfire:patch-9, r=jyn514 | Yuki Okushi | -1/+5 |
| 2020-08-10 | show multiple slashes starts_with Path example | Ivan Tham | -1/+2 |
| 2020-08-09 | Auto merge of #75293 - poliorcetics:intra-doc-links-std-path, r=jyn514 | bors | -151/+45 |
| 2020-08-09 | Rollup merge of #75289 - pickfire:patch-12, r=jonas-schievink | Yuki Okushi | -2/+2 |
| 2020-08-09 | Rollup merge of #75288 - pickfire:patch-11, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-08-09 | Rollup merge of #75287 - pickfire:patch-10, r=jonas-schievink | Yuki Okushi | -0/+2 |
| 2020-08-09 | Rollup merge of #75285 - pickfire:patch-8, r=jonas-schievink | Yuki Okushi | -2/+3 |
| 2020-08-09 | Rollup merge of #75284 - pickfire:patch-7, r=LukasKalbertodt | Yuki Okushi | -0/+7 |
| 2020-08-08 | Move to intra-doc links in library/std/src/path.rs | Alexis Bourget | -151/+45 |
| 2020-08-08 | Remove abmiguity from PathBuf pop example | Ivan Tham | -2/+2 |
| 2020-08-08 | Use assert! for Path exists example to check bool | Ivan Tham | -1/+1 |
| 2020-08-08 | Show Path extension example change multi extension | Ivan Tham | -0/+2 |
| 2020-08-08 | Add additonal case for Path starts with | Ivan Tham | -1/+4 |
| 2020-08-08 | Separate example for Path strip_prefix | Ivan Tham | -2/+3 |
| 2020-08-08 | Show relative example for Path ancestors | Ivan Tham | -0/+7 |
| 2020-08-08 | Show multi extension example for Path in doctests | Ivan Tham | -6/+4 |