<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/str, branch 1.30.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.30.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.30.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-09-05T23:45:08+00:00</updated>
<entry>
<title>Auto merge of #52994 - varkor:trim_direction, r=alexcrichton</title>
<updated>2018-09-05T23:45:08+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-09-05T23:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8b7f164eab538025a29488e2e47ae7b4bbee2ad9'/>
<id>urn:sha1:8b7f164eab538025a29488e2e47ae7b4bbee2ad9</id>
<content type='text'>
Add trim_start, trim_end etc.; deprecate trim_left, trim_right, etc. in future

Adds the methods: `trim_start`, `trim_end`, `trim_start_matches` and `trim_end_matches`.
Deprecates `trim_left`, `trim_right`, `trim_left_matches` and `trim_right_matches` starting from Rust 1.33.0, three versions from when they'll initially be marked as being deprecated, using the future deprecation from https://github.com/rust-lang/rust/issues/30785 and https://github.com/rust-lang/rust/pull/51681.

Fixes https://github.com/rust-lang/rust/issues/30459.
</content>
</entry>
<entry>
<title>use char pattern for single-character splits: a.split("x") -&gt; a.split('x')</title>
<updated>2018-08-22T10:56:32+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2018-08-22T10:55:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e6990767802a115d780394f97683528d0bfe960c'/>
<id>urn:sha1:e6990767802a115d780394f97683528d0bfe960c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace usages of ptr::offset with ptr::{add,sub}.</title>
<updated>2018-08-20T11:28:34+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2018-08-20T02:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=993fb934640b7e514f3c629c33a2698a83ed8c3e'/>
<id>urn:sha1:993fb934640b7e514f3c629c33a2698a83ed8c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomez</title>
<updated>2018-08-12T21:27:04+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-08-12T21:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f618071c46064c0cb6a9a367eb5c9d9a7607c395'/>
<id>urn:sha1:f618071c46064c0cb6a9a367eb5c9d9a7607c395</id>
<content type='text'>
Add links to std::char::REPLACEMENT_CHARACTER from docs.

There are a few places where we mention the replacement character in the
docs, and it could be helpful for users to utilize the constant which is
available in the standard library, so let’s link to it!
</content>
</entry>
<entry>
<title>Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm</title>
<updated>2018-08-12T21:26:51+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2018-08-12T21:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28e1a7ba5ea65debc5e7402a9128196732c99d56'/>
<id>urn:sha1:28e1a7ba5ea65debc5e7402a9128196732c99d56</id>
<content type='text'>
Remove explicit returns where unnecessary
</content>
</entry>
<entry>
<title>Add links to std::char::REPLACEMENT_CHARACTER from docs.</title>
<updated>2018-08-11T19:42:35+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2018-08-11T18:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec18991492849393a8b3ae4e0c70a22319e8ea60'/>
<id>urn:sha1:ec18991492849393a8b3ae4e0c70a22319e8ea60</id>
<content type='text'>
There are a few places where we mention the replacement character in the
docs, and it could be helpful for users to utilize the constant which is
available in the standard library, so let’s link to it!
</content>
</entry>
<entry>
<title>Make features stable and clarify examples</title>
<updated>2018-08-05T21:48:30+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-08-05T20:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3e10ffcb81e8f887289904e5aaf272e872a9cb2c'/>
<id>urn:sha1:3e10ffcb81e8f887289904e5aaf272e872a9cb2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove explicit returns where unnecessary</title>
<updated>2018-08-04T12:31:03+00:00</updated>
<author>
<name>ljedrz</name>
<email>ljedrz@gmail.com</email>
</author>
<published>2018-08-04T12:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1667950d732bdeb9181fb34b247fc72751255b6f'/>
<id>urn:sha1:1667950d732bdeb9181fb34b247fc72751255b6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deleted changed lines</title>
<updated>2018-08-04T03:51:02+00:00</updated>
<author>
<name>redroc</name>
<email>philipp.koppenstein@udo.edu</email>
</author>
<published>2018-08-04T03:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=616970758b438322d36bb903fcb6422575b12216'/>
<id>urn:sha1:616970758b438322d36bb903fcb6422575b12216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed broken links to char</title>
<updated>2018-08-04T01:36:58+00:00</updated>
<author>
<name>redroc</name>
<email>philipp.koppenstein@udo.edu</email>
</author>
<published>2018-08-04T01:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=33483fa0e35b7d8c08d75f4bbc0f54c003e6ec2a'/>
<id>urn:sha1:33483fa0e35b7d8c08d75f4bbc0f54c003e6ec2a</id>
<content type='text'>
</content>
</entry>
</feed>
