<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/const-generics/array-impls, branch 1.38.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.38.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.38.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-08-05T14:26:53+00:00</updated>
<entry>
<title>Add implementations for converting boxed slices into boxed arrays</title>
<updated>2019-08-05T14:26:53+00:00</updated>
<author>
<name>Jake Goulding</name>
<email>jake.goulding@gmail.com</email>
</author>
<published>2019-06-04T12:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=32324d22c33dda31eadf49c5f27d6e6ff38a3ef1'/>
<id>urn:sha1:32324d22c33dda31eadf49c5f27d6e6ff38a3ef1</id>
<content type='text'>
This mirrors the implementations of reference slices into arrays.
</content>
</entry>
<entry>
<title>Add tests for Vec(Deque) array PartialEq impls.</title>
<updated>2019-07-28T04:46:41+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-07-28T04:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bfdfa85e73186ef96f082980113f7ace8561efd2'/>
<id>urn:sha1:bfdfa85e73186ef96f082980113f7ace8561efd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use const generics for array impls, restricted to 0..=32</title>
<updated>2019-07-07T18:31:38+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2019-07-06T06:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d6a9793722c1ab6066f4f71224aac078b54f03c0'/>
<id>urn:sha1:d6a9793722c1ab6066f4f71224aac078b54f03c0</id>
<content type='text'>
- uses a never-stable core::array::LengthAtMost32 to bound the impls
- includes a custom error message to avoid mentioning LengthAtMost32 too often
- doesn't use macros for the slice implementations to avoid #62433
</content>
</entry>
</feed>
