<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc/collections/vec_deque, 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>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 unused crate imports in 2018 edition crates</title>
<updated>2020-06-23T03:01:20+00:00</updated>
<author>
<name>yuqio</name>
<email>niklas.sauter@gmx.de</email>
</author>
<published>2020-06-23T03:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9267b4f6120ff137f2ba8649e07ff093c9428340'/>
<id>urn:sha1:9267b4f6120ff137f2ba8649e07ff093c9428340</id>
<content type='text'>
</content>
</entry>
<entry>
<title>liballoc tests: Miri supports threads now</title>
<updated>2020-05-01T09:16:38+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-05-01T09:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c66d02e3ba0d5ace4e42bab88e4df246f03b91d5'/>
<id>urn:sha1:c66d02e3ba0d5ace4e42bab88e4df246f03b91d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>liballoc: more compact way to adjust test sizes for Miri</title>
<updated>2020-04-23T18:05:01+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-04-23T18:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eb1de2ff39de631e9fd880f1e066fbe119b23f99'/>
<id>urn:sha1:eb1de2ff39de631e9fd880f1e066fbe119b23f99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add `fn make_contiguous` to VecDeque</title>
<updated>2020-03-22T08:35:08+00:00</updated>
<author>
<name>Bastian Kauschke</name>
<email>bastian_kauschke@hotmail.de</email>
</author>
<published>2020-03-22T08:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=626fdbce8bd2a6c62ab648129f6cbf8e12c8a239'/>
<id>urn:sha1:626fdbce8bd2a6c62ab648129f6cbf8e12c8a239</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move VecDeque Drain iterator to new file</title>
<updated>2020-01-19T19:28:47+00:00</updated>
<author>
<name>Jonas Schievink</name>
<email>jonasschievink@gmail.com</email>
</author>
<published>2019-12-14T16:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75f721df97fd7895b31a1d8c9ed05a368fc95d6d'/>
<id>urn:sha1:75f721df97fd7895b31a1d8c9ed05a368fc95d6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>liballoc: ignore tests in Miri instead of removing them entirely</title>
<updated>2019-12-07T11:42:19+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2019-12-07T11:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca2ffe3a8030e0fb6593cb6905a371441a10a4e0'/>
<id>urn:sha1:ca2ffe3a8030e0fb6593cb6905a371441a10a4e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format liballoc with rustfmt</title>
<updated>2019-11-30T04:25:07+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-30T03:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c4d4539690fe841aefea2f54c243be5f0579970'/>
<id>urn:sha1:1c4d4539690fe841aefea2f54c243be5f0579970</id>
<content type='text'>
</content>
</entry>
</feed>
