<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/compiletest/header.rs, branch release-0.3</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.3</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.3'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-07-02T02:19:32+00:00</updated>
<entry>
<title>Convert to new closure syntax</title>
<updated>2012-07-02T02:19:32+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-06-30T23:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1fc2b5995fdef69fe1dbdbba3703398c0aa547b'/>
<id>urn:sha1:d1fc2b5995fdef69fe1dbdbba3703398c0aa547b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate usages of old sugared call syntax</title>
<updated>2012-06-30T23:01:49+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-06-26T20:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a3382b6f26e582210a3b649c9a71badaef0530bf'/>
<id>urn:sha1:a3382b6f26e582210a3b649c9a71badaef0530bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.</title>
<updated>2012-06-30T00:41:45+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-06-29T23:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98e161f00e8850b0f5c6a3a9f1b22b222c2355b7'/>
<id>urn:sha1:98e161f00e8850b0f5c6a3a9f1b22b222c2355b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.</title>
<updated>2012-06-26T03:00:46+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-06-26T03:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=329eca6044fdf376a7a89ec7a96dba7a8b884cf7'/>
<id>urn:sha1:329eca6044fdf376a7a89ec7a96dba7a8b884cf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some singleton vector appends.</title>
<updated>2012-06-21T23:11:11+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eric.holk@gmail.com</email>
</author>
<published>2012-06-16T01:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51ba3518ec6bfe6b47c72bb33fc5b55e21f5ac7c'/>
<id>urn:sha1:51ba3518ec6bfe6b47c72bb33fc5b55e21f5ac7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compiletest::header::iter_header to work with new-style for loops</title>
<updated>2012-05-04T00:45:06+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-05-04T00:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=37f23303e63b16c1b9b2726d8dc464c44580abb1'/>
<id>urn:sha1:37f23303e63b16c1b9b2726d8dc464c44580abb1</id>
<content type='text'>
Gets rid of a FIXME -- yay!
</content>
</entry>
<entry>
<title>add option exec-env to set env variables during test execution</title>
<updated>2012-04-13T19:41:37+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-04-13T16:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dfc548dddafbf4e58a568329ebbe29f1eb36a0e8'/>
<id>urn:sha1:dfc548dddafbf4e58a568329ebbe29f1eb36a0e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-rename option functions</title>
<updated>2012-04-06T19:20:13+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-04-06T19:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d274ec5f2eb4b572aca99e98eb9a042882f999e'/>
<id>urn:sha1:9d274ec5f2eb4b572aca99e98eb9a042882f999e</id>
<content type='text'>
get_with_default (nee from_maybe) =&gt; get_default
with_option (nee maybe) =&gt; map_default
with_option_do (nee may) =&gt; iter

As per discussion of 21be1379d561b6679a8a2ea47dce88f948c5acca
</content>
</entry>
<entry>
<title>Rename some core::option functions</title>
<updated>2012-04-02T23:12:49+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-04-02T22:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=21be1379d561b6679a8a2ea47dce88f948c5acca'/>
<id>urn:sha1:21be1379d561b6679a8a2ea47dce88f948c5acca</id>
<content type='text'>
from_maybe =&gt; get_with_default
maybe =&gt; with_option
may =&gt; with_option_do

I know these names are kind of ridiculous, but it's the best I could think of.
Feel free to bikeshed. Closes #2081
</content>
</entry>
<entry>
<title>make --enforce-mut-vars always on, add mut annotations to remaining files</title>
<updated>2012-03-22T16:58:19+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-03-22T15:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc07280b087c89506ad7e5f66f4f88b18d06be2e'/>
<id>urn:sha1:dc07280b087c89506ad7e5f66f4f88b18d06be2e</id>
<content type='text'>
</content>
</entry>
</feed>
