<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/error.rs, branch 1.26.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.26.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.26.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-04-22T00:06:50+00:00</updated>
<entry>
<title>Revert "Stabilize the TryFrom and TryInto traits"</title>
<updated>2018-04-22T00:06:50+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2018-04-20T15:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d8cd933713352337e9a8ab5c8accd0926093d644'/>
<id>urn:sha1:d8cd933713352337e9a8ab5c8accd0926093d644</id>
<content type='text'>
This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e.
</content>
</entry>
<entry>
<title>Revert stabilization of `feature(never_type)`.</title>
<updated>2018-04-22T00:05:10+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2018-04-20T15:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1bc69894fc86e7a0b2bdcdda05f04ff1897bc640'/>
<id>urn:sha1:1bc69894fc86e7a0b2bdcdda05f04ff1897bc640</id>
<content type='text'>
This commit is just covering the feature gate itself and the tests
that made direct use of `!` and thus need to opt back into the
feature.

A follow on commit brings back the other change that motivates the
revert: Namely, going back to the old rules for falling back to `()`.
</content>
</entry>
<entry>
<title>Stabilize the TryFrom and TryInto traits</title>
<updated>2018-03-26T21:36:02+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-03-23T12:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e53a2a72743810e05f58c61c9d8a4c89b712ad2e'/>
<id>urn:sha1:e53a2a72743810e05f58c61c9d8a4c89b712ad2e</id>
<content type='text'>
Tracking issue: https://github.com/rust-lang/rust/issues/33417
</content>
</entry>
<entry>
<title>replace `convert::Infallible` with `!`</title>
<updated>2018-03-15T04:35:56+00:00</updated>
<author>
<name>Andrew Cann</name>
<email>shum@canndrew.org</email>
</author>
<published>2018-03-15T04:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4647156985404f07dc2e61eed6f2e24770b339a9'/>
<id>urn:sha1:4647156985404f07dc2e61eed6f2e24770b339a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change never_type stabilisation version</title>
<updated>2018-03-14T04:44:51+00:00</updated>
<author>
<name>Andrew Cann</name>
<email>shum@canndrew.org</email>
</author>
<published>2018-02-28T17:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a704624ef5830541acb9912146fa28305b9a920c'/>
<id>urn:sha1:a704624ef5830541acb9912146fa28305b9a920c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix version number</title>
<updated>2018-03-14T04:44:51+00:00</updated>
<author>
<name>Andrew Cann</name>
<email>shum@canndrew.org</email>
</author>
<published>2018-01-21T10:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=32ddb30715f73498477262c992d1152cf10ca631'/>
<id>urn:sha1:32ddb30715f73498477262c992d1152cf10ca631</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stabilise feature(never_type)</title>
<updated>2018-03-14T04:44:51+00:00</updated>
<author>
<name>Andrew Cann</name>
<email>shum@canndrew.org</email>
</author>
<published>2018-01-21T08:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9fc3901b07d0494bd3eb9c37b10e63b429714b0'/>
<id>urn:sha1:a9fc3901b07d0494bd3eb9c37b10e63b429714b0</id>
<content type='text'>
Replace feature(never_type) with feature(exhaustive_patterns).
feature(exhaustive_patterns) only covers the pattern-exhaustives checks
that used to be covered by feature(never_type)
</content>
</entry>
<entry>
<title>Rename never_type_impls gate to never_type</title>
<updated>2017-12-12T06:03:03+00:00</updated>
<author>
<name>Andrew Cann</name>
<email>shum@canndrew.org</email>
</author>
<published>2017-11-25T06:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9df045b7955eef6dd28290497df941036cfbeab'/>
<id>urn:sha1:b9df045b7955eef6dd28290497df941036cfbeab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master'</title>
<updated>2017-09-30T14:08:33+00:00</updated>
<author>
<name>Nikolai Vazquez</name>
<email>nvazquez1297@gmail.com</email>
</author>
<published>2017-09-30T14:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c853adce9103b8bc84cd6b0026bcdc2eed7da31'/>
<id>urn:sha1:4c853adce9103b8bc84cd6b0026bcdc2eed7da31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler</title>
<updated>2017-09-29T22:35:23+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-09-29T22:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7041bfab3a83702a8026fb7a18d8ea7d54cc648'/>
<id>urn:sha1:b7041bfab3a83702a8026fb7a18d8ea7d54cc648</id>
<content type='text'>
Add blanket TryFrom impl when From is implemented.

Adds `impl&lt;T, U&gt; TryFrom&lt;T&gt; for U where U: From&lt;T&gt;`.

Removes `impl&lt;'a, T&gt; TryFrom&lt;&amp;'a str&gt; for T where T: FromStr` (originally added in #40281) due to overlapping impls caused by the new blanket impl. This removal is to be discussed further on the tracking issue for TryFrom.

Refs #33417.

/cc @sfackler, @scottmcm (thank you for the help!), and @aturon
</content>
</entry>
</feed>
