<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/morestack-address.rs, branch 0.9</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.9</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.9'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-10-22T15:09:56+00:00</updated>
<entry>
<title>Drop the '2' suffix from logging macros</title>
<updated>2013-10-22T15:09:56+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-21T20:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=daf5f5a4d10513ff42e79fa7ef8819b170f3a13d'/>
<id>urn:sha1:daf5f5a4d10513ff42e79fa7ef8819b170f3a13d</id>
<content type='text'>
Who doesn't like a massive renaming?
</content>
</entry>
<entry>
<title>Remove unused abi attributes.</title>
<updated>2013-10-14T11:10:36+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2013-09-29T14:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16fc6a694cac35ce962e98e180354cbce6a72f54'/>
<id>urn:sha1:16fc6a694cac35ce962e98e180354cbce6a72f54</id>
<content type='text'>
They've been replaced by putting the name on the extern block.

  #[abi = "foo"]

goes to

  extern "foo" { }

Closes #9483.
</content>
</entry>
<entry>
<title>rpass: Remove usage of fmt!</title>
<updated>2013-10-01T06:21:19+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-30T02:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=630082ca8946ff2d0e814a73a2594ba65e1b29be'/>
<id>urn:sha1:630082ca8946ff2d0e814a73a2594ba65e1b29be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Remove `pub extern` and `priv extern` from the language.</title>
<updated>2013-07-21T00:39:38+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-07-19T02:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06594ed96bae46cca494dc456ddffcd403efbd8e'/>
<id>urn:sha1:06594ed96bae46cca494dc456ddffcd403efbd8e</id>
<content type='text'>
Place `pub` or `priv` on individual items instead.
</content>
</entry>
<entry>
<title>Add AbiSet and integrate it into the AST.</title>
<updated>2013-03-30T01:36:20+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2013-03-14T02:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6965fe4bceea836586bd8e7aa01a92a35b467f78'/>
<id>urn:sha1:6965fe4bceea836586bd8e7aa01a92a35b467f78</id>
<content type='text'>
I believe this patch incorporates all expected syntax changes from extern
function reform (#3678). You can now write things like:

    extern "&lt;abi&gt;" fn foo(s: S) -&gt; T { ... }
    extern "&lt;abi&gt;" mod { ... }
    extern "&lt;abi&gt;" fn(S) -&gt; T

The ABI for foreign functions is taken from this syntax (rather than from an
annotation).  We support the full ABI specification I described on the mailing
list.  The correct ABI is chosen based on the target architecture.

Calls by pointer to C functions are not yet supported, and the Rust type of
crust fns is still *u8.
</content>
</entry>
<entry>
<title>librustc: Remove `fail_unless!`</title>
<updated>2013-03-29T23:39:08+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-03-29T01:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e91595520d0538e6003dc9186f1b0df5c25b77a'/>
<id>urn:sha1:1e91595520d0538e6003dc9186f1b0df5c25b77a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Convert all uses of `assert` over to `fail_unless!`</title>
<updated>2013-03-08T06:37:57+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-03-06T21:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7e74b5e91b0b6b6a5613f54479d2ef9fe9c392f'/>
<id>urn:sha1:d7e74b5e91b0b6b6a5613f54479d2ef9fe9c392f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. rs=deexterning</title>
<updated>2013-03-08T06:32:52+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-03-05T22:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b5d1afeec9ca48c224a8c69d1d3515edf9b1108'/>
<id>urn:sha1:6b5d1afeec9ca48c224a8c69d1d3515edf9b1108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check-fast fallout from removing export, r=burningtree</title>
<updated>2013-02-02T03:43:17+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2013-02-02T03:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89c8ef792f7e7641abfac421ba1e8f90384883ec'/>
<id>urn:sha1:89c8ef792f7e7641abfac421ba1e8f90384883ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: Remove export from the tests, language, and libraries. rs=deexporting</title>
<updated>2013-01-30T23:56:40+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-01-30T23:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=592c2e1db4cb4a50aa2b5e0b7cf6b03eca33d698'/>
<id>urn:sha1:592c2e1db4cb4a50aa2b5e0b7cf6b03eca33d698</id>
<content type='text'>
</content>
</entry>
</feed>
