| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -137/+0 | |
| 2022-09-03 | Restore old behaviour on broken UNC paths | Chris Denton | -10/+19 | |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 | |
| This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos | ||||
| 2022-05-08 | fix panic in Path::strip_prefix | name1e5s | -0/+12 | |
| 2022-04-17 | Improve Windows path prefix parsing | dylni | -0/+20 | |
| 2021-11-17 | windows: Return the "Not Found" error when a path is empty | Yuki Okushi | -2/+1 | |
| 2021-10-23 | Make sure `CreateDirectoryW` works for path lengths > 247 | Chris Denton | -0/+7 | |
| 2021-10-03 | Automatically convert paths to verbatim | Chris Denton | -0/+46 | |
| This allows using longer paths for filesystem operations without the user needing to `canonicalize` or manually prefix paths. If the path is already verbatim than this has no effect. | ||||
| 2020-11-07 | Refactor `parse_prefix` on Windows | Christiaan Dirkx | -8/+31 | |
| Refactor `get_first_two_components` to `get_next_component`. Fixes the following behaviour of `parse_prefix`: - series of separator bytes in a prefix are correctly parsed as a single separator - device namespace prefixes correctly recognize both `\\` and `/` as separators | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+21 | |
