<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc/collections/binary_heap.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-07-28T00:51:13+00:00</updated>
<entry>
<title>mv std libs to library/</title>
<updated>2020-07-28T00:51:13+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-06-12T02:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c31b45ae878b821975c4ebd94cc1e49f6073fd0'/>
<id>urn:sha1:2c31b45ae878b821975c4ebd94cc1e49f6073fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use italics for O notation</title>
<updated>2020-07-20T04:43:39+00:00</updated>
<author>
<name>pierwill</name>
<email>pierwill@users.noreply.github.com</email>
</author>
<published>2020-07-03T19:13:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76b8420168a2e14abf025a07ee4e32d87956d940'/>
<id>urn:sha1:76b8420168a2e14abf025a07ee4e32d87956d940</id>
<content type='text'>
Co-authored-by: Guillaume Gomez &lt;guillaume1.gomez@gmail.com&gt;
</content>
</entry>
<entry>
<title>`#[deny(unsafe_op_in_unsafe_fn)]` in liballoc</title>
<updated>2020-06-19T11:47:01+00:00</updated>
<author>
<name>LeSeulArtichaut</name>
<email>leseulartichaut@gmail.com</email>
</author>
<published>2020-05-28T21:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=39e29ce4d08674734e2f2759607b1486db7d0fde'/>
<id>urn:sha1:39e29ce4d08674734e2f2759607b1486db7d0fde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Extend::{extend_one,extend_reserve}</title>
<updated>2020-05-30T00:05:17+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-05-13T03:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6700e186883a83008963d1fdba23eff2b1713e56'/>
<id>urn:sha1:6700e186883a83008963d1fdba23eff2b1713e56</id>
<content type='text'>
This adds new optional methods on `Extend`: `extend_one` add a single
element to the collection, and `extend_reserve` pre-allocates space for
the predicted number of incoming elements. These are used in `Iterator`
for `partition` and `unzip` as they shuffle elements one-at-a-time into
their respective collections.
</content>
</entry>
<entry>
<title>fix more clippy warnings</title>
<updated>2020-04-26T00:24:01+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-04-25T08:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8862f829bbfbc25a2b4e02210a94907787d1cd8b'/>
<id>urn:sha1:8862f829bbfbc25a2b4e02210a94907787d1cd8b</id>
<content type='text'>
clippy::{redundant_pattern_matching, clone_on_copy, iter_cloned_collect, option_as_ref_deref, match_ref_pats}
</content>
</entry>
<entry>
<title>Add BinaryHeap::retain as suggested in #42849</title>
<updated>2020-04-24T09:44:20+00:00</updated>
<author>
<name>arlo</name>
<email>arlo@indeed.com</email>
</author>
<published>2020-04-23T19:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=787eddc1ab49766204c35d2a60c3d75b6ea7413c'/>
<id>urn:sha1:787eddc1ab49766204c35d2a60c3d75b6ea7413c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't specify log base in big-O</title>
<updated>2020-04-15T15:07:13+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-04-15T15:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=818bef55584943a5ae1199c9c481f15df4490041'/>
<id>urn:sha1:818bef55584943a5ae1199c9c481f15df4490041</id>
<content type='text'>
</content>
</entry>
<entry>
<title>big-O notation: parenthesis, multiplication and backticks</title>
<updated>2020-04-15T12:33:45+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-04-15T12:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88612e3657ce48f3d8ec25f699f8b9c1e55889bf'/>
<id>urn:sha1:88612e3657ce48f3d8ec25f699f8b9c1e55889bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop importing integer modules in liballoc</title>
<updated>2020-04-05T09:22:01+00:00</updated>
<author>
<name>Linus Färnstrand</name>
<email>faern@faern.net</email>
</author>
<published>2020-04-04T15:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fff4f083986cb5f0430a78feb139603f0ceeb9c1'/>
<id>urn:sha1:fff4f083986cb5f0430a78feb139603f0ceeb9c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplify boolean expressions</title>
<updated>2020-02-29T10:36:18+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-02-29T00:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56a3da3bd0e2f6b5963913e998c74266cf7cff7b'/>
<id>urn:sha1:56a3da3bd0e2f6b5963913e998c74266cf7cff7b</id>
<content type='text'>
</content>
</entry>
</feed>
