<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/expr-elseif-ref.rs, branch release-0.5</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.5</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.5'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-12-11T01:32:58+00:00</updated>
<entry>
<title>Reliciense makefiles and testsuite. Yup.</title>
<updated>2012-12-11T01:32:58+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-11T01:32:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1affff623604de21813fd791042458ad54248e9'/>
<id>urn:sha1:d1affff623604de21813fd791042458ad54248e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat</title>
<updated>2011-08-20T18:04:00+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-19T22:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=518dc52f85c2efb67aaa1208c02e9a7e0bdaca49'/>
<id>urn:sha1:518dc52f85c2efb67aaa1208c02e9a7e0bdaca49</id>
<content type='text'>
This changes the indexing syntax from .() to [], the vector syntax from ~[] to
[] and the extension syntax from #fmt() to #fmt[]
</content>
</entry>
<entry>
<title>Change some tests that used binop autoderef.</title>
<updated>2011-08-13T01:28:03+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2011-08-12T22:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5271405480f53ab1ed05da11001858c25be8558'/>
<id>urn:sha1:e5271405480f53ab1ed05da11001858c25be8558</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert most working tests to ivecs</title>
<updated>2011-08-12T23:13:13+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-12T22:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee7d03f7d7691e7ada44c29e09edebb2cf3791c5'/>
<id>urn:sha1:ee7d03f7d7691e7ada44c29e09edebb2cf3791c5</id>
<content type='text'>
I tried to pay attention to what was actually being tested so, e.g. when I
test was just using a vec as a boxed thing, I converted to boxed ints, etc.

Haven't converted the macro tests yet. Not sure what to do there.
</content>
</entry>
<entry>
<title>Remove all xfail-stage0 directives</title>
<updated>2011-08-03T17:55:59+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-03T06:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c53402846ea7fabe8595c3f50cbc786db16d087a'/>
<id>urn:sha1:c53402846ea7fabe8595c3f50cbc786db16d087a</id>
<content type='text'>
While it is still technically possible to test stage 0, it is not part of any
of the main testing rules and maintaining xfail-stage0 is a chore. Nobody
should worry about how tests fare in stage0.
</content>
</entry>
<entry>
<title>Reformat for new syntax</title>
<updated>2011-07-27T13:54:33+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-07-27T12:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df7f21db093b0f206048b18e977161f91b7c28f1'/>
<id>urn:sha1:df7f21db093b0f206048b18e977161f91b7c28f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat source tree (minus a couple tests that are still grumpy).</title>
<updated>2011-06-15T18:19:50+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-06-15T18:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce72993488af962892ea3991aef7b9f6e72e40f0'/>
<id>urn:sha1:ce72993488af962892ea3991aef7b9f6e72e40f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Run block cleanups on else if blocks</title>
<updated>2011-05-18T02:25:24+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>andersrb@gmail.com</email>
</author>
<published>2011-05-18T00:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a98ea4f3ef60ddd83ff19d67fbc9db172893a521'/>
<id>urn:sha1:a98ea4f3ef60ddd83ff19d67fbc9db172893a521</id>
<content type='text'>
With the scheme used to translate 'else if' currently the if expression is
translated in a new (else) scope context. If that if expression wants to
result in a value that requires refcounting then it will need to drop the
refcount in the cleanups of the else block.
</content>
</entry>
</feed>
