<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc/string.rs, branch 1.22.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.22.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.22.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-09-17T08:41:24+00:00</updated>
<entry>
<title>Updated tracking issue for String::splice and its unstable-book entry</title>
<updated>2017-09-17T08:41:24+00:00</updated>
<author>
<name>Michal Budzynski</name>
<email>budziq@gmail.com</email>
</author>
<published>2017-09-17T08:41:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b167f98d9dcfef79519d79d03930062215158fc'/>
<id>urn:sha1:6b167f98d9dcfef79519d79d03930062215158fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #44572 - frewsxcv:frewsxcv-from-utf16-lossy, r=QuietMisdreavus</title>
<updated>2017-09-15T02:32:52+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-09-15T02:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=68e0f28304249a4f2db6b177b3be156ba4774a92'/>
<id>urn:sha1:68e0f28304249a4f2db6b177b3be156ba4774a92</id>
<content type='text'>
Clarify return type of `String::from_utf16_lossy`.

Fixes https://github.com/rust-lang/rust/issues/32874
</content>
</entry>
<entry>
<title>Rollup merge of #44453 - tommyip:doc_string_as_mut_str, r=frewsxcv</title>
<updated>2017-09-15T02:32:38+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-09-15T02:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4f6fba1d9b3acddc8c63e7ccdf857cfc0032aa2'/>
<id>urn:sha1:b4f6fba1d9b3acddc8c63e7ccdf857cfc0032aa2</id>
<content type='text'>
Add doc example to String::as_mut_str

Fixes #44429.
</content>
</entry>
<entry>
<title>Clarify return type of `String::from_utf16_lossy`.</title>
<updated>2017-09-14T19:47:37+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-09-14T19:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=258ef37f8e81388a11f420411e35b427215b0754'/>
<id>urn:sha1:258ef37f8e81388a11f420411e35b427215b0754</id>
<content type='text'>
Fixes https://github.com/rust-lang/rust/issues/32874
</content>
</entry>
<entry>
<title>Add doc example to String::as_mut_str</title>
<updated>2017-09-10T13:11:27+00:00</updated>
<author>
<name>Tommy Ip</name>
<email>hkmp7tommy@gmail.com</email>
</author>
<published>2017-09-09T12:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc1a4c635703e08f0ee5830b389b2b804e82d76b'/>
<id>urn:sha1:bc1a4c635703e08f0ee5830b389b2b804e82d76b</id>
<content type='text'>
Fixes #44429.
</content>
</entry>
<entry>
<title>Add doc example to String::as_str</title>
<updated>2017-09-09T08:05:54+00:00</updated>
<author>
<name>Tommy Ip</name>
<email>hkmp7tommy@gmail.com</email>
</author>
<published>2017-09-09T08:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3e8fadc2ac5d5e25aaf0449d50988c54be92dbe4'/>
<id>urn:sha1:3e8fadc2ac5d5e25aaf0449d50988c54be92dbe4</id>
<content type='text'>
Fixes #44428.
</content>
</entry>
<entry>
<title>Rollup merge of #44044 - mattico:string-splice-return, r=dtolnay</title>
<updated>2017-08-30T16:11:09+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-08-30T16:11:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=581dc932932199ab0f2d0beb00144e0e56fb5aae'/>
<id>urn:sha1:581dc932932199ab0f2d0beb00144e0e56fb5aae</id>
<content type='text'>
Remove Splice struct return value from String::splice

The implementation is now almost identical to the one in the RFC.

Fixes #44038
cc #32310
</content>
</entry>
<entry>
<title>Remove Splice struct return value from String::splice</title>
<updated>2017-08-26T20:07:32+00:00</updated>
<author>
<name>Matt Ickstadt</name>
<email>mattico8@gmail.com</email>
</author>
<published>2017-08-22T20:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c3c43c8005555f910b678b861ff4660c874199d'/>
<id>urn:sha1:0c3c43c8005555f910b678b861ff4660c874199d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing link in string doc</title>
<updated>2017-08-25T21:09:00+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2017-08-25T21:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a6c724ddedf10e60b6fff76a9347cabf1807c04'/>
<id>urn:sha1:0a6c724ddedf10e60b6fff76a9347cabf1807c04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing links for String module and type</title>
<updated>2017-08-18T15:17:46+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2017-08-18T15:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b88773f58822c592155c531200ed0b20ef11e9f1'/>
<id>urn:sha1:b88773f58822c592155c531200ed0b20ef11e9f1</id>
<content type='text'>
</content>
</entry>
</feed>
