<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc/string.rs, branch 1.26.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.26.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.26.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-29T11:12:49+00:00</updated>
<entry>
<title>Move RangeArguments to {core::std}::ops and rename to RangeBounds</title>
<updated>2018-03-29T11:12:49+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-03-19T08:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16d3ba1b23195da2d53e058c58c2a41def914dec'/>
<id>urn:sha1:16d3ba1b23195da2d53e058c58c2a41def914dec</id>
<content type='text'>
These unstable items are deprecated:

* The `std::collections::range::RangeArgument` reexport
* The `std::collections::range` module.
</content>
</entry>
<entry>
<title>Move alloc::Bound to {core,std}::ops</title>
<updated>2018-03-29T11:12:49+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-03-19T08:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3a63970dee2422e2fcc79d8b99303b4b046f444'/>
<id>urn:sha1:c3a63970dee2422e2fcc79d8b99303b4b046f444</id>
<content type='text'>
The stable reexport `std::collections::Bound` is now deprecated.

Another deprecated reexport could be added in `alloc`,
but that crate is unstable.
</content>
</entry>
<entry>
<title>Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett</title>
<updated>2018-03-28T15:55:09+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-03-28T15:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=010fb40b4454a2dc278cbb8a636590d081f10295'/>
<id>urn:sha1:010fb40b4454a2dc278cbb8a636590d081f10295</id>
<content type='text'>
Implement `shrink_to` method on collections

Fixes #49385
</content>
</entry>
<entry>
<title>Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushi</title>
<updated>2018-03-28T15:55:05+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-03-28T15:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43f56ce131e5064ab756e37ddcd39755c5c4a98b'/>
<id>urn:sha1:43f56ce131e5064ab756e37ddcd39755c5c4a98b</id>
<content type='text'>
Stabilize method `String::retain`

Closes #43874
</content>
</entry>
<entry>
<title>Implement `shrink_to` method on collections</title>
<updated>2018-03-27T00:39:11+00:00</updated>
<author>
<name>Diggory Blake</name>
<email>diggsey@googlemail.com</email>
</author>
<published>2018-03-26T22:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=04f6692aaf78809c041ba6145bde2dcbeec9725e'/>
<id>urn:sha1:04f6692aaf78809c041ba6145bde2dcbeec9725e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize method `String::retain`</title>
<updated>2018-03-21T22:36:50+00:00</updated>
<author>
<name>Murarth</name>
<email>murarth@gmail.com</email>
</author>
<published>2018-03-21T17:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c442e5c9b46de225f8903352b7dfc5552b297de'/>
<id>urn:sha1:7c442e5c9b46de225f8903352b7dfc5552b297de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilise FromUtf8Error::as_bytes</title>
<updated>2018-03-17T21:41:14+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-03-17T21:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b57ea5615921609815752c2d2133956b8a4fded6'/>
<id>urn:sha1:b57ea5615921609815752c2d2133956b8a4fded6</id>
<content type='text'>
Closes #40895.
</content>
</entry>
<entry>
<title>Auto merge of #47813 - kennytm:stable-incl-range, r=nrc</title>
<updated>2018-03-15T16:00:40+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-03-15T16:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=39264539448e7ec5e98067859db71685393a4464'/>
<id>urn:sha1:39264539448e7ec5e98067859db71685393a4464</id>
<content type='text'>
Stabilize inclusive range (`..=`)

Stabilize the followings:

* `inclusive_range` — The `std::ops::RangeInclusive` and `std::ops::RangeInclusiveTo` types, except its fields (tracked by #49022 separately).
* `inclusive_range_syntax` — The `a..=b` and `..=b` expression syntax
* `dotdoteq_in_patterns` — Using `a..=b` in a pattern

cc #28237
r? @rust-lang/lang
</content>
</entry>
<entry>
<title>Stabilize `inclusive_range` library feature.</title>
<updated>2018-03-15T08:58:01+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-01-27T19:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b5913f2e7695ad247078619bf4c6a6d3dc4dece5'/>
<id>urn:sha1:b5913f2e7695ad247078619bf4c6a6d3dc4dece5</id>
<content type='text'>
Stabilize std::ops::RangeInclusive and std::ops::RangeInclusiveTo.
</content>
</entry>
<entry>
<title>implementing fallible allocation API (try_reserve) for Vec, String and HashMap</title>
<updated>2018-03-14T10:48:42+00:00</updated>
<author>
<name>snf</name>
<email>snf@users.noreply.github.com</email>
</author>
<published>2018-03-08T14:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=92bfcd2b192e59d12d64acf6f46c1897a3273b3e'/>
<id>urn:sha1:92bfcd2b192e59d12d64acf6f46c1897a3273b3e</id>
<content type='text'>
</content>
</entry>
</feed>
