<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc, branch 0.12.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.12.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-10-02T22:43:37+00:00</updated>
<entry>
<title>Test fixes from the rollup</title>
<updated>2014-10-02T22:43:37+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-10-02T22:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f96ee10e888bac4435973972f1799db509b3318e'/>
<id>urn:sha1:f96ee10e888bac4435973972f1799db509b3318e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rollup merge of #17666 : eddyb/take-garbage-out</title>
<updated>2014-10-02T21:53:18+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-10-02T21:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ae802f57bf8a1ac2a47760a936c56e6fff16821'/>
<id>urn:sha1:7ae802f57bf8a1ac2a47760a936c56e6fff16821</id>
<content type='text'>
Conflicts:
	src/libcollections/lib.rs
	src/libcore/lib.rs
	src/librustdoc/lib.rs
	src/librustrt/lib.rs
	src/libserialize/lib.rs
	src/libstd/lib.rs
	src/test/run-pass/issue-8898.rs
</content>
</entry>
<entry>
<title>alloc: fix reallocate_inplace implementation</title>
<updated>2014-10-02T19:13:34+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2014-10-02T07:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d7274b31efe248322f9b0d6a3082a92317f1dfa'/>
<id>urn:sha1:8d7274b31efe248322f9b0d6a3082a92317f1dfa</id>
<content type='text'>
The returned size is the new real size of the allocation.
</content>
</entry>
<entry>
<title>tests: remove uses of Gc.</title>
<updated>2014-10-02T14:02:15+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2014-10-02T05:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58bea31ca0e11bf49439d33e1d21f11de7161567'/>
<id>urn:sha1:58bea31ca0e11bf49439d33e1d21f11de7161567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: remove raw::GcBox.</title>
<updated>2014-10-02T13:36:00+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2014-09-30T21:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=382f1bceb4e2a0496171f52d114a98ff8a86f9b7'/>
<id>urn:sha1:382f1bceb4e2a0496171f52d114a98ff8a86f9b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix liballoc</title>
<updated>2014-09-30T19:52:00+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2014-09-29T05:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e0c7b682f1675e39085f1f0f928a37364bab9c7'/>
<id>urn:sha1:1e0c7b682f1675e39085f1f0f928a37364bab9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rollup merge of #17582 : kmcallister/gc-box</title>
<updated>2014-09-29T15:14:12+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-09-29T15:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e44393a953a4654aa14d37df588cf490e1120240'/>
<id>urn:sha1:e44393a953a4654aa14d37df588cf490e1120240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename raw::Box to raw::GcBox</title>
<updated>2014-09-27T02:54:27+00:00</updated>
<author>
<name>Keegan McAllister</name>
<email>kmcallister@mozilla.com</email>
</author>
<published>2014-09-27T02:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8a180b36ed4d048dbbb88037c3f35afab6b64ff'/>
<id>urn:sha1:f8a180b36ed4d048dbbb88037c3f35afab6b64ff</id>
<content type='text'>
Fixes #17470.
</content>
</entry>
<entry>
<title>librustc: Eliminate the `ref` syntax for unboxed closure capture clauses</title>
<updated>2014-09-26T16:03:19+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-09-24T17:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2257e231a7e0c455b61c60414a65e89f01cbf509'/>
<id>urn:sha1:2257e231a7e0c455b61c60414a65e89f01cbf509</id>
<content type='text'>
in favor of `move`.

This breaks code that used `move` as an identifier, because it is now a
keyword. Change such identifiers to not use the keyword `move`.
Additionally, this breaks code that was counting on by-value or
by-reference capture semantics for unboxed closures (behind the feature
gate). Change `ref |:|` to `|:|` and `|:|` to `move |:|`.

Part of RFC #63; part of issue #12831.

[breaking-change]
</content>
</entry>
<entry>
<title>Update calls of deprecated functions in macros.</title>
<updated>2014-09-22T17:30:06+00:00</updated>
<author>
<name>Victor Berger</name>
<email>victor.berger@m4x.org</email>
</author>
<published>2014-09-22T17:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=52ea83dddcc05c2e861b9de9316616df6a9228dc'/>
<id>urn:sha1:52ea83dddcc05c2e861b9de9316616df6a9228dc</id>
<content type='text'>
Fallout of #17185.
</content>
</entry>
</feed>
