<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/collections/mod.rs, branch cargo_update</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=cargo_update</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=cargo_update'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-31T22:52:33+00:00</updated>
<entry>
<title>[Doc] Add links to the various collections</title>
<updated>2025-07-31T22:52:33+00:00</updated>
<author>
<name>Bruno Roy</name>
<email>brunoroy1024@gmail.com</email>
</author>
<published>2025-07-31T22:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f4b3415271faa86e0d93cebfad9703b590a55983'/>
<id>urn:sha1:f4b3415271faa86e0d93cebfad9703b590a55983</id>
<content type='text'>
Add a few links to the collections mentioned in the module doc for Collections.
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify docs for std::collections</title>
<updated>2024-09-10T21:25:38+00:00</updated>
<author>
<name>James Liu</name>
<email>777445+root-goblin@users.noreply.github.com</email>
</author>
<published>2024-09-01T19:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4198594ef2d95de255bc0535900dac182ecfbe08'/>
<id>urn:sha1:4198594ef2d95de255bc0535900dac182ecfbe08</id>
<content type='text'>
Page affected: https://doc.rust-lang.org/std/collections/index.html#performance

Changes:

- bulleted conventions
- expanded definitions on terms used
- more accessible language
- merged Sequence and Map performance cost tables
</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>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>Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor</title>
<updated>2023-04-14T19:11:13+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-04-14T19:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d5c7237400129c3b47bd79983ab65b0a38752367'/>
<id>urn:sha1:d5c7237400129c3b47bd79983ab65b0a38752367</id>
<content type='text'>
Remove some unneeded imports / qualified paths

Continuation of #105537.
</content>
</entry>
<entry>
<title>Rollup merge of #110047 - skaunov:patch-1, r=ChrisDenton</title>
<updated>2023-04-14T14:00:34+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>jtitor@2k36.org</email>
</author>
<published>2023-04-14T14:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7361b177401fb0cee93cc9f02248630fcbf5f6dc'/>
<id>urn:sha1:7361b177401fb0cee93cc9f02248630fcbf5f6dc</id>
<content type='text'>
Add link to `collections` docs to `extend` trait

I believe it would be useful here.
</content>
</entry>
<entry>
<title>Add links to docs to `Iterator`</title>
<updated>2023-04-14T08:28:24+00:00</updated>
<author>
<name>Sergey Kaunov</name>
<email>65976143+skaunov@users.noreply.github.com</email>
</author>
<published>2023-04-07T10:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=18ca509e99cb3b7741e3d1124e59adb53f87f1ea'/>
<id>urn:sha1:18ca509e99cb3b7741e3d1124e59adb53f87f1ea</id>
<content type='text'>
and couple of its methods
</content>
</entry>
<entry>
<title>remove some unneeded imports</title>
<updated>2023-04-12T17:27:18+00:00</updated>
<author>
<name>KaDiWa</name>
<email>kalle.wachsmuth@gmail.com</email>
</author>
<published>2022-08-09T00:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad2b34d0e37e2f968f226e2401bcb894207ca1c5'/>
<id>urn:sha1:ad2b34d0e37e2f968f226e2401bcb894207ca1c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Mark two reexports that should be inlined as `doc(inline)`</title>
<updated>2023-04-08T10:29:16+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2023-04-07T16:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=612ddd2196fc2573baf8b1be85eb326f882fd2d3'/>
<id>urn:sha1:612ddd2196fc2573baf8b1be85eb326f882fd2d3</id>
<content type='text'>
</content>
</entry>
</feed>
