<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/array, branch 1.40.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.40.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.40.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-10-25T09:37:30+00:00</updated>
<entry>
<title>Fill tracking issue number for `array_value_iter` and fix Rust version</title>
<updated>2019-10-25T09:37:30+00:00</updated>
<author>
<name>Lukas Kalbertodt</name>
<email>lukas.kalbertodt@gmail.com</email>
</author>
<published>2019-10-25T08:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dcf343689973ef81d674c1df0f21fc9332c73f3f'/>
<id>urn:sha1:dcf343689973ef81d674c1df0f21fc9332c73f3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `array::IntoIter` as a consuming/by-value array iterator</title>
<updated>2019-10-24T13:46:44+00:00</updated>
<author>
<name>Lukas Kalbertodt</name>
<email>lukas.kalbertodt@gmail.com</email>
</author>
<published>2019-07-24T22:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a2e94ca1ee21f46eb18cd4392fa8e621ebaea20a'/>
<id>urn:sha1:a2e94ca1ee21f46eb18cd4392fa8e621ebaea20a</id>
<content type='text'>
The iterator is implemented using const generics. It implements the
traits `Iterator`, `DoubleEndedIterator`, `ExactSizeIterator`,
`FusedIterator` and `TrustedLen`. It also contains a public method
`new` to create it from an array.

`IntoIterator` was not implemented for arrays yet, as there are still
some open questions regarding backwards compatibility. This commit
only adds the iterator impl and does not yet offer a convenient way
to obtain that iterator.
</content>
</entry>
</feed>
