<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax_ext/assert.rs, branch 1.38.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.38.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.38.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-08-04T16:19:04+00:00</updated>
<entry>
<title>Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkov</title>
<updated>2019-08-04T16:19:04+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-08-04T16:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f01b9f803b59f170f5dabaaa8aedc96abe45bfea'/>
<id>urn:sha1:f01b9f803b59f170f5dabaaa8aedc96abe45bfea</id>
<content type='text'>
Point at type ascription before macro invocation on expansion parse error

Fix https://github.com/rust-lang/rust/issues/47666. Follow up to https://github.com/rust-lang/rust/pull/62791.

r? @petrochenkov
</content>
</entry>
<entry>
<title>Replace AstBuilder with inherent methods</title>
<updated>2019-07-31T12:55:37+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-07-31T11:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f985817bd9a5dbabb84c5fce523bc55ecbedfed'/>
<id>urn:sha1:0f985817bd9a5dbabb84c5fce523bc55ecbedfed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point at type ascription before macro invocation on expansion parse error</title>
<updated>2019-07-30T16:16:27+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-07-19T01:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c82e1f2d0e0b7fec9265eac851b2ac8b500ec4cc'/>
<id>urn:sha1:c82e1f2d0e0b7fec9265eac851b2ac8b500ec4cc</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>Remove needless lifetimes</title>
<updated>2019-07-03T08:01:02+00:00</updated>
<author>
<name>Jeremy Stucki</name>
<email>jeremy@myelin.ch</email>
</author>
<published>2019-06-21T21:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d28832dde96e7ed4e5124ce26f7ff03327925a56'/>
<id>urn:sha1:d28832dde96e7ed4e5124ce26f7ff03327925a56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: `self.span` -&gt; `self.token.span`</title>
<updated>2019-06-07T10:51:23+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-07T10:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3da094319c705e123e1176553d9c5b5955ff0642'/>
<id>urn:sha1:3da094319c705e123e1176553d9c5b5955ff0642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some code cleanup and tidy/test fixes</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-05T11:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff40e37b98fb44366a329d1b0d9642d462cc6ab6'/>
<id>urn:sha1:ff40e37b98fb44366a329d1b0d9642d462cc6ab6</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: Use `Token` in `Parser`</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-04T22:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa6fba98ae717d6090cdd5d0569114adfc825680'/>
<id>urn:sha1:aa6fba98ae717d6090cdd5d0569114adfc825680</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>
</feed>
