<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rustc/middle, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-11-07T21:53:39+00:00</updated>
<entry>
<title>Rename src/rustc to src/librustc. Use the driver crate</title>
<updated>2012-11-07T21:53:39+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-11-07T03:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69a8b4d8e20df44766fad153b6300b0a6e7e3d5e'/>
<id>urn:sha1:69a8b4d8e20df44766fad153b6300b0a6e7e3d5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Long lines</title>
<updated>2012-11-07T21:48:09+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-11-07T21:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f72ef31ede98d0605195b2a6baba38f71d0177a0'/>
<id>urn:sha1:f72ef31ede98d0605195b2a6baba38f71d0177a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Implement the Drop trait. r=brson</title>
<updated>2012-11-07T20:34:32+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-11-06T01:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=29040955709a145842f93fe11d4cd803415020be'/>
<id>urn:sha1:29040955709a145842f93fe11d4cd803415020be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: reuse const vals, translate fn paths as consts. Close #2530.</title>
<updated>2012-11-07T01:13:52+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-11-07T01:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=92e3a8c17e9b7cb61b18791aea0544794a315bbb'/>
<id>urn:sha1:92e3a8c17e9b7cb61b18791aea0544794a315bbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup how we handle proto in types, remove unsound subtyping</title>
<updated>2012-11-06T16:56:29+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-11-05T04:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0ed151539cddb1c191f67f9f9597942919d44eb'/>
<id>urn:sha1:b0ed151539cddb1c191f67f9f9597942919d44eb</id>
<content type='text'>
Fixes #1896 which was never truly fixed, just masked.
The given tests would have failed had they used `~fn()` and
not `@fn()`.  They now result in compilation errors.

Fixes #2978.

Necessary first step for #2202, #2263.
</content>
</entry>
<entry>
<title>rustc: Stop declaring unused upcalls</title>
<updated>2012-11-05T23:22:35+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-11-05T20:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc3f89e92bfba43c193fbd928f1502209157431c'/>
<id>urn:sha1:bc3f89e92bfba43c193fbd928f1502209157431c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Implement deriving involving generic bounded traits. r=brson</title>
<updated>2012-11-05T21:38:45+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-11-02T23:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=449f4fbb07861c133f2b7f4797edbe9b6e238940'/>
<id>urn:sha1:449f4fbb07861c133f2b7f4797edbe9b6e238940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Implement parsing and typechecking for "once fn"</title>
<updated>2012-11-05T21:17:02+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-11-02T20:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be93b29d304b310ec56630f5313ccddf3ae470ea'/>
<id>urn:sha1:be93b29d304b310ec56630f5313ccddf3ae470ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Refactor vtable lookup to use a vtable context, so that it can be called outside a function. rs=refactor</title>
<updated>2012-11-03T00:59:15+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-11-03T00:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b90d7d4c817743234f33695837b2e0aa7bf01d3a'/>
<id>urn:sha1:b90d7d4c817743234f33695837b2e0aa7bf01d3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Eliminate the necessity of having an expr in order to call lookup_vtables(). rs=#rust</title>
<updated>2012-11-03T00:11:57+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-11-03T00:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e0c59614143abae80b155ca835758e27f286d14'/>
<id>urn:sha1:9e0c59614143abae80b155ca835758e27f286d14</id>
<content type='text'>
Automatically-generated derived methods don't have exprs and need to call this function.
</content>
</entry>
</feed>
