<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcollections, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-10-22T16:55:02+00:00</updated>
<entry>
<title>Remove deprecated `collections` crate.</title>
<updated>2017-10-22T16:55:02+00:00</updated>
<author>
<name>leonardo.yvens</name>
<email>leoyvens@gmail.com</email>
</author>
<published>2017-10-22T12:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19aa23b6d332e693786fa51dbca87828bb884314'/>
<id>urn:sha1:19aa23b6d332e693786fa51dbca87828bb884314</id>
<content type='text'>
This reverts commit 6484258f1749499d3e51685df867b3d460a7f0be.
</content>
</entry>
<entry>
<title>*: remove crate_{name,type} attributes</title>
<updated>2017-08-25T20:18:21+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2017-08-19T23:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1'/>
<id>urn:sha1:b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1</id>
<content type='text'>
Fixes #41701.
</content>
</entry>
<entry>
<title>rustc: Implement the #[global_allocator] attribute</title>
<updated>2017-07-05T21:37:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-06-03T21:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=695dee063bcd40f154bb27b7beafcb3d4dd775ac'/>
<id>urn:sha1:695dee063bcd40f154bb27b7beafcb3d4dd775ac</id>
<content type='text'>
This PR is an implementation of [RFC 1974] which specifies a new method of
defining a global allocator for a program. This obsoletes the old
`#![allocator]` attribute and also removes support for it.

[RFC 1974]: https://github.com/rust-lang/rfcs/pull/197

The new `#[global_allocator]` attribute solves many issues encountered with the
`#![allocator]` attribute such as composition and restrictions on the crate
graph itself. The compiler now has much more control over the ABI of the
allocator and how it's implemented, allowing much more freedom in terms of how
this feature is implemented.

cc #27389
</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>Reintroduce deprecated `collections` crate</title>
<updated>2017-06-17T20:18:18+00:00</updated>
<author>
<name>Murarth</name>
<email>murarth@gmail.com</email>
</author>
<published>2017-06-17T19:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6484258f1749499d3e51685df867b3d460a7f0be'/>
<id>urn:sha1:6484258f1749499d3e51685df867b3d460a7f0be</id>
<content type='text'>
</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>
<entry>
<title>Rollup merge of #42428 - scottmcm:str-get-overflow, r=sfackler</title>
<updated>2017-06-13T21:14:59+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-06-13T21:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=78d5d3723567e57e82ba65d73d2bc8bbe7f5c017'/>
<id>urn:sha1:78d5d3723567e57e82ba65d73d2bc8bbe7f5c017</id>
<content type='text'>
Add overflow checking for `str::get` with inclusive ranges

Fixes https://github.com/rust-lang/rust/issues/42401

Two commits here:

1. The first makes `str::index` just call `SliceIndex&lt;str&gt;::index`.  It's intended to have no behavior change, except where the two methods were inconsistent.
2. The second actually adds the overflow checking to `get(_mut)` (and tests for it)
</content>
</entry>
<entry>
<title>Add missing term 'disjoint' from matches, rmatches</title>
<updated>2017-06-10T20:17:12+00:00</updated>
<author>
<name>Campbell Barton</name>
<email>ideasman42@gmail.com</email>
</author>
<published>2017-06-10T20:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=11ee1b0b2e438f13153a1caff2d4ce6c2c9d0fa1'/>
<id>urn:sha1:11ee1b0b2e438f13153a1caff2d4ce6c2c9d0fa1</id>
<content type='text'>
This follows `match_indices`</content>
</entry>
<entry>
<title>Rollup merge of #42385 - Manishearth:its-a-vec, r=steveklabnik</title>
<updated>2017-06-09T22:29:26+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-06-09T22:29:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fcb6d86dc94dfd145beace6c0d22eafdd0a0d1f'/>
<id>urn:sha1:1fcb6d86dc94dfd145beace6c0d22eafdd0a0d1f</id>
<content type='text'>
Vec&lt;T&gt; is pronounced 'vec'

I've never heard it pronounced "vector". Is this an outdated recommendation?

(or have I been doing it wrong all this time)

r? @steveklabnik
</content>
</entry>
</feed>
