<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/comp/front/attr.rs, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<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>Remove some pointless imports</title>
<updated>2012-02-09T14:30:27+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-02-09T14:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=52a741754c76f147e8a009051c307091efaf45b2'/>
<id>urn:sha1:52a741754c76f147e8a009051c307091efaf45b2</id>
<content type='text'>
</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>rustc: Switch the --no-core switch to a #[no_core] attribute</title>
<updated>2012-01-27T00:43:33+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-27T00:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28fbb19664db24c9d40e81f74bf75ac1d5d0f36b'/>
<id>urn:sha1:28fbb19664db24c9d40e81f74bf75ac1d5d0f36b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove '.' after nullary tags in patterns</title>
<updated>2012-01-19T07:17:34+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-01-19T06:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=04a2887f8791bb080b4e76a55949a7c1954dbb97'/>
<id>urn:sha1:04a2887f8791bb080b4e76a55949a7c1954dbb97</id>
<content type='text'>
Does what it says on the tin.

The next commit will remove support for this syntax.
</content>
</entry>
<entry>
<title>rustc: Move some attribute accessors from rustdoc to rustc</title>
<updated>2012-01-17T05:12:36+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-17T05:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd63c3928ee5e292aebb94ec60ef72f02dc84795'/>
<id>urn:sha1:bd63c3928ee5e292aebb94ec60ef72f02dc84795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deprecate fn exprs and the fn() type, preferring fn@ and native fn</title>
<updated>2012-01-13T14:27:34+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-11T17:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=455f8b0d4588b6d890ce8a908d488c0325e3f29e'/>
<id>urn:sha1:455f8b0d4588b6d890ce8a908d488c0325e3f29e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make driver::session::session no longer an object</title>
<updated>2012-01-12T17:04:02+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-12T16:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efb9df1ebd7ebe0232e202d0e065b08d6a593785'/>
<id>urn:sha1:efb9df1ebd7ebe0232e202d0e065b08d6a593785</id>
<content type='text'>
Rather, it is now a struct where properties like opts are accessed
directly, and the error-reporting methods are part of a static impl
(with the same name as the type).
</content>
</entry>
<entry>
<title>Switch to new param kind bound syntax</title>
<updated>2012-01-05T14:50:02+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-05T14:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=60ae1590af034755b5cb1e1e71f2240a710299a2'/>
<id>urn:sha1:60ae1590af034755b5cb1e1e71f2240a710299a2</id>
<content type='text'>
And remove support for the old syntax
</content>
</entry>
<entry>
<title>Merge all 3 log syntaxes, tidy up residual misuses.</title>
<updated>2011-12-23T00:14:00+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-12-23T00:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=389329ef1ebde8f4f09545310a10866c9107a90d'/>
<id>urn:sha1:389329ef1ebde8f4f09545310a10866c9107a90d</id>
<content type='text'>
</content>
</entry>
</feed>
