<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/debuginfo/borrowed-managed-basic.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-10-02T14:02:15+00:00</updated>
<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>Remove managed_box gate from tests</title>
<updated>2014-07-27T04:05:29+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2014-07-27T04:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa486547404553227fa3db0a887554245605075a'/>
<id>urn:sha1:aa486547404553227fa3db0a887554245605075a</id>
<content type='text'>
No longer does anything.
</content>
</entry>
<entry>
<title>librustc: Remove cross-borrowing of `Box&lt;T&gt;` to `&amp;T` from the language,</title>
<updated>2014-07-17T21:05:36+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-07-07T23:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=de70d76373e05fcf0f421cedb185b08de10a714c'/>
<id>urn:sha1:de70d76373e05fcf0f421cedb185b08de10a714c</id>
<content type='text'>
except where trait objects are involved.

Part of issue #15349, though I'm leaving it open for trait objects.
Cross borrowing for trait objects remains because it is needed until we
have DST.

This will break code like:

    fn foo(x: &amp;int) { ... }

    let a = box 3i;
    foo(a);

Change this code to:

    fn foo(x: &amp;int) { ... }

    let a = box 3i;
    foo(&amp;*a);

[breaking-change]
</content>
</entry>
<entry>
<title>debuginfo: Add LLDB autotests to debuginfo test suite.</title>
<updated>2014-07-16T07:46:31+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2014-07-09T12:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7f45a9458967f9acec23c40941c285b58790c0b'/>
<id>urn:sha1:c7f45a9458967f9acec23c40941c285b58790c0b</id>
<content type='text'>
This commit adds LLDB autotests to the test suite but does not activate them by default yet.
</content>
</entry>
<entry>
<title>rustc: Obsolete the `@` syntax entirely</title>
<updated>2014-06-14T17:45:37+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-06-12T02:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ade807c6dcf6dc4454732c5e914ca06ebb429773'/>
<id>urn:sha1:ade807c6dcf6dc4454732c5e914ca06ebb429773</id>
<content type='text'>
This removes all remnants of `@` pointers from rustc. Additionally, this removes
the `GC` structure from the prelude as it seems odd exporting an experimental
type in the prelude by default.

Closes #14193
[breaking-change]
</content>
</entry>
<entry>
<title>debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb</title>
<updated>2014-05-07T17:58:07+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2014-04-24T09:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=55a8bd56e5a89f98aa9d4ed998cb8c686d447805'/>
<id>urn:sha1:55a8bd56e5a89f98aa9d4ed998cb8c686d447805</id>
<content type='text'>
</content>
</entry>
</feed>
