<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/path/tests.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-26T10:28:04+00:00</updated>
<entry>
<title>Move std::path unit tests to integration tests</title>
<updated>2025-01-26T10:28:04+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-01-17T09:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8fa843a1a60146b93ca5b1d11bbe23c1b1076f3'/>
<id>urn:sha1:b8fa843a1a60146b93ca5b1d11bbe23c1b1076f3</id>
<content type='text'>
</content>
</entry>
<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>Fix std tests for wasm32-wasip2 target</title>
<updated>2024-09-29T02:48:13+00:00</updated>
<author>
<name>Nicola Krumschmidt</name>
<email>git@nkcom.de</email>
</author>
<published>2024-09-04T00:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87f17f3ccb69e9827562522ae1a38f84d2ba998a'/>
<id>urn:sha1:87f17f3ccb69e9827562522ae1a38f84d2ba998a</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>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Rollup merge of #127297 - the8472:path-new-hash, r=Nilstrieb</title>
<updated>2024-07-07T12:22:00+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-07-07T12:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56557c455567998cb808be5ea31218a12150ca6c'/>
<id>urn:sha1:56557c455567998cb808be5ea31218a12150ca6c</id>
<content type='text'>
Improve std::Path's Hash quality by avoiding prefix collisions

This adds a bit rotation to the already existing state so that the same sequence of characters chunked at different offsets into separate path components results in different hashes.

The tests are from #127255

Closes #127254
</content>
</entry>
<entry>
<title>add unit tests for extra extension feature</title>
<updated>2024-07-05T17:44:15+00:00</updated>
<author>
<name>tison</name>
<email>wander4096@gmail.com</email>
</author>
<published>2024-07-05T17:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3aa2abdd3db150394ce883dbefddf0f0d5f4f029'/>
<id>urn:sha1:3aa2abdd3db150394ce883dbefddf0f0d5f4f029</id>
<content type='text'>
Signed-off-by: tison &lt;wander4096@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add more test cases for path comparisons</title>
<updated>2024-07-03T20:35:10+00:00</updated>
<author>
<name>Zanie Blue</name>
<email>contact@zanie.dev</email>
</author>
<published>2024-07-03T04:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd509c7a6399f2784fa940d27a9f463da7e81d58'/>
<id>urn:sha1:dd509c7a6399f2784fa940d27a9f463da7e81d58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test case demonstrating equality of paths "foo/bar" and "foobar"</title>
<updated>2024-07-03T20:35:10+00:00</updated>
<author>
<name>Zanie Blue</name>
<email>contact@zanie.dev</email>
</author>
<published>2024-07-03T00:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a7372372f6c3b81804c2b83f2a0e9c0bc7d08e13'/>
<id>urn:sha1:a7372372f6c3b81804c2b83f2a0e9c0bc7d08e13</id>
<content type='text'>
</content>
</entry>
</feed>
