<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax_ext, branch 1.22.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.22.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.22.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-09-22T04:20:23+00:00</updated>
<entry>
<title>only set non-ADT derive error once per attribute, not per trait</title>
<updated>2017-09-22T04:20:23+00:00</updated>
<author>
<name>Zack M. Davis</name>
<email>code@zackmdavis.net</email>
</author>
<published>2017-08-23T02:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=35176867f62f76b9bc27267878f2d74d9c776221'/>
<id>urn:sha1:35176867f62f76b9bc27267878f2d74d9c776221</id>
<content type='text'>
A slight eccentricity of this change is that now non-ADT-derive errors prevent
derive-macro-not-found errors from surfacing (see changes to the
gating-of-derive compile-fail tests).

Resolves #43927.
</content>
</entry>
<entry>
<title>Use rvalue promotion to 'static instead of static items.</title>
<updated>2017-09-10T08:20:27+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2017-09-04T10:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10f66bd6e494c5b329f6b21b31e388e0ed3d69c1'/>
<id>urn:sha1:10f66bd6e494c5b329f6b21b31e388e0ed3d69c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Produce expansion info for more builtin macros</title>
<updated>2017-09-04T09:03:19+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2017-09-01T15:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4d5a1e17ba26ef3c049548470f85538eb94edfc'/>
<id>urn:sha1:c4d5a1e17ba26ef3c049548470f85538eb94edfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make fields of `Span` private</title>
<updated>2017-08-29T22:38:54+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2017-07-31T20:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3da868dcb67e85ccbd6d64cdcc29829b1399de15'/>
<id>urn:sha1:3da868dcb67e85ccbd6d64cdcc29829b1399de15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move unused-extern-crate to late pass</title>
<updated>2017-08-27T10:02:24+00:00</updated>
<author>
<name>Tatsuyuki Ishi</name>
<email>ishitatsuyuki@gmail.com</email>
</author>
<published>2017-06-24T08:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=611b1111394a065783091b17b025c34427af3d68'/>
<id>urn:sha1:611b1111394a065783091b17b025c34427af3d68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: remove crate_{name,type} attributes</title>
<updated>2017-08-25T20:18:21+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2017-08-19T23:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1'/>
<id>urn:sha1:b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1</id>
<content type='text'>
Fixes #41701.
</content>
</entry>
<entry>
<title>Rollup merge of #43891 - Fourchaux:master, r=steveklabnik</title>
<updated>2017-08-17T14:44:07+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-08-17T14:44:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a4387d54dca2160544fd0775c52ad942794e4f5f'/>
<id>urn:sha1:a4387d54dca2160544fd0775c52ad942794e4f5f</id>
<content type='text'>
Fix typos &amp; us spellings

Fixing some typos and non en-US spellings.

(Update of PR https://github.com/rust-lang/rust/pull/42812 )
</content>
</entry>
<entry>
<title>use field init shorthand EVERYWHERE</title>
<updated>2017-08-15T22:29:17+00:00</updated>
<author>
<name>Zack M. Davis</name>
<email>code@zackmdavis.net</email>
</author>
<published>2017-08-07T05:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b6c9605e41b7c7dc23e0e6f633f05912d0463dd'/>
<id>urn:sha1:1b6c9605e41b7c7dc23e0e6f633f05912d0463dd</id>
<content type='text'>
Like #43008 (f668999), but _much more aggressive_.
</content>
</entry>
<entry>
<title>Fix typos &amp; us spellings</title>
<updated>2017-08-15T19:56:30+00:00</updated>
<author>
<name>Fourchaux</name>
<email>jprodi04@gmail.com</email>
</author>
<published>2017-08-15T19:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7104be1a37daa2f7ec114913247dc93524fd48e'/>
<id>urn:sha1:c7104be1a37daa2f7ec114913247dc93524fd48e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.</title>
<updated>2017-08-12T06:14:50+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2017-08-08T15:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a4facc3c30d9dfbbfc1ddc6d413dfb0520699c6'/>
<id>urn:sha1:8a4facc3c30d9dfbbfc1ddc6d413dfb0520699c6</id>
<content type='text'>
</content>
</entry>
</feed>
