<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/collections/hash, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-17T00:49:57+00:00</updated>
<entry>
<title>Docs(lib/coll/hm): Add kv pair to `extract_if`'s first sentence</title>
<updated>2025-05-17T00:49:57+00:00</updated>
<author>
<name>Paul Mabileau</name>
<email>paul.mabileau@harfanglab.fr</email>
</author>
<published>2025-05-17T00:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9330dd0e9fbc1698b69ac82e138d9dcef31bc33'/>
<id>urn:sha1:a9330dd0e9fbc1698b69ac82e138d9dcef31bc33</id>
<content type='text'>
Make it consistent in this regard with `BTreeMap`'s.

Signed-off-by: Paul Mabileau &lt;paul.mabileau@harfanglab.fr&gt;
</content>
</entry>
<entry>
<title>Docs(lib/extract_if): Unify paragraph about elements mutation</title>
<updated>2025-05-17T00:45:56+00:00</updated>
<author>
<name>Paul Mabileau</name>
<email>paul.mabileau@harfanglab.fr</email>
</author>
<published>2025-05-17T00:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=014434e96f4f42e06b6c2dfc00110209b121040e'/>
<id>urn:sha1:014434e96f4f42e06b6c2dfc00110209b121040e</id>
<content type='text'>
Take the one from `BTreeMap` that seems the best-worded and most
precise among the available variations.

Signed-off-by: Paul Mabileau &lt;paul.mabileau@harfanglab.fr&gt;
</content>
</entry>
<entry>
<title>Docs(lib/extract_if): Unify paragraph about closure actions</title>
<updated>2025-05-17T00:36:08+00:00</updated>
<author>
<name>Paul Mabileau</name>
<email>paul.mabileau@harfanglab.fr</email>
</author>
<published>2025-05-17T00:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9205ee27a815e5b356cfce6269d9ded1d1c098f7'/>
<id>urn:sha1:9205ee27a815e5b356cfce6269d9ded1d1c098f7</id>
<content type='text'>
Also fixes `HashSet`'s that incorrectly designated itself as a `list`.

Signed-off-by: Paul Mabileau &lt;paul.mabileau@harfanglab.fr&gt;
</content>
</entry>
<entry>
<title>Docs(lib/coll/hm): Reword `extract_if` to use `element` instead of `value`</title>
<updated>2025-05-17T00:14:55+00:00</updated>
<author>
<name>Paul Mabileau</name>
<email>paul.mabileau@harfanglab.fr</email>
</author>
<published>2025-05-17T00:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cd5772e396361c72e4662655687a462aee6c6aea'/>
<id>urn:sha1:cd5772e396361c72e4662655687a462aee6c6aea</id>
<content type='text'>
A minor change, but it seemed interesting to unify this one's
description, especially considering all the other equivalents use
`element` as well.

Signed-off-by: Paul Mabileau &lt;paul.mabileau@harfanglab.fr&gt;
</content>
</entry>
<entry>
<title>update version placeholders</title>
<updated>2025-05-12T13:33:30+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro@pietroalbini.org</email>
</author>
<published>2025-05-09T16:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a360940ac90cfbc6dbdab1f30ca5d5196551b1c3'/>
<id>urn:sha1:a360940ac90cfbc6dbdab1f30ca5d5196551b1c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistent trait bounds for ExtractIf Debug impls</title>
<updated>2025-05-06T02:46:46+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2025-03-15T18:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c35914383a92d7504f3a71c390dc2ebd14bce695'/>
<id>urn:sha1:c35914383a92d7504f3a71c390dc2ebd14bce695</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #139307 - xizheyin:issue-139296, r=joboet</title>
<updated>2025-04-24T06:12:56+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-04-24T06:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb3c5d773ce76e3fa869402db87429bed637cc54'/>
<id>urn:sha1:cb3c5d773ce76e3fa869402db87429bed637cc54</id>
<content type='text'>
std: Add performance warnings to HashMap::get_disjoint_mut

Closes #139296

The `get_disjoint_mut` in `HashMap` also performs a complexity O(n^2) check. So we need to be reminded of that as well.

https://github.com/rust-lang/hashbrown/blob/b5b0655a37e156f9798ac8dd7e970d4adba9bf90/src/raw/mod.rs#L1216-L1220
</content>
</entry>
<entry>
<title>Use `currently` for futher improvement</title>
<updated>2025-04-20T13:20:29+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-04-20T13:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16381b3133c2ab6da503d7680700fe63705636b5'/>
<id>urn:sha1:16381b3133c2ab6da503d7680700fe63705636b5</id>
<content type='text'>
Co-authored-by: Jonas Böttiger &lt;jonasboettiger@icloud.com&gt;</content>
</entry>
<entry>
<title>replace version placeholder</title>
<updated>2025-04-09T11:29:59+00:00</updated>
<author>
<name>Boxy</name>
<email>rust@boxyuwu.dev</email>
</author>
<published>2025-03-31T17:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a6c2ec04b456d600b42b0c7286af38044f19a9a6'/>
<id>urn:sha1:a6c2ec04b456d600b42b0c7286af38044f19a9a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Add performance warnings to HashMap::get_disjoint_mut</title>
<updated>2025-04-05T03:27:03+00:00</updated>
<author>
<name>xizheyin</name>
<email>xizheyin@smail.nju.edu.cn</email>
</author>
<published>2025-04-03T08:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fe03f76794989508a92af17d2cf519249fae825d'/>
<id>urn:sha1:fe03f76794989508a92af17d2cf519249fae825d</id>
<content type='text'>
Signed-off-by: xizheyin &lt;xizheyin@smail.nju.edu.cn&gt;
</content>
</entry>
</feed>
