<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/comp/driver/rustc.rs, 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>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>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>rustc: Output a note about how to debug unexpected failures</title>
<updated>2012-01-15T00:33:33+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-15T00:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=793e3b231c52e588c6783f5e0965eb0562f550b5'/>
<id>urn:sha1:793e3b231c52e588c6783f5e0965eb0562f550b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Run the compiler in a subtask and monitor the diagnostics</title>
<updated>2012-01-14T23:14:43+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-14T08:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e36ea8e9939dfadbf8c6e130f771442d4442cedd'/>
<id>urn:sha1:e36ea8e9939dfadbf8c6e130f771442d4442cedd</id>
<content type='text'>
Since we are no longer logging to the console it's possible for us to
hit a plain-old-fail statement and not output anything.

This adds a defensive mechanism that will monitor the emitted errors
and compare them to the result of the compiler task. If the compiler
fails without emitting an error it results in an ICE.
</content>
</entry>
<entry>
<title>rustc: Rename emit_diagnostic to emit</title>
<updated>2012-01-14T23:14:43+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-14T07:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=77e95dcf9f7bdaf4f73c780ccba8f32ab7e00f1a'/>
<id>urn:sha1:77e95dcf9f7bdaf4f73c780ccba8f32ab7e00f1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Thread a diagnostic::emitter through driver</title>
<updated>2012-01-14T23:14:43+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-14T07:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9820abfcc7afa6a1c025a1913472b1c0af5c9412'/>
<id>urn:sha1:9820abfcc7afa6a1c025a1913472b1c0af5c9412</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Turn logging off by default</title>
<updated>2012-01-13T21:44:09+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-13T21:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c05214ef8c10ac7a4a1ce027d6910caaf204179'/>
<id>urn:sha1:6c05214ef8c10ac7a4a1ce027d6910caaf204179</id>
<content type='text'>
</content>
</entry>
</feed>
