<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/comp/syntax/ext/log_syntax.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-03-03T02:46:13+00:00</updated>
<entry>
<title>Move src/comp to src/rustc</title>
<updated>2012-03-03T02:46:13+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-02-29T19:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87c14f1e3d85751bffffda0b1920be5e726172c4'/>
<id>urn:sha1:87c14f1e3d85751bffffda0b1920be5e726172c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make macro arg optional in syntax, again untested.</title>
<updated>2012-02-04T03:41:48+00:00</updated>
<author>
<name>Kevin Atkinson</name>
<email>kevina@cs.utah.edu</email>
</author>
<published>2012-02-01T07:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da74a7f9ca774cd8addcb00a361bb230facc3b31'/>
<id>urn:sha1:da74a7f9ca774cd8addcb00a361bb230facc3b31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for recognizing macro body, completely untested.</title>
<updated>2012-02-04T03:41:48+00:00</updated>
<author>
<name>Kevin Atkinson</name>
<email>kevina@cs.utah.edu</email>
</author>
<published>2012-02-01T06:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5ea04c65c151708272b92d00c8448156239affb2'/>
<id>urn:sha1:5ea04c65c151708272b92d00c8448156239affb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the type for the macro body to also store the span.</title>
<updated>2012-02-04T03:41:48+00:00</updated>
<author>
<name>Kevin Atkinson</name>
<email>kevina@cs.utah.edu</email>
</author>
<published>2012-02-01T03:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e76fdeb3a6411f151aafb6a48df26bc6c8f977a5'/>
<id>urn:sha1:e76fdeb3a6411f151aafb6a48df26bc6c8f977a5</id>
<content type='text'>
Note: the body is the part of the macro syntax between the {}.
</content>
</entry>
<entry>
<title>Change option::t to option</title>
<updated>2012-02-01T01:05:20+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-02-01T01:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5d095d67e3926fa104ac495076fe9d4cd4f5562'/>
<id>urn:sha1:e5d095d67e3926fa104ac495076fe9d4cd4f5562</id>
<content type='text'>
Now that core exports "option" as a synonym for option::t, search-and-
replace option::t with option.

The only place that still refers to option::t are the modules in libcore
that use option, because fixing this requires a new snapshot
(forthcoming).
</content>
</entry>
<entry>
<title>Major clean-up of std::io</title>
<updated>2012-01-11T20:00:11+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-11T14:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34d7f05292911d5582ede20fd871f600447ad59d'/>
<id>urn:sha1:34d7f05292911d5582ede20fd871f600447ad59d</id>
<content type='text'>
Use ifaces instead of objs, stop wrapping everything in two (or three)
layers of no-value-added indirection, and remove some of the more
pointless/outdated idioms from the code.
</content>
</entry>
<entry>
<title>Copy first batch of material from libstd to libcore.</title>
<updated>2011-12-14T00:34:50+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-12-14T00:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa9ad984fb2f013baebdbe01a42baa3b9101dd84'/>
<id>urn:sha1:fa9ad984fb2f013baebdbe01a42baa3b9101dd84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup unused imports</title>
<updated>2011-11-11T03:19:40+00:00</updated>
<author>
<name>Haitao Li</name>
<email>lihaitao@gmail.com</email>
</author>
<published>2011-11-10T16:41:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5a7249c935d52e79db2301a6cccfd28dff9bf38e'/>
<id>urn:sha1:5a7249c935d52e79db2301a6cccfd28dff9bf38e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Factor imports mindlessly.</title>
<updated>2011-09-12T23:13:28+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-09-12T23:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4815b67422771624300b224d642b3b63d1fbce2'/>
<id>urn:sha1:a4815b67422771624300b224d642b3b63d1fbce2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat for new mode syntax, step 1</title>
<updated>2011-09-12T10:04:14+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-09-12T09:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc6b7c8b381bcb506eab0f50c69b6cc18aafacb2'/>
<id>urn:sha1:fc6b7c8b381bcb506eab0f50c69b6cc18aafacb2</id>
<content type='text'>
Long lines were fixed in a very crude way, as I'll be following up
with another reformat in a bit.
</content>
</entry>
</feed>
