| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ↵ | Chris Denton | -0/+8 | |
| can specialize it Windows implementation of `fs::try_exists` | ||||
| 2021-03-27 | Improve fs error open_from unix | Ivan Tham | -4/+6 | |
| Consistency for #79399 Suggested by JohnTitor Improve fs error invaild input for sys_common The text was duplicated from unix. | ||||
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -2/+2 | |
| 2021-01-06 | Optimize away some path lookups in the generic `fs::copy` implementation. | Dan Gohman | -4/+6 | |
| This also eliminates a use of a `Path` convenience function, in support of #80741, refactoring `std::path` to focus on pure data structures and algorithms. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+39 | |
