<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc/collections/vec_deque.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<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>Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay</title>
<updated>2020-07-26T05:50:51+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-07-26T05:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=461707c5a119cc33c5d7df585ddb6cbec4a081bf'/>
<id>urn:sha1:461707c5a119cc33c5d7df585ddb6cbec4a081bf</id>
<content type='text'>
Remove trait LengthAtMost32

This is a continuation of https://github.com/rust-lang/rust/pull/74026 preserving the original burrbull's commit.

I talked to @burrbull, he suggested me to finish his PR.
</content>
</entry>
<entry>
<title>Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomez</title>
<updated>2020-07-20T10:19:58+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-07-20T10:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71384101ea3b030b80f7def80a37f67e148518b0'/>
<id>urn:sha1:71384101ea3b030b80f7def80a37f67e148518b0</id>
<content type='text'>
Use italics for O notation

In documentation, I think it makes sense to italicize O notation (*O(n)*) as opposed to using back-ticks (`O(n)`). Visually, back-ticks focus the reader on the literal characters being used, making them ideal for representing code. Using italics, as far I can tell, more closely follows typographic conventions in mathematics and computer science.

Just a suggestion, of course! 😇
</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>Add tracking issue</title>
<updated>2020-07-10T13:23:52+00:00</updated>
<author>
<name>Jon Gjengset</name>
<email>jon@thesquareplanet.com</email>
</author>
<published>2020-07-10T13:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1a19cbbe1c17dc03ca689db002181c9bd95f529'/>
<id>urn:sha1:a1a19cbbe1c17dc03ca689db002181c9bd95f529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixups</title>
<updated>2020-07-06T15:52:20+00:00</updated>
<author>
<name>Jon Gjengset</name>
<email>jon@thesquareplanet.com</email>
</author>
<published>2020-07-06T15:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8872ec37600114e3e1a07c18443a119788bbb052'/>
<id>urn:sha1:8872ec37600114e3e1a07c18443a119788bbb052</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add VecDeque::range* methods</title>
<updated>2020-07-06T14:35:33+00:00</updated>
<author>
<name>Jon Gjengset</name>
<email>jon@thesquareplanet.com</email>
</author>
<published>2020-07-06T14:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7fb26938b1b88d9f3c0d3046712375e48aeb91ae'/>
<id>urn:sha1:7fb26938b1b88d9f3c0d3046712375e48aeb91ae</id>
<content type='text'>
This patch adds `VecDeque::range` and `VecDeque::range_mut` to provide
iterators over a sub-range of a `VecDeque`. This behavior can be
emulated with `skip` and `take`, but directly providing a `Range` is
more ergonomic. This also partially makes up for `VecDeque`'s lack of
`SliceIndex` support.
</content>
</entry>
<entry>
<title>Remove the usage of the LengthAtMost32 trait</title>
<updated>2020-07-05T12:47:08+00:00</updated>
<author>
<name>Roman Proskuryakov</name>
<email>humbug@deeptown.org</email>
</author>
<published>2020-07-05T12:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eff62069ad602090e8d27b83cffd9e77479ed4be'/>
<id>urn:sha1:eff62069ad602090e8d27b83cffd9e77479ed4be</id>
<content type='text'>
</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>
</feed>
