<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rustc/metadata/decoder.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<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: Implement generic cross-crate trait inheritance</title>
<updated>2012-10-23T01:00:48+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-10-20T04:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec1c60c4d6b54d30c11c79e1fa51dc6cbee61223'/>
<id>urn:sha1:ec1c60c4d6b54d30c11c79e1fa51dc6cbee61223</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Implement intra-crate static methods on anonymous trait implementations. r=nmatsakis</title>
<updated>2012-10-18T21:29:18+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-10-18T20:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=754704ea9442ce92602f8022f6c979824b016842'/>
<id>urn:sha1:754704ea9442ce92602f8022f6c979824b016842</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libcore: minor code cleanup.</title>
<updated>2012-10-18T17:09:57+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-10-18T16:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a7ecde33238f46ae473ceb63db95068f1ce6cffd'/>
<id>urn:sha1:a7ecde33238f46ae473ceb63db95068f1ce6cffd</id>
<content type='text'>
This is minor and probably completely inconsequential to performance,
but I find vec::map to be more clear than vec::each and a push.
</content>
</entry>
<entry>
<title>rustc: Implement monomorphic default methods. r=nmatsakis</title>
<updated>2012-10-15T21:14:05+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-10-08T19:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c886629d4f2fb4a2712884b07de38101e9dc956c'/>
<id>urn:sha1:c886629d4f2fb4a2712884b07de38101e9dc956c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove ctor from ast (take 2) (no review: just dead code removal)</title>
<updated>2012-10-13T02:46:37+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-10-08T18:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98887cc7eec0550d8364e98483ee26595b692ef8'/>
<id>urn:sha1:98887cc7eec0550d8364e98483ee26595b692ef8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the Nth impl when translating a static method call, instead</title>
<updated>2012-10-13T00:46:43+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-10-13T00:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb55e246ba517a14eaabb82cba3294ab4ad23c0a'/>
<id>urn:sha1:cb55e246ba517a14eaabb82cba3294ab4ad23c0a</id>
<content type='text'>
of the 0th.  0th is only correct when there are no bound tps
on the trait.

Fixes #3741.
</content>
</entry>
<entry>
<title>Replace several common macros of the form #m[...] with m!(...)</title>
<updated>2012-10-12T21:14:48+00:00</updated>
<author>
<name>Kevin Cantu</name>
<email>me@kevincantu.org</email>
</author>
<published>2012-10-12T19:32:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1bede1f5e0012069feaf093a6287256af606ff92'/>
<id>urn:sha1:1bede1f5e0012069feaf093a6287256af606ff92</id>
<content type='text'>
This commit replaces nearly all remaining uses of #fmt, #debug, #error,
and #info, and fixes some error messages...
</content>
</entry>
<entry>
<title>Remove obsolete FIXME</title>
<updated>2012-10-11T23:10:07+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-11T23:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=63dc83198a8e2d7c1a9b43d1512b30eaa002fca8'/>
<id>urn:sha1:63dc83198a8e2d7c1a9b43d1512b30eaa002fca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the old serializers (needs snapshot)</title>
<updated>2012-10-08T00:20:19+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-10-07T23:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eb626e71199d1d89a0242043f096d89941fa2ec7'/>
<id>urn:sha1:eb626e71199d1d89a0242043f096d89941fa2ec7</id>
<content type='text'>
</content>
</entry>
</feed>
