<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/ufcs-qpath-missing-params.rs, branch 1.4.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.4.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-05-26T20:12:52+00:00</updated>
<entry>
<title>Pluralize E0087-E0090 messages based on number of parameters.</title>
<updated>2015-05-26T20:12:52+00:00</updated>
<author>
<name>Nick Hamann</name>
<email>nick@wabbo.org</email>
</author>
<published>2015-05-21T18:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fbef978fd7c406ce306c7fa060e86125b99b9498'/>
<id>urn:sha1:fbef978fd7c406ce306c7fa060e86125b99b9498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: don't use TraitRef in QPath.</title>
<updated>2015-02-24T12:14:16+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2015-01-30T08:09:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=004df413aa35b3d610faf231682cfbae5d4eeb46'/>
<id>urn:sha1:004df413aa35b3d610faf231682cfbae5d4eeb46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize std::borrow</title>
<updated>2015-02-18T23:23:58+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-02-12T07:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a99e698628cbd396c8100ef776d10ac61d911847'/>
<id>urn:sha1:a99e698628cbd396c8100ef776d10ac61d911847</id>
<content type='text'>
This commit stabilizes `std::borrow`, making the following modifications
to catch up the API with language changes:

* It renames `BorrowFrom` to `Borrow`, as was originally intended (but
  blocked for technical reasons), and reorders the parameters
  accordingly.

* It moves the type parameter of `ToOwned` to an associated type. This
  is somewhat less flexible, in that each borrowed type must have a
  unique owned type, but leads to a significant simplification for
  `Cow`. Flexibility can be regained by using newtyped slices, which is
  advisable for other reasons anyway.

* It removes the owned type parameter from `Cow`, making the type much
  less verbose.

* Deprecates the `is_owned` and `is_borrowed` predicates in favor of
  direct matching.

The above API changes are relatively minor; the basic functionality
remains the same, and essentially the whole module is now marked
`#[stable]`.

[breaking-change]
</content>
</entry>
<entry>
<title>rustc: implement fully qualified UFCS expressions.</title>
<updated>2015-01-15T16:51:15+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2015-01-15T07:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=85ba8178e2e995c0da6eb9268612baca8a6ba2e3'/>
<id>urn:sha1:85ba8178e2e995c0da6eb9268612baca8a6ba2e3</id>
<content type='text'>
</content>
</entry>
</feed>
