<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/collections/hash/map, branch 1.77.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.77.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.77.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-11-03T00:35:20+00:00</updated>
<entry>
<title>Move RandomState and DefaultHasher into std::hash, but don't export for now</title>
<updated>2023-11-03T00:35:20+00:00</updated>
<author>
<name>ltdk</name>
<email>usr@ltdk.xyz</email>
</author>
<published>2023-09-09T03:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=075409ddd9bf30602c7654e37127e1dbbb460871'/>
<id>urn:sha1:075409ddd9bf30602c7654e37127e1dbbb460871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIf</title>
<updated>2023-06-14T07:28:56+00:00</updated>
<author>
<name>The 8472</name>
<email>git@infinite-source.de</email>
</author>
<published>2023-06-08T14:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=479be6ac433ce645442671f7723be3fd84b334e5'/>
<id>urn:sha1:479be6ac433ce645442671f7723be3fd84b334e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update rand in the stdlib tests, and remove the getrandom feature from it</title>
<updated>2023-01-04T22:52:41+00:00</updated>
<author>
<name>Thom Chiovoloni</name>
<email>thom@shift.click</email>
</author>
<published>2022-11-21T00:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4bf36e87bdec61240fb3040774d008c70acbfbb'/>
<id>urn:sha1:a4bf36e87bdec61240fb3040774d008c70acbfbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Hash{Set,Map}::with_hasher unstably const</title>
<updated>2022-10-02T12:07:13+00:00</updated>
<author>
<name>Nixon Enraght-Moony</name>
<email>nixon.emoony@gmail.com</email>
</author>
<published>2022-10-02T11:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=346a49fe48fd22bd9588d929bc3115016e654801'/>
<id>urn:sha1:346a49fe48fd22bd9588d929bc3115016e654801</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make many std tests work in Miri</title>
<updated>2022-08-18T22:07:39+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-08-04T13:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c8dc125b1bfca49ac8f064b365cb72a658e7cba'/>
<id>urn:sha1:8c8dc125b1bfca49ac8f064b365cb72a658e7cba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use implicit capture syntax in format_args</title>
<updated>2022-03-10T15:23:40+00:00</updated>
<author>
<name>T-O-R-U-S</name>
<email>bageliq@protonmail.com</email>
</author>
<published>2022-02-12T19:16:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72a25d05bf1a4b155d74139ef700ff93af6d8e22'/>
<id>urn:sha1:72a25d05bf1a4b155d74139ef700ff93af6d8e22</id>
<content type='text'>
This updates the standard library's documentation to use the new syntax. The
documentation is worthwhile to update as it should be more idiomatic
(particularly for features like this, which are nice for users to get acquainted
with). The general codebase is likely more hassle than benefit to update: it'll
hurt git blame, and generally updates can be done by folks updating the code if
(and when) that makes things more readable with the new format.

A few places in the compiler and library code are updated (mostly just due to
already having been done when this commit was first authored).
</content>
</entry>
<entry>
<title>Disable test_try_reserve on Android</title>
<updated>2022-01-22T13:51:57+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2022-01-22T13:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=537439c17796afe735e26324cbb733dc7fd4bb9f'/>
<id>urn:sha1:537439c17796afe735e26324cbb733dc7fd4bb9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update HashMap::try_reserve test to version from hashbrown</title>
<updated>2022-01-21T17:20:38+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2022-01-21T17:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=361a2f9a83b1a6416faceecf64bf61aa53491274'/>
<id>urn:sha1:361a2f9a83b1a6416faceecf64bf61aa53491274</id>
<content type='text'>
</content>
</entry>
<entry>
<title>eplace usages of vec![].into_iter with [].into_iter</title>
<updated>2022-01-09T03:09:25+00:00</updated>
<author>
<name>Lucas Kent</name>
<email>rubickent@gmail.com</email>
</author>
<published>2021-12-17T07:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=08829853d3c69f68a5a09fb4bcc53ca87d373a78'/>
<id>urn:sha1:08829853d3c69f68a5a09fb4bcc53ca87d373a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use assert_matches! instead of if let {} else</title>
<updated>2021-08-07T13:48:27+00:00</updated>
<author>
<name>Kornel</name>
<email>kornel@geekhood.net</email>
</author>
<published>2021-08-07T11:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7dca8eb5653fb7ae5efbea2b80941997fead5ce3'/>
<id>urn:sha1:7dca8eb5653fb7ae5efbea2b80941997fead5ce3</id>
<content type='text'>
</content>
</entry>
</feed>
