<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/collections/mod.rs, branch 1.27.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-04-12T20:52:47+00:00</updated>
<entry>
<title>Import the `alloc` crate as `alloc_crate` in std</title>
<updated>2018-04-12T20:52:47+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-04-03T12:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b895d8b88413f72230fbc0f00c67328870a2e9a'/>
<id>urn:sha1:1b895d8b88413f72230fbc0f00c67328870a2e9a</id>
<content type='text'>
… to make the name `alloc` available.
</content>
</entry>
<entry>
<title>Hide the Bound type in docs at its deprecated location in std::collections</title>
<updated>2018-03-29T11:12:50+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-03-27T20:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3542ff8e396af4a1be7854e1ce028465c4366fc4'/>
<id>urn:sha1:3542ff8e396af4a1be7854e1ce028465c4366fc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hide the deprecated std::collections::range module from docs</title>
<updated>2018-03-29T11:12:50+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2018-03-23T18:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6960a960f10e95d750daca14cd0a103edaca6105'/>
<id>urn:sha1:6960a960f10e95d750daca14cd0a103edaca6105</id>
<content type='text'>
</content>
</entry>
<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>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>
<entry>
<title>Update BTreeMap recommendation</title>
<updated>2018-01-19T14:40:58+00:00</updated>
<author>
<name>Arthur Silva</name>
<email>arthurprs@gmail.com</email>
</author>
<published>2018-01-19T14:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fdf444da766715ec6bb181eb12b553333e925eb4'/>
<id>urn:sha1:fdf444da766715ec6bb181eb12b553333e925eb4</id>
<content type='text'>
Focus on the ordering/range benefit.
</content>
</entry>
<entry>
<title>Revert "Stabilize RangeArgument"</title>
<updated>2017-06-30T18:34:53+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2017-06-30T18:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a9c13624d2fede5c6ce8e5aa7f486403098bde6'/>
<id>urn:sha1:0a9c13624d2fede5c6ce8e5aa7f486403098bde6</id>
<content type='text'>
This reverts commit 143206d54d7558c2326212df99efc98110904fdb.
</content>
</entry>
<entry>
<title>Stabilize RangeArgument</title>
<updated>2017-06-25T02:20:57+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2017-06-19T05:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=143206d54d7558c2326212df99efc98110904fdb'/>
<id>urn:sha1:143206d54d7558c2326212df99efc98110904fdb</id>
<content type='text'>
Move it and Bound to core::ops while we're at it.

Closes #30877
</content>
</entry>
<entry>
<title>Merge crate `collections` into `alloc`</title>
<updated>2017-06-14T06:37:34+00:00</updated>
<author>
<name>Murarth</name>
<email>murarth@gmail.com</email>
</author>
<published>2017-06-13T22:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eadda7665eb31b1e7cb94a503b4d5cf5c75474c0'/>
<id>urn:sha1:eadda7665eb31b1e7cb94a503b4d5cf5c75474c0</id>
<content type='text'>
</content>
</entry>
</feed>
