<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libgraphviz, branch 1.3.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.3.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-07-27T16:28:13+00:00</updated>
<entry>
<title>Show appropriate feature flags in docs</title>
<updated>2015-07-27T16:28:13+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2015-07-27T14:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba5fcb726fb88cc8393f48c9f46ba03fcadf0511'/>
<id>urn:sha1:ba5fcb726fb88cc8393f48c9f46ba03fcadf0511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>graphviz: support style attributes</title>
<updated>2015-07-20T03:45:25+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2015-07-14T22:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75f8f966f05c0ec98fbc1755691a8d2921c3b566'/>
<id>urn:sha1:75f8f966f05c0ec98fbc1755691a8d2921c3b566</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use vec![elt; n] where possible</title>
<updated>2015-07-09T09:05:32+00:00</updated>
<author>
<name>Ulrik Sverdrup</name>
<email>bluss@users.noreply.github.com</email>
</author>
<published>2015-07-08T20:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=836f32e7697195a482b88883cbbe4a2dd986d8cb'/>
<id>urn:sha1:836f32e7697195a482b88883cbbe4a2dd986d8cb</id>
<content type='text'>
The common pattern `iter::repeat(elt).take(n).collect::&lt;Vec&lt;_&gt;&gt;()` is
exactly equivalent to `vec![elt; n]`, do this replacement in the whole
tree.

(Actually, vec![] is smart enough to only call clone n - 1 times, while
the former solution would call clone n times, and this fact is
virtually irrelevant in practice.)
</content>
</entry>
<entry>
<title>collections: Split the `collections` feature</title>
<updated>2015-06-17T16:06:59+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-06-09T21:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d444d0c357e85c90e73585520e2da74304c7265a'/>
<id>urn:sha1:d444d0c357e85c90e73585520e2da74304c7265a</id>
<content type='text'>
This commit also deprecates the `as_string` and `as_slice` free functions in the
`string` and `vec` modules.
</content>
</entry>
<entry>
<title>Conver reborrows to .iter() calls where appropriate</title>
<updated>2015-06-11T12:56:07+00:00</updated>
<author>
<name>Joshua Landau</name>
<email>joshua@landau.ws</email>
</author>
<published>2015-06-11T12:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7f5fa4636b12c3dadd626e708ec7cef654faf54'/>
<id>urn:sha1:d7f5fa4636b12c3dadd626e708ec7cef654faf54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed many pointless calls to *iter() and iter_mut()</title>
<updated>2015-06-10T20:14:03+00:00</updated>
<author>
<name>Joshua Landau</name>
<email>joshua@landau.ws</email>
</author>
<published>2015-06-10T16:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca7418b84658fc1c723672c462aa0a7878d88b64'/>
<id>urn:sha1:ca7418b84658fc1c723672c462aa0a7878d88b64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libs: Move favicon URLs to HTTPS</title>
<updated>2015-05-15T23:04:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-05-15T23:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e21beb761e98d30a09c48e110eb0bb3d18fc5ea'/>
<id>urn:sha1:0e21beb761e98d30a09c48e110eb0bb3d18fc5ea</id>
<content type='text'>
Helps prevent mixed content warnings if accessing docs over HTTPS.

Closes #25459
</content>
</entry>
<entry>
<title>Fallout in public-facing and semi-public-facing libs</title>
<updated>2015-04-01T15:23:45+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2015-03-30T13:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c35c46821a69af14e6b38e0238f70e22433a3e8e'/>
<id>urn:sha1:c35c46821a69af14e6b38e0238f70e22433a3e8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace deprecated as_slice()</title>
<updated>2015-03-30T22:03:13+00:00</updated>
<author>
<name>Emeliov Dmitrii</name>
<email>demelev1990@gmail.com</email>
</author>
<published>2015-03-30T16:22:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df65f59fe9dd856c96a383c01067a176fee0dbb6'/>
<id>urn:sha1:df65f59fe9dd856c96a383c01067a176fee0dbb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mass rename uint/int to usize/isize</title>
<updated>2015-03-26T19:10:22+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-26T00:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43bfaa4a336095eb5697fb2df50909fd3c72ed14'/>
<id>urn:sha1:43bfaa4a336095eb5697fb2df50909fd3c72ed14</id>
<content type='text'>
Now that support has been removed, all lingering use cases are renamed.
</content>
</entry>
</feed>
