<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/comp/driver, branch release-0.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-01-20T02:04:25+00:00</updated>
<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>Partial fix for #1561, doesn't actually "fix" the problem but you get output now.</title>
<updated>2012-01-19T19:11:47+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-01-19T18:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e7de69cda8eba7ff807ea002d440b1e37c7b9f4'/>
<id>urn:sha1:4e7de69cda8eba7ff807ea002d440b1e37c7b9f4</id>
<content type='text'>
There's still something wrong with #error here, possibly cross-crate issue.
</content>
</entry>
<entry>
<title>rustc: Refactor lint check and avoid a segv fault</title>
<updated>2012-01-19T12:31:43+00:00</updated>
<author>
<name>Haitao Li</name>
<email>lihaitao@gmail.com</email>
</author>
<published>2012-01-19T12:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d699db699a07d5bb80d5d08508540b0aba6e1026'/>
<id>urn:sha1:d699db699a07d5bb80d5d08508540b0aba6e1026</id>
<content type='text'>
The segv fault issue is #1566
</content>
</entry>
<entry>
<title>rustc: Name the lint-style check module `lint`</title>
<updated>2012-01-19T09:54:38+00:00</updated>
<author>
<name>Haitao Li</name>
<email>lihaitao@gmail.com</email>
</author>
<published>2012-01-19T08:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ffb2cb7e8d3f1845455a51f83fde3fd4759790c'/>
<id>urn:sha1:7ffb2cb7e8d3f1845455a51f83fde3fd4759790c</id>
<content type='text'>
Issue #1543
</content>
</entry>
<entry>
<title>rustc: Add a usage pass to collect one-off analyses</title>
<updated>2012-01-19T09:27:44+00:00</updated>
<author>
<name>Haitao Li</name>
<email>lihaitao@gmail.com</email>
</author>
<published>2012-01-19T02:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=327a15d58c06136794621315388959b390511834'/>
<id>urn:sha1:327a15d58c06136794621315388959b390511834</id>
<content type='text'>
This patch starts from move the analysis which checkes of probably
incorrectly usage of `int|uint` in native fn.

Issue #1543
</content>
</entry>
<entry>
<title>rustc: Use io::println for time-passes data</title>
<updated>2012-01-19T09:25:15+00:00</updated>
<author>
<name>Haitao Li</name>
<email>lihaitao@gmail.com</email>
</author>
<published>2012-01-19T06:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=45c0651a49d56972cd69c651eccba384e23839f7'/>
<id>urn:sha1:45c0651a49d56972cd69c651eccba384e23839f7</id>
<content type='text'>
Issue #1561
</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>Fix --out-dir a bit more in driver.</title>
<updated>2012-01-19T02:44:07+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-01-19T02:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a6aec04a266f5435f5d6f879750761c2cd8fce3'/>
<id>urn:sha1:6a6aec04a266f5435f5d6f879750761c2cd8fce3</id>
<content type='text'>
</content>
</entry>
</feed>
