<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/minus-string.rs, branch 0.10</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.10</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.10'/>
<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>Treat bare vector and string literals as fixed length vecs. Closes #2922.</title>
<updated>2012-07-14T21:30:48+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-07-14T20:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6822ec3eb4cb39a3a075b8373fcc974424ef63e8'/>
<id>urn:sha1:6822ec3eb4cb39a3a075b8373fcc974424ef63e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the pretty printer to print vstores for strs in prefix notation.</title>
<updated>2012-07-14T00:03:54+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-07-13T22:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5e69d611e83c392cb83837ed3e6e440cc180d63'/>
<id>urn:sha1:f5e69d611e83c392cb83837ed3e6e440cc180d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make str be treated as str/~.</title>
<updated>2012-07-12T07:21:04+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-07-12T02:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b265035661daefd7d30f05896a748e55bb561b0'/>
<id>urn:sha1:7b265035661daefd7d30f05896a748e55bb561b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow operator overloading of the indexing operator</title>
<updated>2012-01-26T14:23:11+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-26T14:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=888262b337d90a275074a2ad2ac119984b55205a'/>
<id>urn:sha1:888262b337d90a275074a2ad2ac119984b55205a</id>
<content type='text'>
The method `op_index` (which takes a single argument) is used for
this.

Issue #1520
</content>
</entry>
<entry>
<title>First stab at operator overloading</title>
<updated>2012-01-26T13:25:06+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-26T11:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87b064b249657c8e65079d01beb77409f69d49cd'/>
<id>urn:sha1:87b064b249657c8e65079d01beb77409f69d49cd</id>
<content type='text'>
When no built-in interpretation is found for one of the operators
mentioned below, the typechecker will try to turn it into a method
call with the name written next to it. For binary operators, the
method will be called on the LHS with the RHS as only parameter.

Binary:

    +   op_add
    -   op_sub
    *   op_mul
    /   op_div
    %   op_rem
    &amp;   op_and
    |   op_or
    ^   op_xor
    &lt;&lt;  op_shift_left
    &gt;&gt;  op_shift_right
    &gt;&gt;&gt; op_ashift_right

Unary:

    -   op_neg
    !   op_not

Overloading of the indexing ([]) operator isn't finished yet.

Issue #1520
</content>
</entry>
<entry>
<title>On second thought, re-land pull request #1385 with backquotes; easier to grep, can change in the future.</title>
<updated>2011-12-28T21:41:31+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-12-28T21:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2ed1005bd73f366374a24c77155acb3f8d44f67f'/>
<id>urn:sha1:2ed1005bd73f366374a24c77155acb3f8d44f67f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use singlequotes in the typechecker too, to distinguish code and English</title>
<updated>2011-12-25T19:27:09+00:00</updated>
<author>
<name>Lenny222</name>
<email>github@kudling.de</email>
</author>
<published>2011-12-25T19:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0b9751b141af92cc41795c99e64b706b402617cd'/>
<id>urn:sha1:0b9751b141af92cc41795c99e64b706b402617cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print the type of istrs as 'str' in error messages. Issue #855</title>
<updated>2011-09-03T05:11:46+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-09-02T23:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6217ce958e4b1007ca9e49751dba1aa1b68fbe67'/>
<id>urn:sha1:6217ce958e4b1007ca9e49751dba1aa1b68fbe67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the error-patterns in 2 cfail tests. Issue #855</title>
<updated>2011-09-02T00:19:36+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-09-02T00:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=913667ba2550cbc6b8673580ef90d025d4abd205'/>
<id>urn:sha1:913667ba2550cbc6b8673580ef90d025d4abd205</id>
<content type='text'>
</content>
</entry>
</feed>
