<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/alloc/src/collections/btree/node, 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-03-07T04:20:38+00:00</updated>
<entry>
<title>library: Use size_of from the prelude instead of imported</title>
<updated>2025-03-07T04:20:38+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-03-05T04:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=988eb1997014987caad878699ee1e7c000214508'/>
<id>urn:sha1:988eb1997014987caad878699ee1e7c000214508</id>
<content type='text'>
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
</content>
</entry>
<entry>
<title>alloc: add `#![warn(unreachable_pub)]`</title>
<updated>2025-01-20T17:50:56+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2025-01-11T11:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=656d1cce7ec086a2fcaccd269d1988781224a879'/>
<id>urn:sha1:656d1cce7ec086a2fcaccd269d1988781224a879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>when -Zrandomize-layout is enabled disable alloc test testing internal struct sizes</title>
<updated>2024-08-31T21:56:45+00:00</updated>
<author>
<name>The 8472</name>
<email>git@infinite-source.de</email>
</author>
<published>2022-09-02T18:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3169f76e6597bc3b582070436ce513b5db2dab8'/>
<id>urn:sha1:e3169f76e6597bc3b582070436ce513b5db2dab8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused fields in some structures</title>
<updated>2024-03-12T09:59:40+00:00</updated>
<author>
<name>Arthur Carcano</name>
<email>arthur.carcano@ocamlpro.com</email>
</author>
<published>2024-01-03T16:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccd99b384e3fcd4b1f53f471cced72647bc7c445'/>
<id>urn:sha1:ccd99b384e3fcd4b1f53f471cced72647bc7c445</id>
<content type='text'>
The dead_code lint was previously eroneously missing those.
Since this lint bug has been fixed, the unused fields need
to be removed.
</content>
</entry>
<entry>
<title>disable btree size tests on Miri</title>
<updated>2022-11-07T08:29:14+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-11-07T08:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17044c1d008e2d7c776e33a1e16d291dabd6520e'/>
<id>urn:sha1:17044c1d008e2d7c776e33a1e16d291dabd6520e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove use of &amp;Alloc in btree tests</title>
<updated>2022-06-21T23:38:12+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-06-21T23:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ca8b69e1cddb0f3c601ee508519fedff227d9db'/>
<id>urn:sha1:1ca8b69e1cddb0f3c601ee508519fedff227d9db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BTreeMap: Add alloc param</title>
<updated>2022-06-14T17:54:03+00:00</updated>
<author>
<name>Jacob Hughes</name>
<email>j@distanthills.org</email>
</author>
<published>2022-03-10T09:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc5951a6e5c64d9348a96e7c161d07b221b26dd2'/>
<id>urn:sha1:dc5951a6e5c64d9348a96e7c161d07b221b26dd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #81210 - ssomers:btree_fix_node_size_test, r=Mark-Simulacrum</title>
<updated>2021-03-01T16:24:58+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>joshua@yottadb.com</email>
</author>
<published>2021-03-01T16:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=57c568a9186197622bdd24aea522519ad647d5ff'/>
<id>urn:sha1:57c568a9186197622bdd24aea522519ad647d5ff</id>
<content type='text'>
BTreeMap: correct node size test case for choices of B

r? `@Mark-Simulacrum`
</content>
</entry>
<entry>
<title>BTree: split off reusable components from range_search</title>
<updated>2021-02-23T09:15:51+00:00</updated>
<author>
<name>Stein Somers</name>
<email>git@steinsomers.be</email>
</author>
<published>2020-11-18T17:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=deebb63cc8f706b7e92d5e67073a6a94f9a05b2d'/>
<id>urn:sha1:deebb63cc8f706b7e92d5e67073a6a94f9a05b2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BTreeMap: correct tests for alternative choices of B</title>
<updated>2021-02-21T18:06:46+00:00</updated>
<author>
<name>Stein Somers</name>
<email>git@steinsomers.be</email>
</author>
<published>2021-01-20T15:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d9daedd433c7e58e21f9edb693142af6d605d040'/>
<id>urn:sha1:d9daedd433c7e58e21f9edb693142af6d605d040</id>
<content type='text'>
</content>
</entry>
</feed>
