<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_data_structures/array_vec.rs, branch 1.20.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.20.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.20.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-06-30T18:34:53+00:00</updated>
<entry>
<title>Revert "Stabilize RangeArgument"</title>
<updated>2017-06-30T18:34:53+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2017-06-30T18:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a9c13624d2fede5c6ce8e5aa7f486403098bde6'/>
<id>urn:sha1:0a9c13624d2fede5c6ce8e5aa7f486403098bde6</id>
<content type='text'>
This reverts commit 143206d54d7558c2326212df99efc98110904fdb.
</content>
</entry>
<entry>
<title>Stabilize RangeArgument</title>
<updated>2017-06-25T02:20:57+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2017-06-19T05:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=143206d54d7558c2326212df99efc98110904fdb'/>
<id>urn:sha1:143206d54d7558c2326212df99efc98110904fdb</id>
<content type='text'>
Move it and Bound to core::ops while we're at it.

Closes #30877
</content>
</entry>
<entry>
<title>fallout from NonZero/Unique/Shared changes</title>
<updated>2017-05-05T03:54:54+00:00</updated>
<author>
<name>Alexis Beingessner</name>
<email>a.beingessner@gmail.com</email>
</author>
<published>2017-04-04T16:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ff583b1161c5c2e08c28a0740f34a526b39a8bc'/>
<id>urn:sha1:4ff583b1161c5c2e08c28a0740f34a526b39a8bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ICH: Hash everything that gets encoded into crate metadata.</title>
<updated>2017-04-12T09:42:15+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2017-04-05T11:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc7af816f3b8712efa4e6643f9cdeb1d5ba5c78a'/>
<id>urn:sha1:bc7af816f3b8712efa4e6643f9cdeb1d5ba5c78a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move away from the ad-hoc NoDrop unions</title>
<updated>2017-04-09T15:55:47+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2017-03-22T17:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38713126dd8502e283aa8ec7c6b678a4c43f8c3b'/>
<id>urn:sha1:38713126dd8502e283aa8ec7c6b678a4c43f8c3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize rc_raw feature, closes #37197</title>
<updated>2017-03-17T20:28:53+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2017-03-15T04:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8f4a1bd984091ffb8f87f9440e2483f94b44a20'/>
<id>urn:sha1:a8f4a1bd984091ffb8f87f9440e2483f94b44a20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dead recursive partial eq impl</title>
<updated>2017-01-29T05:07:45+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2017-01-29T05:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ed78fcbdf3648403ff9811e36c10b96bf49b93f'/>
<id>urn:sha1:7ed78fcbdf3648403ff9811e36c10b96bf49b93f</id>
<content type='text'>
Its nowhere used (if it had been used used, the rust stack would have overflown
due to the recursion). Its presence was confusing for mrustc.
</content>
</entry>
<entry>
<title>add required imports &amp; feature</title>
<updated>2017-01-14T17:40:52+00:00</updated>
<author>
<name>Djzin</name>
<email>djzin@users.noreply.github.com</email>
</author>
<published>2017-01-14T17:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd04c30df78a6ffc8d6b17204cf2f1e7a2a739ea'/>
<id>urn:sha1:bd04c30df78a6ffc8d6b17204cf2f1e7a2a739ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update array_vec to use new rangeargument</title>
<updated>2017-01-14T17:06:00+00:00</updated>
<author>
<name>djzin</name>
<email>noreply@github.com</email>
</author>
<published>2017-01-14T17:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93e6c26dcf557e4411eb033f0dd8f96401c879c6'/>
<id>urn:sha1:93e6c26dcf557e4411eb033f0dd8f96401c879c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add drain method to AccumulateVec/ArrayVec</title>
<updated>2017-01-03T07:48:29+00:00</updated>
<author>
<name>Andrew Cann</name>
<email>shum@canndrew.org</email>
</author>
<published>2016-12-11T14:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9482492ab65820773ba0b5bd1ad81da5f5858c6c'/>
<id>urn:sha1:9482492ab65820773ba0b5bd1ad81da5f5858c6c</id>
<content type='text'>
You can now call .drain(..) on SmallVec, AccumulateVec and ArrayVec
</content>
</entry>
</feed>
