<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/alloc/src/collections/btree/node/tests.rs, branch 1.84.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.84.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.84.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-08-31T21:56:45+00:00</updated>
<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>
<entry>
<title>BTreeMap: stop tree from being owned by non-root node</title>
<updated>2021-01-26T18:32:03+00:00</updated>
<author>
<name>Stein Somers</name>
<email>git@steinsomers.be</email>
</author>
<published>2021-01-09T11:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=417eefedfa4554d1417994a67186dd6a0a720aa8'/>
<id>urn:sha1:417eefedfa4554d1417994a67186dd6a0a720aa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BTreeMap: bring back the key slice for immutable lookup</title>
<updated>2021-01-20T18:23:49+00:00</updated>
<author>
<name>Stein Somers</name>
<email>git@steinsomers.be</email>
</author>
<published>2021-01-16T11:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0e807563c9974d7f73f5ecceb1de4a4c132de1d'/>
<id>urn:sha1:c0e807563c9974d7f73f5ecceb1de4a4c132de1d</id>
<content type='text'>
</content>
</entry>
</feed>
