<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd_unicode, branch 1.26.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.26.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.26.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-04-23T14:35:41+00:00</updated>
<entry>
<title>TryFrom destabilization fixups</title>
<updated>2018-04-23T14:35:41+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2018-04-23T14:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ca8ce95667e6dc02b5574a14f1afd84f18238db'/>
<id>urn:sha1:1ca8ce95667e6dc02b5574a14f1afd84f18238db</id>
<content type='text'>
</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>Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton</title>
<updated>2018-03-06T12:52:37+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-03-06T10:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8e3493d45924fdb869c37dcb992759f71defed7c'/>
<id>urn:sha1:8e3493d45924fdb869c37dcb992759f71defed7c</id>
<content type='text'>
Stabilize FusedIterator

FusedIterator is a marker trait that promises that the implementing
iterator continues to return `None` from `.next()` once it has returned
`None` once (and/or `.next_back()`, if implemented).

The effects of FusedIterator are already widely available through
`.fuse()`, but with stable `FusedIterator`, stable Rust users can
implement this trait for their iterators when appropriate.

Closes #35602
</content>
</entry>
<entry>
<title>core: Update stability attributes for FusedIterator</title>
<updated>2018-03-03T13:23:05+00:00</updated>
<author>
<name>Ulrik Sverdrup</name>
<email>bluss@users.noreply.github.com</email>
</author>
<published>2018-03-03T13:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7c23fe9482c129855a667909ff58969f6efe1f6'/>
<id>urn:sha1:c7c23fe9482c129855a667909ff58969f6efe1f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Stabilize FusedIterator</title>
<updated>2018-03-03T13:14:03+00:00</updated>
<author>
<name>Ulrik Sverdrup</name>
<email>bluss@users.noreply.github.com</email>
</author>
<published>2018-01-15T18:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc651cac8d671aee9be876b71d0fa86f94f56b0f'/>
<id>urn:sha1:bc651cac8d671aee9be876b71d0fa86f94f56b0f</id>
<content type='text'>
FusedIterator is a marker trait that promises that the implementing
iterator continues to return `None` from `.next()` once it has returned
`None` once (and/or `.next_back()`, if implemented).

The effects of FusedIterator are already widely available through
`.fuse()`, but with stable `FusedIterator`, stable Rust users can
implement this trait for their iterators when appropriate.
</content>
</entry>
<entry>
<title>impl Clone for ::std_unicode::char::{ToLowercase, ToUppercase}</title>
<updated>2018-03-01T04:58:16+00:00</updated>
<author>
<name>M Farkas-Dyck</name>
<email>strake888@gmail.com</email>
</author>
<published>2018-03-01T04:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5ac4f62f3832f2a4ed26ab95567c96a38a9f4f15'/>
<id>urn:sha1:5ac4f62f3832f2a4ed26ab95567c96a38a9f4f15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes docs for ASCII functions to no longer claim U+0021 is '@'.</title>
<updated>2018-02-25T05:48:51+00:00</updated>
<author>
<name>Nathan Ringo</name>
<email>remexre@gmail.com</email>
</author>
<published>2018-02-25T05:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=64236092e5aa8fca2b9175df5a1192fd3d46e29b'/>
<id>urn:sha1:64236092e5aa8fca2b9175df5a1192fd3d46e29b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reexport -&gt; re-export in prose and documentation comments</title>
<updated>2018-01-15T18:36:53+00:00</updated>
<author>
<name>Carol (Nichols || Goulding)</name>
<email>carol.nichols@gmail.com</email>
</author>
<published>2018-01-12T21:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e168aa385b9afb6c84071a09910724bdde3dfc5f'/>
<id>urn:sha1:e168aa385b9afb6c84071a09910724bdde3dfc5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move static code outside of unciode.py.</title>
<updated>2018-01-03T03:51:22+00:00</updated>
<author>
<name>Clar Charr</name>
<email>clar@charr.xyz</email>
</author>
<published>2017-12-31T07:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4b3ddd59e2a041646f7b300ad727a5d4f48a488'/>
<id>urn:sha1:b4b3ddd59e2a041646f7b300ad727a5d4f48a488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #46411 - rillian:str_ascii, r=kennytm</title>
<updated>2017-12-12T03:30:43+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-12-12T03:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a0b65284686a5d984994708596d029267e7bf7b'/>
<id>urn:sha1:3a0b65284686a5d984994708596d029267e7bf7b</id>
<content type='text'>
Mark ascii methods on primitive types stable in 1.23.0 not 1.21.0.

The ascii_methods_on_intrinsics feature stabilization
didn't land in time for 1.21.0. Update the annotation
so the documentation is correct about when these
methods became available.
</content>
</entry>
</feed>
