<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/auto-deref-bind.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-06-21T00:27:28+00:00</updated>
<entry>
<title>Remove bind. Issue #2189</title>
<updated>2012-06-21T00:27:28+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-06-20T02:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4dcf84e4f4a9a54254fd426609ad9f1ccffae3b9'/>
<id>urn:sha1:4dcf84e4f4a9a54254fd426609ad9f1ccffae3b9</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>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>Implement autoderef for function calls.</title>
<updated>2011-07-01T10:39:58+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2011-07-01T09:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b1b5d5a8a9aba6a682f95b7c738945be8e1fca2'/>
<id>urn:sha1:7b1b5d5a8a9aba6a682f95b7c738945be8e1fca2</id>
<content type='text'>
This is important since we are going to be making functions noncopyable
soon, which means we'll be seeing a lot of boxed functions.
(*f)(...) is really just too heavyweight.

Doing the autodereferencing was a very little bit tricky since
trans_call works with an *lval* of the function whereas existing
autoderef code was not for lvals.
</content>
</entry>
</feed>
