<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/ext/deriving/encodable.rs, branch 1.2.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.2.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-05-22T15:40:27+00:00</updated>
<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 #![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>Auto merge of #23985 - erickt:derive-cleanup, r=erickt</title>
<updated>2015-04-18T00:48:34+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-04-18T00:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1284be4044420bc4c41767284ae26be61a38d331'/>
<id>urn:sha1:1284be4044420bc4c41767284ae26be61a38d331</id>
<content type='text'>
This extracts some of the minor cleanup patches from #23905.
</content>
</entry>
<entry>
<title>syntax: Change deriving methods to take a `&amp;mut FnMut(P&lt;Item&gt;)`</title>
<updated>2015-04-16T02:49:25+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2015-03-27T01:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9edc7deb8d7278735758426fb1b323c0b96cca2e'/>
<id>urn:sha1:9edc7deb8d7278735758426fb1b323c0b96cca2e</id>
<content type='text'>
This allows #[derive(...)]` to create more than one impl
</content>
</entry>
<entry>
<title>Negative case of `len()` -&gt; `is_empty()`</title>
<updated>2015-04-15T03:26:03+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2015-03-24T23:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10f15e72e6c265eb43d34dba564d86dbf1c4fb99'/>
<id>urn:sha1:10f15e72e6c265eb43d34dba564d86dbf1c4fb99</id>
<content type='text'>
`s/([^\(\s]+\.)len\(\) [(?:!=)&gt;] 0/!$1is_empty()/g`
</content>
</entry>
<entry>
<title>don't use Result::ok just to be able to use unwrap/unwrap_or</title>
<updated>2015-03-20T07:19:13+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git1984941651981@oli-obk.de</email>
</author>
<published>2015-03-20T07:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4a1e59146c70a12d8c4c1f85c08a2ecf9fb3d2e'/>
<id>urn:sha1:b4a1e59146c70a12d8c4c1f85c08a2ecf9fb3d2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switched to Box::new in many places.</title>
<updated>2015-03-03T20:05:55+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2015-02-15T08:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d5bcb14adb71900a99f06b92485de7e019734c2'/>
<id>urn:sha1:0d5bcb14adb71900a99f06b92485de7e019734c2</id>
<content type='text'>
Many of the modifications putting in `Box::new` calls also include a
pointer to Issue 22405, which tracks going back to `box &lt;expr&gt;` if
possible in the future.

(Still tried to use `Box&lt;_&gt;` where it sufficed; thus some tests still
have `box_syntax` enabled, as they use a mix of `box` and `Box::new`.)

Precursor for overloaded-`box` and placement-`in`; see Issue 22181.
</content>
</entry>
</feed>
