<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/parser.rs, branch 1.20.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.20.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.20.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-08-23T15:47:50+00:00</updated>
<entry>
<title>Fix tests and fallout</title>
<updated>2017-08-23T15:47:50+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-08-23T15:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e9969c81c6df7b13b75638a7c3635d0a4515c36'/>
<id>urn:sha1:0e9969c81c6df7b13b75638a7c3635d0a4515c36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure that generic arguments don't end up in attribute paths.</title>
<updated>2017-08-23T14:56:41+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2017-08-17T18:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c076fc82a4197759044dd912c37c7fc9c33caf3'/>
<id>urn:sha1:7c076fc82a4197759044dd912c37c7fc9c33caf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change some helps to suggestions</title>
<updated>2017-07-17T08:03:37+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2017-05-16T13:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9d9a4aab4f6c51d16c2f13e69abcbe8f6c76725'/>
<id>urn:sha1:a9d9a4aab4f6c51d16c2f13e69abcbe8f6c76725</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor methods onto Printer struct.</title>
<updated>2017-07-11T18:09:19+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-06-25T03:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bac4bb96137cad937e4986b37d9e4273d1f01dcf'/>
<id>urn:sha1:bac4bb96137cad937e4986b37d9e4273d1f01dcf</id>
<content type='text'>
No (intentional) changes to behavior. This is intended to avoid the
anti-pattern of having to import individual methods throughout code.
</content>
</entry>
<entry>
<title>Store all generic arguments for method calls in AST</title>
<updated>2017-07-09T21:20:25+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2017-07-06T23:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=287de2595a40c03d9ffe81f55c13c731fd01583f'/>
<id>urn:sha1:287de2595a40c03d9ffe81f55c13c731fd01583f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Apply recovery for casts to type ascription</title>
<updated>2017-07-07T08:53:12+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2017-07-03T23:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4323877e9202aa7a7fc2742d4863300e9abed17b'/>
<id>urn:sha1:4323877e9202aa7a7fc2742d4863300e9abed17b</id>
<content type='text'>
Fix spans, add some comments
</content>
</entry>
<entry>
<title>Fix spans for binary operator expression with interpolated identifiers</title>
<updated>2017-07-07T08:21:57+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2017-07-04T14:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5fa1c1b5f3e03a8f2049c6a36f58fae1fe05852d'/>
<id>urn:sha1:5fa1c1b5f3e03a8f2049c6a36f58fae1fe05852d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add extra whitespace for suggestions</title>
<updated>2017-07-06T21:36:48+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2017-06-28T06:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eb478e23813b89944edfa602b6927e17c4c62f86'/>
<id>urn:sha1:eb478e23813b89944edfa602b6927e17c4c62f86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into proc_macro_api</title>
<updated>2017-07-05T15:42:13+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-07-05T15:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd95db25b367d5d61ee9bc86b928c529747b3622'/>
<id>urn:sha1:fd95db25b367d5d61ee9bc86b928c529747b3622</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change some terminology around keywords and reserved identifiers</title>
<updated>2017-06-29T12:19:53+00:00</updated>
<author>
<name>petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2017-06-29T10:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b33fd6d75966411c3934cd6bde07bb1a653b2d83'/>
<id>urn:sha1:b33fd6d75966411c3934cd6bde07bb1a653b2d83</id>
<content type='text'>
</content>
</entry>
</feed>
