<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libdebug, 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-16T15:15:34+00:00</updated>
<entry>
<title>Remove libdebug and update tests.</title>
<updated>2014-10-16T15:15:34+00:00</updated>
<author>
<name>Luqman Aden</name>
<email>laden@csclub.uwaterloo.ca</email>
</author>
<published>2014-10-15T01:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38aca17c474321e4c260e36f173275a90d753397'/>
<id>urn:sha1:38aca17c474321e4c260e36f173275a90d753397</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the same html_root_url for all docs</title>
<updated>2014-10-09T17:50:13+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2014-10-09T17:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5c92a8e054d508c260653386bd4861d249a6e09a'/>
<id>urn:sha1:5c92a8e054d508c260653386bd4861d249a6e09a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Update html_root_url for 0.12.0 release"</title>
<updated>2014-10-09T17:34:34+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2014-10-09T17:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6beddcfd830d1450d5e82b4bcb05d30ee459a8b1'/>
<id>urn:sha1:6beddcfd830d1450d5e82b4bcb05d30ee459a8b1</id>
<content type='text'>
This reverts commit 2288f332301b9e22db2890df256322650a7f3445.
</content>
</entry>
<entry>
<title>Update html_root_url for 0.12.0 release</title>
<updated>2014-10-07T18:18:50+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2014-10-06T23:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2288f332301b9e22db2890df256322650a7f3445'/>
<id>urn:sha1:2288f332301b9e22db2890df256322650a7f3445</id>
<content type='text'>
</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>syntax: mark the managed_boxes feature as Removed.</title>
<updated>2014-10-02T14:02:03+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2014-10-01T21:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db55e70c977f9e2a70e62ea819755ef02009db8e'/>
<id>urn:sha1:db55e70c977f9e2a70e62ea819755ef02009db8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debug: remove Gc support from Repr.</title>
<updated>2014-10-02T13:36:01+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2014-09-30T21:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb58109070f96766cbc0d74fef6e66892a787321'/>
<id>urn:sha1:fb58109070f96766cbc0d74fef6e66892a787321</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Forbid `..` in range patterns.</title>
<updated>2014-09-30T16:11:26+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-09-27T04:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=416144b8279fbffceacea6d0fd90e0fd1f8ce53d'/>
<id>urn:sha1:416144b8279fbffceacea6d0fd90e0fd1f8ce53d</id>
<content type='text'>
This breaks code that looks like:

    match foo {
        1..3 =&gt; { ... }
    }

Instead, write:

    match foo {
        1...3 =&gt; { ... }
    }

Closes #17295.

[breaking-change]
</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: Forbid private types in public APIs.</title>
<updated>2014-09-23T03:05:45+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-09-19T19:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9ad12c0cae5c43ada6641c7dc840a0fbe5010a2'/>
<id>urn:sha1:e9ad12c0cae5c43ada6641c7dc840a0fbe5010a2</id>
<content type='text'>
This breaks code like:

    struct Foo {
        ...
    }

    pub fn make_foo() -&gt; Foo {
        ...
    }

Change this code to:

    pub struct Foo {    // note `pub`
        ...
    }

    pub fn make_foo() -&gt; Foo {
        ...
    }

The `visible_private_types` lint has been removed, since it is now an
error to attempt to expose a private type in a public API. In its place
a `#[feature(visible_private_types)]` gate has been added.

Closes #16463.

RFC #48.

[breaking-change]
</content>
</entry>
</feed>
