<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/const-generics/array-impls, branch 1.41.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.41.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.41.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-10-24T13:46:44+00:00</updated>
<entry>
<title>Add UI tests for `array::IntoIter` impls</title>
<updated>2019-10-24T13:46:44+00:00</updated>
<author>
<name>Lukas Kalbertodt</name>
<email>lukas.kalbertodt@gmail.com</email>
</author>
<published>2019-10-21T11:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c36b9ddcb40b81642cef2d1dd17bcd45f54c70da'/>
<id>urn:sha1:c36b9ddcb40b81642cef2d1dd17bcd45f54c70da</id>
<content type='text'>
This it to make sure traits are implemented for arrays with length 32
and below, while they are not implemented for &gt;= 33.
</content>
</entry>
<entry>
<title>When possible point at argument causing item obligation failure</title>
<updated>2019-09-19T19:10:23+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-09-16T04:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02e3fb89a7e0c7944ed8237f5d307322879b6fcc'/>
<id>urn:sha1:02e3fb89a7e0c7944ed8237f5d307322879b6fcc</id>
<content type='text'>
</content>
</entry>
<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>
