<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax_ext/proc_macro_server.rs, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-07-27T10:55:25+00:00</updated>
<entry>
<title>Move proc macro server into libsyntax</title>
<updated>2019-07-27T10:55:25+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-18T18:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ad0daa220fd5e00ce425c9208869ea0d6f4b981'/>
<id>urn:sha1:4ad0daa220fd5e00ce425c9208869ea0d6f4b981</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust other names after the `Mark` renaming</title>
<updated>2019-07-19T09:01:49+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-15T22:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09703e3843622430276d0b3c672fbc772ce0b862'/>
<id>urn:sha1:09703e3843622430276d0b3c672fbc772ce0b862</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Pre-intern names of all built-in macros</title>
<updated>2019-07-07T10:04:07+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-23T11:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b6d522a101982b4c6919391a378e799bd74a4da6'/>
<id>urn:sha1:b6d522a101982b4c6919391a378e799bd74a4da6</id>
<content type='text'>
They always end up interned anyway
</content>
</entry>
<entry>
<title>Fix meta-variable binding errors in macros</title>
<updated>2019-06-22T23:30:41+00:00</updated>
<author>
<name>Julien Cretin</name>
<email>cretin@google.com</email>
</author>
<published>2019-05-29T18:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8106b59d2faaea57301ad000d7787b70c5b2985'/>
<id>urn:sha1:b8106b59d2faaea57301ad000d7787b70c5b2985</id>
<content type='text'>
The errors are either:
- The meta-variable used in the right-hand side is not bound (or defined) in the
  left-hand side.
- The meta-variable used in the right-hand side does not repeat with the same
  kleene operator as its binder in the left-hand side. Either it does not repeat
  enough, or it uses a different operator somewhere.

This change should have no semantic impact.
</content>
</entry>
<entry>
<title>Remove unnecessary `.clone()`</title>
<updated>2019-06-15T11:46:00+00:00</updated>
<author>
<name>Shotaro Yamada</name>
<email>sinkuu@sinkuu.xyz</email>
</author>
<published>2019-06-08T10:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6a0abd60486d7301dea849e7107bc92380e6045e'/>
<id>urn:sha1:6a0abd60486d7301dea849e7107bc92380e6045e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Switch function parameter order in `TokenTree::token`</title>
<updated>2019-06-06T11:04:02+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-05T10:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67ce3f458939e6fe073bca6128526cb23f0797ba'/>
<id>urn:sha1:67ce3f458939e6fe073bca6128526cb23f0797ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Remove duplicate span from `token::Ident`</title>
<updated>2019-06-06T11:04:02+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-05T08:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f745e5f9b676be02cc1dfbab0bfb338dc72b4dd3'/>
<id>urn:sha1:f745e5f9b676be02cc1dfbab0bfb338dc72b4dd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Remove duplicate span from `token::Lifetime`</title>
<updated>2019-06-06T11:04:02+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-05T08:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c5d773b4d529c6263f682513ea34ce644a8179b'/>
<id>urn:sha1:4c5d773b4d529c6263f682513ea34ce644a8179b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Use `Token` in `TokenTree::Token`</title>
<updated>2019-06-06T11:03:15+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-04T17:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0127dbf8135b766a332ce21c4eee48998b59bef'/>
<id>urn:sha1:e0127dbf8135b766a332ce21c4eee48998b59bef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Rename `Token` into `TokenKind`</title>
<updated>2019-06-06T11:03:14+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-04T14:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99b27d749c22117eccf862f5ee4eb540b65b681f'/>
<id>urn:sha1:99b27d749c22117eccf862f5ee4eb540b65b681f</id>
<content type='text'>
</content>
</entry>
</feed>
