<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/sys/path/sgx.rs, branch 1.87.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.87.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.87.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-13T06:22:03+00:00</updated>
<entry>
<title>path: Move is_absolute check to sys::path</title>
<updated>2025-01-13T06:22:03+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayush@beagleboard.org</email>
</author>
<published>2025-01-12T12:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1107382a18c7e70d6c76584ee2c1bcfbfb5115f9'/>
<id>urn:sha1:1107382a18c7e70d6c76584ee2c1bcfbfb5115f9</id>
<content type='text'>
I am working on fs support for UEFI [0], which similar to windows has prefix
components, but is not quite same as Windows. It also seems that Prefix
is tied closely to Windows and cannot really be extended [1].

This PR just tries to remove coupling between Prefix and absolute path
checking to allow platforms to provide there own implementation to check
if a path is absolute or not.

I am not sure if any platform other than windows currently uses Prefix,
so I have kept the path.prefix().is_some() check in most cases.

[0]: https://github.com/rust-lang/rust/pull/135368
[1]: https://github.com/rust-lang/rust/issues/52331#issuecomment-2492796137

Signed-off-by: Ayush Singh &lt;ayush@beagleboard.org&gt;
</content>
</entry>
<entry>
<title>std: move path into `sys`</title>
<updated>2024-02-08T11:51:35+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-02-08T11:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0d9776562359268ccc385b55fe55db640578fe1'/>
<id>urn:sha1:c0d9776562359268ccc385b55fe55db640578fe1</id>
<content type='text'>
</content>
</entry>
</feed>
