<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/ast_util.rs, branch release-0.3</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.3</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.3'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-07-05T02:18:13+00:00</updated>
<entry>
<title>convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498</title>
<updated>2012-07-05T02:18:13+00:00</updated>
<author>
<name>Gareth Daniel Smith</name>
<email>garethdanielsmith@gmail.com</email>
</author>
<published>2012-07-04T21:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be0141666dd12316034499db12ee9fcf9ba648dd'/>
<id>urn:sha1:be0141666dd12316034499db12ee9fcf9ba648dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Remove rule requiring non-nil block-style statements to be semi-terminated"</title>
<updated>2012-07-04T00:30:25+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-07-04T00:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae6ea068a12877742247b848ceeaa39c41e981c6'/>
<id>urn:sha1:ae6ea068a12877742247b848ceeaa39c41e981c6</id>
<content type='text'>
This reverts commit 0f5eaef5fb2443acd3ea67250c953839c3d04d38.
</content>
</entry>
<entry>
<title>Remove rule requiring non-nil block-style statements to be semi-terminated</title>
<updated>2012-07-04T00:03:52+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-07-03T23:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f5eaef5fb2443acd3ea67250c953839c3d04d38'/>
<id>urn:sha1:0f5eaef5fb2443acd3ea67250c953839c3d04d38</id>
<content type='text'>
This is a subtle rule that no longer seems to be required.
</content>
</entry>
<entry>
<title>rustc: Implement a new resolve pass behind a compile flag</title>
<updated>2012-07-03T01:30:12+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-05-22T17:54:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f093d374edb89aedc940468d3d789dd95cec6347'/>
<id>urn:sha1:f093d374edb89aedc940468d3d789dd95cec6347</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to new closure syntax</title>
<updated>2012-07-02T02:19:32+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-06-30T23:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1fc2b5995fdef69fe1dbdbba3703398c0aa547b'/>
<id>urn:sha1:d1fc2b5995fdef69fe1dbdbba3703398c0aa547b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate usages of old sugared call syntax</title>
<updated>2012-06-30T23:01:49+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-06-26T20:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a3382b6f26e582210a3b649c9a71badaef0530bf'/>
<id>urn:sha1:a3382b6f26e582210a3b649c9a71badaef0530bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.</title>
<updated>2012-06-30T00:41:45+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-06-29T23:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98e161f00e8850b0f5c6a3a9f1b22b222c2355b7'/>
<id>urn:sha1:98e161f00e8850b0f5c6a3a9f1b22b222c2355b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change 'native' and 'crust' to 'extern'.</title>
<updated>2012-06-26T23:18:37+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-06-26T23:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=697f1e38d646bb6c7bab054c8c8c5b469c566ef6'/>
<id>urn:sha1:697f1e38d646bb6c7bab054c8c8c5b469c566ef6</id>
<content type='text'>
This comes with a terminology change. All linkage-symbols are 'extern'
now, including rust syms in other crates. Some extern ABIs are
merely "foreign". The term "native" is retired, not clear/useful.

What was "crust" is now "extern" applied to a _definition_. This
is a bit of an overloading, but should be unambiguous: it means
that the definition should be made available to some non-rust ABI.
</content>
</entry>
<entry>
<title>Getting rid of lots more vector +=. (issue #2719)</title>
<updated>2012-06-26T07:39:18+00:00</updated>
<author>
<name>Eric Holk</name>
<email>eric.holk@gmail.com</email>
</author>
<published>2012-06-26T07:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9d3ad0736dfc3a69f50155d2251f195de54b6c6'/>
<id>urn:sha1:b9d3ad0736dfc3a69f50155d2251f195de54b6c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.</title>
<updated>2012-06-26T03:00:46+00:00</updated>
<author>
<name>Michael Sullivan</name>
<email>sully@msully.net</email>
</author>
<published>2012-06-26T03:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=329eca6044fdf376a7a89ec7a96dba7a8b884cf7'/>
<id>urn:sha1:329eca6044fdf376a7a89ec7a96dba7a8b884cf7</id>
<content type='text'>
</content>
</entry>
</feed>
