<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/collections/hash/set.rs, branch 1.27.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-27T00:39:11+00:00</updated>
<entry>
<title>Implement `shrink_to` method on collections</title>
<updated>2018-03-27T00:39:11+00:00</updated>
<author>
<name>Diggory Blake</name>
<email>diggsey@googlemail.com</email>
</author>
<published>2018-03-26T22:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=04f6692aaf78809c041ba6145bde2dcbeec9725e'/>
<id>urn:sha1:04f6692aaf78809c041ba6145bde2dcbeec9725e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton</title>
<updated>2018-03-06T12:52:37+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-03-06T10:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8e3493d45924fdb869c37dcb992759f71defed7c'/>
<id>urn:sha1:8e3493d45924fdb869c37dcb992759f71defed7c</id>
<content type='text'>
Stabilize FusedIterator

FusedIterator is a marker trait that promises that the implementing
iterator continues to return `None` from `.next()` once it has returned
`None` once (and/or `.next_back()`, if implemented).

The effects of FusedIterator are already widely available through
`.fuse()`, but with stable `FusedIterator`, stable Rust users can
implement this trait for their iterators when appropriate.

Closes #35602
</content>
</entry>
<entry>
<title>Remove a couple of `isize` references from hashmap docs</title>
<updated>2018-03-05T17:37:05+00:00</updated>
<author>
<name>Tobias Bucher</name>
<email>tobiasbucher5991@gmail.com</email>
</author>
<published>2018-03-05T17:37:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88f32d15afac7bc5cff5daca7a0ac80fdedb6dce'/>
<id>urn:sha1:88f32d15afac7bc5cff5daca7a0ac80fdedb6dce</id>
<content type='text'>
Also fix a spelling mistake.
</content>
</entry>
<entry>
<title>core: Update stability attributes for FusedIterator</title>
<updated>2018-03-03T13:23:05+00:00</updated>
<author>
<name>Ulrik Sverdrup</name>
<email>bluss@users.noreply.github.com</email>
</author>
<published>2018-03-03T13:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7c23fe9482c129855a667909ff58969f6efe1f6'/>
<id>urn:sha1:c7c23fe9482c129855a667909ff58969f6efe1f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Stabilize FusedIterator</title>
<updated>2018-03-03T13:14:03+00:00</updated>
<author>
<name>Ulrik Sverdrup</name>
<email>bluss@users.noreply.github.com</email>
</author>
<published>2018-01-15T18:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc651cac8d671aee9be876b71d0fa86f94f56b0f'/>
<id>urn:sha1:bc651cac8d671aee9be876b71d0fa86f94f56b0f</id>
<content type='text'>
FusedIterator is a marker trait that promises that the implementing
iterator continues to return `None` from `.next()` once it has returned
`None` once (and/or `.next_back()`, if implemented).

The effects of FusedIterator are already widely available through
`.fuse()`, but with stable `FusedIterator`, stable Rust users can
implement this trait for their iterators when appropriate.
</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>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>HashMap::new and HashSet::new do not allocate</title>
<updated>2017-09-15T17:32:56+00:00</updated>
<author>
<name>Jon Gjengset</name>
<email>jon@thesquareplanet.com</email>
</author>
<published>2017-09-15T17:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7e974e4322b53cdadddf2ca8c72eaf419d406f2'/>
<id>urn:sha1:f7e974e4322b53cdadddf2ca8c72eaf419d406f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use field init shorthand EVERYWHERE</title>
<updated>2017-08-15T22:29:17+00:00</updated>
<author>
<name>Zack M. Davis</name>
<email>code@zackmdavis.net</email>
</author>
<published>2017-08-07T05:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b6c9605e41b7c7dc23e0e6f633f05912d0463dd'/>
<id>urn:sha1:1b6c9605e41b7c7dc23e0e6f633f05912d0463dd</id>
<content type='text'>
Like #43008 (f668999), but _much more aggressive_.
</content>
</entry>
<entry>
<title>Add doc example for HashSet::drain.</title>
<updated>2017-08-01T23:51:00+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-08-01T12:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d9df2963ad40b67aecde95cbfe98599a45351352'/>
<id>urn:sha1:d9df2963ad40b67aecde95cbfe98599a45351352</id>
<content type='text'>
</content>
</entry>
</feed>
