<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/obj-self-3.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-01-13T10:52:13+00:00</updated>
<entry>
<title>Remove tests for objs, adjust tests that use objs</title>
<updated>2012-01-13T10:52:13+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-13T10:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2be5b6c7a20b8b33f61cd0db4a3cbbdd7a5448a'/>
<id>urn:sha1:d2be5b6c7a20b8b33f61cd0db4a3cbbdd7a5448a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disallow writing to function arguments again</title>
<updated>2011-11-03T09:57:54+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-11-03T09:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1a68a98824cab9122bb39920d09415ff34a3944e'/>
<id>urn:sha1:1a68a98824cab9122bb39920d09415ff34a3944e</id>
<content type='text'>
Remove implicit copying hack.

Closes #1118
</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>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>Remove xfail-boot lines from tests</title>
<updated>2011-05-15T01:05:22+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>andersrb@gmail.com</email>
</author>
<published>2011-05-15T01:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f33d490032cbfdfcf870fb86f192261c6e6628f2'/>
<id>urn:sha1:f33d490032cbfdfcf870fb86f192261c6e6628f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove 'deprecated mutable...' from our code</title>
<updated>2011-05-05T18:19:43+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-05-05T18:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f45dda9d2944a90e1dfa9599d030cbfb4f927b7'/>
<id>urn:sha1:1f45dda9d2944a90e1dfa9599d030cbfb4f927b7</id>
<content type='text'>
This should make compilation a bit less noisy.
</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>
<entry>
<title>Use different syntax for checks that matter to typestate</title>
<updated>2011-05-02T19:16:29+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2011-05-02T18:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa25f22f197682de3b18fc4c8ba068d1feda220f'/>
<id>urn:sha1:aa25f22f197682de3b18fc4c8ba068d1feda220f</id>
<content type='text'>
This giant commit changes the syntax of Rust to use "assert" for
"check" expressions that didn't mean anything to the typestate
system, and continue using "check" for checks that are used as
part of typestate checking.

Most of the changes are just replacing "check" with "assert" in test
cases and rustc.
</content>
</entry>
</feed>
