<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_data_structures/array_vec.rs, branch 1.22.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.22.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.22.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-08-15T22:29:17+00:00</updated>
<entry>
<title>use field init shorthand EVERYWHERE</title>
<updated>2017-08-15T22:29:17+00:00</updated>
<author>
<name>Zack M. Davis</name>
<email>code@zackmdavis.net</email>
</author>
<published>2017-08-07T05:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b6c9605e41b7c7dc23e0e6f633f05912d0463dd'/>
<id>urn:sha1:1b6c9605e41b7c7dc23e0e6f633f05912d0463dd</id>
<content type='text'>
Like #43008 (f668999), but _much more aggressive_.
</content>
</entry>
<entry>
<title>Fixed all unnecessary muts in language core</title>
<updated>2017-08-01T22:01:24+00:00</updated>
<author>
<name>Isaac van Bakel</name>
<email>ivb@vanbakel.io</email>
</author>
<published>2017-08-01T12:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=400075d9d9b6410c9f7952ca52c35806b46b3177'/>
<id>urn:sha1:400075d9d9b6410c9f7952ca52c35806b46b3177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add conversions from references to NonZero pointers, Unique, and Shared</title>
<updated>2017-07-22T18:38:40+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2017-07-14T11:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4edae95ad0e85b50845be1757670929ff60c88a'/>
<id>urn:sha1:a4edae95ad0e85b50845be1757670929ff60c88a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename {NonZero,Shared,Unique}::new to new_unchecked</title>
<updated>2017-07-22T18:38:16+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2017-06-28T23:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a08ad0443631ca86e61526916fb4ee61fe1abce'/>
<id>urn:sha1:0a08ad0443631ca86e61526916fb4ee61fe1abce</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
