<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/collections/hash, branch 1.25.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.25.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.25.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-01-29T02:51:33+00:00</updated>
<entry>
<title>Document that `Index` ops can panic on `HashMap` &amp; `BTreeMap`.</title>
<updated>2018-01-29T02:51:33+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2018-01-29T02:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b4cbbd12d88c8e64d9c7aa1e326c7c78f2a7ed9'/>
<id>urn:sha1:7b4cbbd12d88c8e64d9c7aa1e326c7c78f2a7ed9</id>
<content type='text'>
Fixes https://github.com/rust-lang/rust/issues/47011.
</content>
</entry>
<entry>
<title>Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton</title>
<updated>2018-01-24T07:22:22+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-01-24T07:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9758ff9c0bd812135304385a48135a93372c3ec2'/>
<id>urn:sha1:9758ff9c0bd812135304385a48135a93372c3ec2</id>
<content type='text'>
Make core::ops::Place an unsafe trait

Consumers of `Place` would reasonably expect that the `pointer` function returns a valid pointer to memory that can actually be written to.
</content>
</entry>
<entry>
<title>Rename std::ptr::Shared to NonNull</title>
<updated>2018-01-20T09:55:16+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2017-12-22T17:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f19baf0977b176ba26277af479a19b71b7ee1fdb'/>
<id>urn:sha1:f19baf0977b176ba26277af479a19b71b7ee1fdb</id>
<content type='text'>
`Shared` is now a deprecated `type` alias.

CC https://github.com/rust-lang/rust/issues/27730#issuecomment-352800629
</content>
</entry>
<entry>
<title>Make core::ops::Place an unsafe trait</title>
<updated>2018-01-09T19:39:23+00:00</updated>
<author>
<name>Taylor Cramer</name>
<email>cramertj@google.com</email>
</author>
<published>2018-01-09T19:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=25574e58b68dae94f7d9931b5e648a327a94ecd1'/>
<id>urn:sha1:25574e58b68dae94f7d9931b5e648a327a94ecd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add HashMap::remove_entry</title>
<updated>2018-01-07T22:17:37+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2018-01-07T22:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fc6ad56cd6ad4ea4231cd95af14ccd98f6a8960'/>
<id>urn:sha1:1fc6ad56cd6ad4ea4231cd95af14ccd98f6a8960</id>
<content type='text'>
Implements #46344
</content>
</entry>
<entry>
<title>Write examples for {BTree,Hash}Set::{get,replace,take}</title>
<updated>2018-01-05T14:02:10+00:00</updated>
<author>
<name>Stjepan Glavina</name>
<email>stjepang@gmail.com</email>
</author>
<published>2018-01-05T14:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7948f458ab28dc3476e764850a15f62f594609b1'/>
<id>urn:sha1:7948f458ab28dc3476e764850a15f62f594609b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Sync and Send implementation for RawTable</title>
<updated>2017-12-13T13:53:39+00:00</updated>
<author>
<name>Konrad Borowski</name>
<email>konrad@borowski.pw</email>
</author>
<published>2017-12-13T13:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=524c3ff472a54a42c75257b803abc9dc34c7302c'/>
<id>urn:sha1:524c3ff472a54a42c75257b803abc9dc34c7302c</id>
<content type='text'>
The implementation was introduced when changing hash storage from
Unique to *mut, but it was changed back to Unique.</content>
</entry>
<entry>
<title>Use Try syntax for Option in place of macros or match</title>
<updated>2017-12-09T22:18:33+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2017-12-09T01:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3024c1434a667425d30e4b0785857381323712aa'/>
<id>urn:sha1:3024c1434a667425d30e4b0785857381323712aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improvided map_entry_replace examples</title>
<updated>2017-11-11T18:45:32+00:00</updated>
<author>
<name>Jeroen Bollen</name>
<email>contact@jeroenbollen.eu</email>
</author>
<published>2017-11-11T15:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0fb37fc67d0d0278022f355bed2aac0c2b772835'/>
<id>urn:sha1:0fb37fc67d0d0278022f355bed2aac0c2b772835</id>
<content type='text'>
The current examples should be more realistic.
</content>
</entry>
<entry>
<title>Changed tabs back into spaces to fix formatting.</title>
<updated>2017-11-11T15:23:16+00:00</updated>
<author>
<name>Jeroen Bollen</name>
<email>contact@jeroenbollen.eu</email>
</author>
<published>2017-10-12T09:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f8ee171b2d78acaee2fb3c7774af531510d945b'/>
<id>urn:sha1:0f8ee171b2d78acaee2fb3c7774af531510d945b</id>
<content type='text'>
</content>
</entry>
</feed>
