<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/comp/syntax/parse/parser.rs, branch 0.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-01-20T03:29:21+00:00</updated>
<entry>
<title>Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Close #1428.</title>
<updated>2012-01-20T03:29:21+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-01-20T03:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b1a8f0a911ac3b22ece888440758b70542d77b7'/>
<id>urn:sha1:7b1a8f0a911ac3b22ece888440758b70542d77b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Stop parsing "tag"</title>
<updated>2012-01-20T03:23:47+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-01-20T03:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a23f188bdbff224337ca6bdcd164bb924d273eb5'/>
<id>urn:sha1:a23f188bdbff224337ca6bdcd164bb924d273eb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: ";" to "," in enums</title>
<updated>2012-01-20T02:04:25+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-01-20T01:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c267821742ab7f9207a8e594d53150ad41ad0d7b'/>
<id>urn:sha1:c267821742ab7f9207a8e594d53150ad41ad0d7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: "tag" -&gt; "enum"</title>
<updated>2012-01-19T22:24:03+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-01-19T22:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bdb8f6cf52a2a4e2f78e6fa95d42140aa26ec31c'/>
<id>urn:sha1:bdb8f6cf52a2a4e2f78e6fa95d42140aa26ec31c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename fn*() to fn() as originally planned.</title>
<updated>2012-01-19T15:11:50+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-19T02:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=882bea5b6d016006ab110d3a9526ffca0a479e27'/>
<id>urn:sha1:882bea5b6d016006ab110d3a9526ffca0a479e27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treat fn*() as fn&amp;()</title>
<updated>2012-01-19T15:10:59+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-18T20:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f0b3d2247ce6ff381f572450dbe733291ffe01a'/>
<id>urn:sha1:1f0b3d2247ce6ff381f572450dbe733291ffe01a</id>
<content type='text'>
This is not my ideal way of going about things.  I'd prefer not
to have expressions typed as fn*(), for example, but I couldn't
get that to work together with inferring the modes of arguments
and other corner cases.
</content>
</entry>
<entry>
<title>Remove support for the '.' after a nullary tag in a pattern</title>
<updated>2012-01-19T09:04:59+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-01-19T09:03:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b028f527f2c487a5f4196fdf3cfc7a2acef74ff'/>
<id>urn:sha1:5b028f527f2c487a5f4196fdf3cfc7a2acef74ff</id>
<content type='text'>
(Commit also includes lots of changes to remove '.'s that a git
merge messed up, or else it was monkeys.)
</content>
</entry>
<entry>
<title>Remove '.' after nullary tags in patterns</title>
<updated>2012-01-19T07:17:34+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-01-19T06:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=04a2887f8791bb080b4e76a55949a7c1954dbb97'/>
<id>urn:sha1:04a2887f8791bb080b4e76a55949a7c1954dbb97</id>
<content type='text'>
Does what it says on the tin.

The next commit will remove support for this syntax.
</content>
</entry>
<entry>
<title>Allow any alternative (not just a block) to follow a nullary tag pattern</title>
<updated>2012-01-19T05:29:02+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-01-19T03:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c97854c7d5da18d930ba82b04a4a071f2c43594'/>
<id>urn:sha1:8c97854c7d5da18d930ba82b04a4a071f2c43594</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow dotless nullary patterns inside or-patterns</title>
<updated>2012-01-19T05:29:02+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-01-19T02:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=209d8c854f99ffa14b7292035837afa0852eb28b'/>
<id>urn:sha1:209d8c854f99ffa14b7292035837afa0852eb28b</id>
<content type='text'>
</content>
</entry>
</feed>
