<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/ext/deriving/cmp, 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>2015-12-15T06:04:46+00:00</updated>
<entry>
<title>Move built-in syntax extensions to a separate crate</title>
<updated>2015-12-15T06:04:46+00:00</updated>
<author>
<name>Seo Sanghyeon</name>
<email>sanxiyn@gmail.com</email>
</author>
<published>2015-12-10T14:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9ba1078245bc2c023f51d2a63e0ca84863600e7'/>
<id>urn:sha1:f9ba1078245bc2c023f51d2a63e0ca84863600e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow #[derive()] to generate unsafe trait impls</title>
<updated>2015-08-29T18:50:05+00:00</updated>
<author>
<name>Michael Layzell</name>
<email>michael@thelayzells.com</email>
</author>
<published>2015-08-29T18:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38d450fad2d8f60041fe72462015fc5b09acccae'/>
<id>urn:sha1:38d450fad2d8f60041fe72462015fc5b09acccae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Implement #![no_core]</title>
<updated>2015-08-04T00:23:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-07-30T00:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5cccf3cd256420d9f32c265e83036dea1d5f94d8'/>
<id>urn:sha1:5cccf3cd256420d9f32c265e83036dea1d5f94d8</id>
<content type='text'>
This commit is an implementation of [RFC 1184][rfc] which tweaks the behavior of
the `#![no_std]` attribute and adds a new `#![no_core]` attribute. The
`#![no_std]` attribute now injects `extern crate core` at the top of the crate
as well as the libcore prelude into all modules (in the same manner as the
standard library's prelude). The `#![no_core]` attribute disables both std and
core injection.

[rfc]: https://github.com/rust-lang/rfcs/pull/1184
</content>
</entry>
<entry>
<title>Let MultiItemDecorator take `&amp;Annotatable` (fixes #25683)</title>
<updated>2015-05-22T15:40:27+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-05-22T15:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6bc5a924842b6b6ef5607dd90b8045ef5489e536'/>
<id>urn:sha1:6bc5a924842b6b6ef5607dd90b8045ef5489e536</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow #[derive()] to generate unsafe methods</title>
<updated>2015-05-17T09:26:13+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-05-17T05:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b63841d91c3de96aac8bc79df1fc22b47ed993e'/>
<id>urn:sha1:5b63841d91c3de96aac8bc79df1fc22b47ed993e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rebasing</title>
<updated>2015-05-12T02:15:02+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2015-05-12T02:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d16772ecb93270ac64b44b429a157f397a3e41d'/>
<id>urn:sha1:5d16772ecb93270ac64b44b429a157f397a3e41d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP refactor expansion of decorators and move derive to MultiDecorator</title>
<updated>2015-04-30T08:29:45+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2015-04-28T05:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0a42aecbc85298fb6351253c4cd1824567b7a42'/>
<id>urn:sha1:c0a42aecbc85298fb6351253c4cd1824567b7a42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Remove uses of #[feature(slice_patterns)]</title>
<updated>2015-04-21T17:08:26+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2015-04-16T05:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca0ee4c6454fd272457e98c20a461ec9f93b2ac4'/>
<id>urn:sha1:ca0ee4c6454fd272457e98c20a461ec9f93b2ac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: remove #![feature(box_syntax, box_patterns)]</title>
<updated>2015-04-21T17:07:48+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2015-04-16T03:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4541b02a33e7c4fdcc8f50459bad6ab99463919'/>
<id>urn:sha1:a4541b02a33e7c4fdcc8f50459bad6ab99463919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Clean up the indentation for #[derive(Eq)]</title>
<updated>2015-04-16T02:49:25+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2015-04-01T17:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed437cd8fcbb9ee89849a7eafff94ea97252189e'/>
<id>urn:sha1:ed437cd8fcbb9ee89849a7eafff94ea97252189e</id>
<content type='text'>
</content>
</entry>
</feed>
