<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/self-missing-method.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<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>Only look for a matching method when normal field access fails</title>
<updated>2011-12-18T18:41:44+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-12-18T18:30:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f4acaf6934bf836e6d3feb14738378366f47bef0'/>
<id>urn:sha1:f4acaf6934bf836e6d3feb14738378366f47bef0</id>
<content type='text'>
We should probalby warn when defining a method foo on {foo: int} etc.

This should reduce the amount of useless typevars that are allocated.

Issue #1227
</content>
</entry>
<entry>
<title>Make uses of self in impls compile</title>
<updated>2011-12-16T10:46:57+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-12-14T14:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7efef989011307bb9bb1679c9022c17bffecd2f6'/>
<id>urn:sha1:7efef989011307bb9bb1679c9022c17bffecd2f6</id>
<content type='text'>
Get rid of expr_self_call, introduces def_self. `self` is now,
syntactically, simply a variable. A method implicitly brings a `self`
binding into scope.

Issue #1227
</content>
</entry>
<entry>
<title>Fix damage done by the pretty-printer</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:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e2a7bff7faf040b1eced0ee3547b28f6962cedc'/>
<id>urn:sha1:6e2a7bff7faf040b1eced0ee3547b28f6962cedc</id>
<content type='text'>
</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>Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.</title>
<updated>2011-07-13T22:44:09+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-07-13T22:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=39151f2ad8d18554af1d6787bae0b02345e1d90b'/>
<id>urn:sha1:39151f2ad8d18554af1d6787bae0b02345e1d90b</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>Fix mistaken replacements in error-pattern comments in tests</title>
<updated>2011-05-12T19:45:29+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-05-12T19:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9419c5df77bed44137937154fa5e38e155c84176'/>
<id>urn:sha1:9419c5df77bed44137937154fa5e38e155c84176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Downcase std modules again, move to :: for module dereferencing</title>
<updated>2011-05-12T19:30:44+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-05-12T15:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3816e57fd2a8ab19e4ac6d4b3ddd5b49d5973ff2'/>
<id>urn:sha1:3816e57fd2a8ab19e4ac6d4b3ddd5b49d5973ff2</id>
<content type='text'>
This should be a snapshot transition.
</content>
</entry>
<entry>
<title>Beginnings of support for magical self prefix; nothing profound happening yet.</title>
<updated>2011-03-29T22:59:15+00:00</updated>
<author>
<name>Lindsey Kuper</name>
<email>lkuper@mozilla.com</email>
</author>
<published>2011-03-29T22:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55fbed3d8d7078bfd3864e64cc044cbe876c5d1a'/>
<id>urn:sha1:55fbed3d8d7078bfd3864e64cc044cbe876c5d1a</id>
<content type='text'>
</content>
</entry>
</feed>
