<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rustc/middle/capture.rs, 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>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: Merge module and type namespaces. r=brson</title>
<updated>2012-10-15T22:35:36+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-10-15T21:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91ae5412d8141ea958924408bf3c1def5edca806'/>
<id>urn:sha1:91ae5412d8141ea958924408bf3c1def5edca806</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Demode vec::push (and convert to method)</title>
<updated>2012-09-27T01:02:07+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-09-27T00:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67a8e7128aea292445b763b47b04bc5f4fd43cb2'/>
<id>urn:sha1:67a8e7128aea292445b763b47b04bc5f4fd43cb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>demode the each() method on vec and other iterables.</title>
<updated>2012-09-20T00:03:01+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-09-19T23:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cfed923600e2f7ad34241501200d595abccdeb54'/>
<id>urn:sha1:cfed923600e2f7ad34241501200d595abccdeb54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove redundant hashmap constructor functions.</title>
<updated>2012-09-19T22:51:44+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-09-19T22:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ffd90edbc5494d54ab911e9931c296aca7a7707'/>
<id>urn:sha1:1ffd90edbc5494d54ab911e9931c296aca7a7707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>De-mode vec::each() and many of the str iteration routines</title>
<updated>2012-09-19T17:52:59+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-09-19T04:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9cf271fe96b474d514b1052935db70c4056cf076'/>
<id>urn:sha1:9cf271fe96b474d514b1052935db70c4056cf076</id>
<content type='text'>
Note that the method foo.each() is not de-moded, nor the other
vec routines.
</content>
</entry>
<entry>
<title>Revert "replace explicit calls to vec::each with vec::each_ref, partially demode str"</title>
<updated>2012-09-19T04:41:13+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-09-19T04:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d4928f7808813de62fefcb89139bfb7382b250b'/>
<id>urn:sha1:8d4928f7808813de62fefcb89139bfb7382b250b</id>
<content type='text'>
This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e.

Not quite ready.
</content>
</entry>
<entry>
<title>replace explicit calls to vec::each with vec::each_ref, partially demode str</title>
<updated>2012-09-19T04:31:00+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-09-19T01:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1be24f0758d3075d2e7f141f8831bb8a233ce86e'/>
<id>urn:sha1:1be24f0758d3075d2e7f141f8831bb8a233ce86e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert std::map to camel case</title>
<updated>2012-09-11T00:08:36+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-09-10T22:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb7a5395ddfaa7b8fc40db57b32c22f69780ccd6'/>
<id>urn:sha1:cb7a5395ddfaa7b8fc40db57b32c22f69780ccd6</id>
<content type='text'>
</content>
</entry>
</feed>
