<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/array.rs, branch 1.36.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.36.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.36.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-05-11T19:13:12+00:00</updated>
<entry>
<title>Auto merge of #60318 - jethrogb:jb/try-from-slice-to-infallible, r=sfackler</title>
<updated>2019-05-11T19:13:12+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-05-11T19:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=af98304b9a006e2f9a367b1f79dd7655f243c150'/>
<id>urn:sha1:af98304b9a006e2f9a367b1f79dd7655f243c150</id>
<content type='text'>
impl From&lt;Infallible&gt; for TryFromSliceError

I believe this was missed when TryFrom was stabilized. I think `TryFromSliceError` and `TryFromIntError` are the only two `TryFrom` error types that appear in `std`. I think trait implementations have to be insta-stable, but I'm not sure.
</content>
</entry>
<entry>
<title>Stabilize and re-export core::array</title>
<updated>2019-05-09T03:50:55+00:00</updated>
<author>
<name>Yuki OKUSHI</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2019-05-09T02:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=028e78d93aac664325d7ed49703032bc3ed3c185'/>
<id>urn:sha1:028e78d93aac664325d7ed49703032bc3ed3c185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>impl From&lt;Infallible&gt; for TryFromSliceError</title>
<updated>2019-04-29T16:16:23+00:00</updated>
<author>
<name>Jethro Beekman</name>
<email>jethro@fortanix.com</email>
</author>
<published>2019-04-26T19:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=24d89e5016d269637712e9b3806f07234d59a650'/>
<id>urn:sha1:24d89e5016d269637712e9b3806f07234d59a650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libcore: deny more...</title>
<updated>2019-04-18T23:37:12+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-04-18T23:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dbfbadeac4f593e31bbcb57bc7c3b1d17ab1cd65'/>
<id>urn:sha1:dbfbadeac4f593e31bbcb57bc7c3b1d17ab1cd65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libcore =&gt; 2018</title>
<updated>2019-04-18T05:47:35+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-04-15T02:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=360432f1e8794de58cd94f34c9c17ad65871e5b5'/>
<id>urn:sha1:360432f1e8794de58cd94f34c9c17ad65871e5b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use lifetime contravariance to elide more lifetimes in core+alloc+std</title>
<updated>2019-03-10T03:10:28+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2019-03-10T03:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df4ea90b39c808e858e05f3b4bb05fc29f812d26'/>
<id>urn:sha1:df4ea90b39c808e858e05f3b4bb05fc29f812d26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize TryFrom and TryInto</title>
<updated>2019-02-13T17:00:18+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2019-02-08T14:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c80a8f51dcdc90dd8a5234f3bef6160814eee5df'/>
<id>urn:sha1:c80a8f51dcdc90dd8a5234f3bef6160814eee5df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add TryFrom&lt;&amp;[T]&gt; for [T; $N] where T: Copy</title>
<updated>2018-11-25T21:34:59+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-11-25T16:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=057e6d3a35a54e8b88c2cef1e6a1b9e590066276'/>
<id>urn:sha1:057e6d3a35a54e8b88c2cef1e6a1b9e590066276</id>
<content type='text'>
`TryFrom&lt;&amp;[T]&gt; for &amp;[T; $N]` (note *reference* to an array) already exists,
but not needing to dereference makes type inference easier
for example when using `u32::from_be_bytes`.

Also add doc examples doing just that.
</content>
</entry>
<entry>
<title>Revert "Stabilize the TryFrom and TryInto traits"</title>
<updated>2018-04-20T16:10:00+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=d141fdc3bfce5ab675a0c74b2fd6cf89ac4ef3f8'/>
<id>urn:sha1:d141fdc3bfce5ab675a0c74b2fd6cf89ac4ef3f8</id>
<content type='text'>
This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e.
</content>
</entry>
</feed>
