<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/ext/auto_serialize2.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-10-09T00:43:45+00:00</updated>
<entry>
<title>Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""</title>
<updated>2012-10-09T00:43:45+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-09T00:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22efa39382d41b084fde1719df7ae8ce5697d8c9'/>
<id>urn:sha1:22efa39382d41b084fde1719df7ae8ce5697d8c9</id>
<content type='text'>
This reverts commit a33535e441dc5461fec0489069a1491367ad1c91.
</content>
</entry>
<entry>
<title>Revert "Remove old auto_serialize2 code (needs snapshot)"</title>
<updated>2012-10-08T18:58:54+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-08T18:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a33535e441dc5461fec0489069a1491367ad1c91'/>
<id>urn:sha1:a33535e441dc5461fec0489069a1491367ad1c91</id>
<content type='text'>
This reverts commit 0bd6da8a8c93143325cb45e8a074ccf7121ca168.
</content>
</entry>
<entry>
<title>Remove old auto_serialize2 code (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:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bd6da8a8c93143325cb45e8a074ccf7121ca168'/>
<id>urn:sha1:0bd6da8a8c93143325cb45e8a074ccf7121ca168</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>
<entry>
<title>remove the old auto_serialize syntax extension</title>
<updated>2012-10-07T21:56:18+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-10-07T21:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d301dd3686ddd04845c1e9f5b9254aa3498a8a7b'/>
<id>urn:sha1:d301dd3686ddd04845c1e9f5b9254aa3498a8a7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split auto_serialize2 into two macros</title>
<updated>2012-10-02T03:44:30+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-10-01T15:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2569adc5ea0b950c6e41a1c72d9eb7efdba49f05'/>
<id>urn:sha1:2569adc5ea0b950c6e41a1c72d9eb7efdba49f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Factor out auto_serialize2's impls from each other.</title>
<updated>2012-10-02T03:44:30+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-10-01T14:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f4160ee3bd4ca0779821c24240af525d07d859a'/>
<id>urn:sha1:4f4160ee3bd4ca0779821c24240af525d07d859a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auto_serialize2 should deserialize structs using read_struct</title>
<updated>2012-10-02T03:44:30+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-10-01T14:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c46b6f9efbbb00706a62d86a9afc4fd59bc13c12'/>
<id>urn:sha1:c46b6f9efbbb00706a62d86a9afc4fd59bc13c12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add deserializable and more types to serialization2</title>
<updated>2012-10-02T03:43:59+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2012-09-27T04:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81423a3866fb6cd4cadd28ed49273d7e22d48c17'/>
<id>urn:sha1:81423a3866fb6cd4cadd28ed49273d7e22d48c17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>demode vec</title>
<updated>2012-09-28T20:27:45+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-09-28T05:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=21519bc7e0a32e388e8b12be5d36d4440129f417'/>
<id>urn:sha1:21519bc7e0a32e388e8b12be5d36d4440129f417</id>
<content type='text'>
</content>
</entry>
</feed>
