<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/ffi/os_str/tests.rs, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-12T04:57:00+00:00</updated>
<entry>
<title>Add inherent versions of MaybeUninit methods for slices</title>
<updated>2025-01-12T04:57:00+00:00</updated>
<author>
<name>ltdk</name>
<email>usr@ltdk.xyz</email>
</author>
<published>2024-08-18T23:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e37daf0c868efc016dd8039d59d53a03303c9c07'/>
<id>urn:sha1:e37daf0c868efc016dd8039d59d53a03303c9c07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make `CloneToUninit` dyn-compatible</title>
<updated>2024-11-12T21:08:41+00:00</updated>
<author>
<name>Zachary S</name>
<email>zasample18+github@gmail.com</email>
</author>
<published>2024-11-01T05:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0c1c8bc5058cd3f8831b235c5963ab89840b33b'/>
<id>urn:sha1:e0c1c8bc5058cd3f8831b235c5963ab89840b33b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>impl CloneToUninit for Path and OsStr</title>
<updated>2024-07-29T17:44:39+00:00</updated>
<author>
<name>Pavel Grigorenko</name>
<email>GrigorenkoPV@ya.ru</email>
</author>
<published>2024-06-23T20:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=afabc583f7f646d45f506263a1c331383ebdc252'/>
<id>urn:sha1:afabc583f7f646d45f506263a1c331383ebdc252</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed memory leaks in PathBuf::leak &amp; OsString::leak tests</title>
<updated>2024-06-06T22:18:01+00:00</updated>
<author>
<name>schvv31n</name>
<email>tim.kurdov@gmail.com</email>
</author>
<published>2024-06-06T22:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2bdc53b153f16af9d81f8b68bdf27575ff82dc71'/>
<id>urn:sha1:2bdc53b153f16af9d81f8b68bdf27575ff82dc71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>impl OsString::leak &amp; PathBuf::leak</title>
<updated>2024-06-04T10:53:59+00:00</updated>
<author>
<name>schvv31n</name>
<email>tim.kurdov@gmail.com</email>
</author>
<published>2024-06-04T10:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd5777c4c5c8fbc54d33d15afb29479180c532be'/>
<id>urn:sha1:fd5777c4c5c8fbc54d33d15afb29479180c532be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move `OsStr::slice_encoded_bytes` validation to platform modules</title>
<updated>2024-01-21T18:51:49+00:00</updated>
<author>
<name>Jan Verbeek</name>
<email>jan.verbeek@posteo.nl</email>
</author>
<published>2023-12-03T11:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51a7396ad3d78d9326ee1537b9ff29ab3919556f'/>
<id>urn:sha1:51a7396ad3d78d9326ee1537b9ff29ab3919556f</id>
<content type='text'>
On Windows and UEFI this improves performance and error messaging.

On other platforms we optimize the fast path a bit more.

This also prepares for later relaxing the checks on certain platforms.
</content>
</entry>
<entry>
<title>remove redundant imports</title>
<updated>2023-12-10T02:56:22+00:00</updated>
<author>
<name>surechen</name>
<email>chenshuo17@huawei.com</email>
</author>
<published>2023-11-10T02:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40ae34194c586eea3614d3216322053d2e8e7b37'/>
<id>urn:sha1:40ae34194c586eea3614d3216322053d2e8e7b37</id>
<content type='text'>
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
</content>
</entry>
<entry>
<title>Add substring API for `OsStr`</title>
<updated>2023-12-02T14:22:29+00:00</updated>
<author>
<name>Jan Verbeek</name>
<email>jan.verbeek@posteo.nl</email>
</author>
<published>2023-11-29T18:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=729851ef9e746473a2e7cbe20564383433b5e376'/>
<id>urn:sha1:729851ef9e746473a2e7cbe20564383433b5e376</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement [OsStr]::join</title>
<updated>2022-05-09T20:11:25+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2022-05-09T20:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb60e70dc4a066247b0081782db56807386eaf58'/>
<id>urn:sha1:cb60e70dc4a066247b0081782db56807386eaf58</id>
<content type='text'>
Second attempt at implementing [OsStr]::join.
</content>
</entry>
<entry>
<title>Revert "Implement [OsStr]::join", which was merged without FCP</title>
<updated>2022-05-08T16:37:36+00:00</updated>
<author>
<name>Thom Chiovoloni</name>
<email>chiovolonit@gmail.com</email>
</author>
<published>2022-05-08T16:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df446cb2afd1d968abe4ac47cb8cb4076730a4f0'/>
<id>urn:sha1:df446cb2afd1d968abe4ac47cb8cb4076730a4f0</id>
<content type='text'>
This reverts commit 4fcbc53820ab423bbeb41f07822369aa05da1d68.
</content>
</entry>
</feed>
