<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/windows/path, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-01-11T19:10:25+00:00</updated>
<entry>
<title>std: begin moving platform support modules into `pal`</title>
<updated>2024-01-11T19:10:25+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-01-11T19:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99128b7e45f8b95d962da2e6ea584767f0c85455'/>
<id>urn:sha1:99128b7e45f8b95d962da2e6ea584767f0c85455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore old behaviour on broken UNC paths</title>
<updated>2022-09-03T06:56:38+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2022-09-03T06:15:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0fe54d46509abbbe54292d0ff85f8429301be002'/>
<id>urn:sha1:0fe54d46509abbbe54292d0ff85f8429301be002</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of typo</title>
<updated>2022-08-31T10:24:55+00:00</updated>
<author>
<name>Dezhi Wu</name>
<email>wu543065657@163.com</email>
</author>
<published>2022-08-18T02:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1430fb7ca499d517d9f4b3b6c5a81442129c88b'/>
<id>urn:sha1:b1430fb7ca499d517d9f4b3b6c5a81442129c88b</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>fix panic in Path::strip_prefix</title>
<updated>2022-05-08T14:15:26+00:00</updated>
<author>
<name>name1e5s</name>
<email>name1e5s@qq.com</email>
</author>
<published>2022-03-19T14:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b87dd755ca8dd89ebb47a6f23c1c0fb656fe4d54'/>
<id>urn:sha1:b87dd755ca8dd89ebb47a6f23c1c0fb656fe4d54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve Windows path prefix parsing</title>
<updated>2022-04-17T05:23:46+00:00</updated>
<author>
<name>dylni</name>
<email>46035563+dylni@users.noreply.github.com</email>
</author>
<published>2022-03-19T14:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e87082293e11a2f9c6d38bcd9896e8742e110ef8'/>
<id>urn:sha1:e87082293e11a2f9c6d38bcd9896e8742e110ef8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>windows: Return the "Not Found" error when a path is empty</title>
<updated>2021-11-16T18:11:14+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>yuki.okushi@huawei.com</email>
</author>
<published>2021-11-16T05:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ddc1d58ca83ab2c176929c47bd679cfbe8cf32f9'/>
<id>urn:sha1:ddc1d58ca83ab2c176929c47bd679cfbe8cf32f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure `CreateDirectoryW` works for path lengths &gt; 247</title>
<updated>2021-10-23T18:35:24+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2021-10-23T18:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f1efc7efb2bc39021eb93228b1e25c384767b38d'/>
<id>urn:sha1:f1efc7efb2bc39021eb93228b1e25c384767b38d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatically convert paths to verbatim</title>
<updated>2021-10-03T18:49:26+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2021-09-22T13:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3e2d60624162845238fa3b2fbb874eee51daa983'/>
<id>urn:sha1:3e2d60624162845238fa3b2fbb874eee51daa983</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Refactor `parse_prefix` on Windows</title>
<updated>2020-11-07T15:15:48+00:00</updated>
<author>
<name>Christiaan Dirkx</name>
<email>christiaan@dirkx.email</email>
</author>
<published>2020-11-03T18:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=94d73d4403ef98b3b38b8e3035c2eac87fb900f9'/>
<id>urn:sha1:94d73d4403ef98b3b38b8e3035c2eac87fb900f9</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>mv std libs to library/</title>
<updated>2020-07-28T00:51:13+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-06-12T02:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c31b45ae878b821975c4ebd94cc1e49f6073fd0'/>
<id>urn:sha1:2c31b45ae878b821975c4ebd94cc1e49f6073fd0</id>
<content type='text'>
</content>
</entry>
</feed>
