<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/classify.rs, branch release-0.5</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.5</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.5'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-12-04T01:12:14+00:00</updated>
<entry>
<title>Update license, add license boilerplate to most files. Remainder will follow.</title>
<updated>2012-12-04T01:12:14+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-04T00:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00c856c0b1feac74df8b404fad94d74a0cf1624a'/>
<id>urn:sha1:00c856c0b1feac74df8b404fad94d74a0cf1624a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Make `a.b()` always a method call. r=nmatsakis</title>
<updated>2012-12-01T04:41:46+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-11-30T19:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f34833abfce74cf178c0589a4b7cf5fba9d2a2db'/>
<id>urn:sha1:f34833abfce74cf178c0589a4b7cf5fba9d2a2db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow for macros to occur in statement position.</title>
<updated>2012-11-29T20:09:10+00:00</updated>
<author>
<name>Paul Stansifer</name>
<email>paul.stansifer@gmail.com</email>
</author>
<published>2012-11-13T04:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee076f63f910fe2b132904ad05d0cda178ff1ec6'/>
<id>urn:sha1:ee076f63f910fe2b132904ad05d0cda178ff1ec6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preserve parenthesization in the AST</title>
<updated>2012-10-30T22:05:32+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-28T00:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62f98c8ff8179c9754718e62285b82b50dfcfe26'/>
<id>urn:sha1:62f98c8ff8179c9754718e62285b82b50dfcfe26</id>
<content type='text'>
Maintain explicit "paren" nodes in the AST so we can pretty-print
without having to guess where parens should go. We may revisit this
in the future.

r=graydon
</content>
</entry>
<entry>
<title>Remove &lt;- operator from the compiler</title>
<updated>2012-10-23T19:10:19+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-23T18:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=087cbb55d06d833033e463b9c3a4237c04264319'/>
<id>urn:sha1:087cbb55d06d833033e463b9c3a4237c04264319</id>
<content type='text'>
Yield an obsolete syntax error on things like "let foo &lt;- bar;"
and "foo &lt;- bar;" r=brson

Progress on #3466
</content>
</entry>
<entry>
<title>libsyntax: "import" -&gt; "use"</title>
<updated>2012-09-04T18:43:23+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-09-04T18:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ff18acc8221a0157d94cd714b448b6a596fad40'/>
<id>urn:sha1:8ff18acc8221a0157d94cd714b448b6a596fad40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Camel case the option type</title>
<updated>2012-08-26T22:56:16+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-08-20T19:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8337fa1a545e7958389c6025661990eedd9c1b91'/>
<id>urn:sha1:8337fa1a545e7958389c6025661990eedd9c1b91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix some unused pattern binding warnings</title>
<updated>2012-08-24T22:37:21+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-08-24T21:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a8f1bee4574b8427a052e2fad93a90839288584b'/>
<id>urn:sha1:a8f1bee4574b8427a052e2fad93a90839288584b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate many match checks in rustc</title>
<updated>2012-08-22T19:25:08+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-08-22T00:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=728496929292c692aaad005bdbf4376bb1d78c4f'/>
<id>urn:sha1:728496929292c692aaad005bdbf4376bb1d78c4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Parse labeled loop, break, and again</title>
<updated>2012-08-15T23:20:34+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-08-15T02:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bdb206f2855cc6f7d3d79379633f7429b7327fec'/>
<id>urn:sha1:bdb206f2855cc6f7d3d79379633f7429b7327fec</id>
<content type='text'>
</content>
</entry>
</feed>
