<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/linear-for-loop.rs, branch 0.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2011-12-23T01:53:53+00:00</updated>
<entry>
<title>Register new snapshots, purge log_err and log_full in favour of log(...).</title>
<updated>2011-12-23T01:53:53+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-12-23T01:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f0dfbe7b1b8d630488441982cf3d46f82a3a89db'/>
<id>urn:sha1:f0dfbe7b1b8d630488441982cf3d46f82a3a89db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Register snapshots and switch logging over to use of log_full or #error / #debug.</title>
<updated>2011-12-22T22:42:52+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-12-22T22:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8b580954fe140dd45db61d719a49065c3e31de95'/>
<id>urn:sha1:8b580954fe140dd45db61d719a49065c3e31de95</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>The wonky for...in... whitespace was bothering me.  Sorry!</title>
<updated>2011-08-16T05:19:50+00:00</updated>
<author>
<name>Lindsey Kuper</name>
<email>lkuper@mozilla.com</email>
</author>
<published>2011-08-16T04:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f91351aaf69b0d4fefaff0df1c288466c0183de5'/>
<id>urn:sha1:f91351aaf69b0d4fefaff0df1c288466c0183de5</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>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>Rewrite everything to use [] instead of vec() in value position.</title>
<updated>2011-05-17T01:21:22+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-05-17T01:21:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fbbc1a77d242fafa1393127defa7ffec0bcb9e54'/>
<id>urn:sha1:fbbc1a77d242fafa1393127defa7ffec0bcb9e54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Un-revert "Use different syntax for checks that matter to typestate", fixing the problem.</title>
<updated>2011-05-03T00:50:46+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2011-05-03T00:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=147a2d655f86c66b6edfebc20b927a8de8668722'/>
<id>urn:sha1:147a2d655f86c66b6edfebc20b927a8de8668722</id>
<content type='text'>
This reverts commit d08b443fffb1181d8d45ae5d061412f202dd4118.
</content>
</entry>
<entry>
<title>Revert "Use different syntax for checks that matter to typestate"</title>
<updated>2011-05-03T00:35:33+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-05-02T23:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d08b443fffb1181d8d45ae5d061412f202dd4118'/>
<id>urn:sha1:d08b443fffb1181d8d45ae5d061412f202dd4118</id>
<content type='text'>
This reverts commit aa25f22f197682de3b18fc4c8ba068d1feda220f. It broke stage2, not sure why yet.
</content>
</entry>
</feed>
