<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc/util.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-10-02T13:36:00+00:00</updated>
<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>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>libs: Fix miscellaneous fallout of librustrt</title>
<updated>2014-06-07T06:00:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-06-04T07:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75014f7b1790e7ebdf13d38acc04dfdab6e450e9'/>
<id>urn:sha1:75014f7b1790e7ebdf13d38acc04dfdab6e450e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libcore: Remove all uses of `~str` from `libcore`.</title>
<updated>2014-05-22T21:42:02+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-05-20T06:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e878721d70349e2055f0ef854085de92e9498fde'/>
<id>urn:sha1:e878721d70349e2055f0ef854085de92e9498fde</id>
<content type='text'>
[breaking-change]
</content>
</entry>
<entry>
<title>std: Refactor liballoc out of lib{std,sync}</title>
<updated>2014-05-18T04:52:23+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-05-13T23:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=639759b7f46b2ea7fd93cbfdb6fa39ab24f8774f'/>
<id>urn:sha1:639759b7f46b2ea7fd93cbfdb6fa39ab24f8774f</id>
<content type='text'>
This commit is part of the libstd facade RFC, issue #13851. This creates a new
library, liballoc, which is intended to be the core allocation library for all
of Rust. It is pinned on the basic assumption that an allocation failure is an
abort or failure.

This module has inherited the heap/libc_heap modules from std::rt, the owned/rc
modules from std, and the arc module from libsync. These three pointers are
currently the three most core pointer implementations in Rust.

The UnsafeArc type in std::sync should be considered deprecated and replaced by
Arc&lt;Unsafe&lt;T&gt;&gt;. This commit does not currently migrate to this type, but future
commits will continue this refactoring.
</content>
</entry>
</feed>
