<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_data_structures/array_vec.rs, branch 1.18.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.18.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.18.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-04-12T09:42:15+00:00</updated>
<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>
<entry>
<title>Change implementation of syntax::util::SmallVector to use data_structures::SmallVec.</title>
<updated>2016-11-11T14:38:48+00:00</updated>
<author>
<name>Mark-Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2016-11-03T04:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bbebb1f542e4431249faa1138da4cfcb6b9269a'/>
<id>urn:sha1:7bbebb1f542e4431249faa1138da4cfcb6b9269a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add AccumulateVec, a potentially stack-allocated vector.</title>
<updated>2016-10-26T02:06:17+00:00</updated>
<author>
<name>Mark-Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2016-10-25T00:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4f7ba376eef754ea76467d5d48f81dddb83b089'/>
<id>urn:sha1:a4f7ba376eef754ea76467d5d48f81dddb83b089</id>
<content type='text'>
AccumulateVec is generic over the Array trait, which is currently only
implemented for [T; 8].
</content>
</entry>
</feed>
