<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/parser.rs, branch 1.35.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.35.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.35.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-04-26T14:56:41+00:00</updated>
<entry>
<title>review comment: change linked ticket</title>
<updated>2019-04-26T14:56:41+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-04-23T21:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a0b51d7decf0f4788c17f75df0f8c61aa5bfd727'/>
<id>urn:sha1:a0b51d7decf0f4788c17f75df0f8c61aa5bfd727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Temporarily accept [i|u][32|size] suffixes on a tuple index and warn</title>
<updated>2019-04-26T14:56:37+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-04-22T22:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b1c7ad35c96a6773749c98cb343fc63115b6c7b'/>
<id>urn:sha1:4b1c7ad35c96a6773749c98cb343fc63115b6c7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #59041 - saleemjaffer:trait_doc_comment_better_error_msg, r=pnkfelix</title>
<updated>2019-04-01T15:29:53+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-04-01T15:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2fd3fe957fefc452889d250da4642f639a3b2e9'/>
<id>urn:sha1:d2fd3fe957fefc452889d250da4642f639a3b2e9</id>
<content type='text'>
fixes rust-lang#56766

fixes #56766
</content>
</entry>
<entry>
<title>Rollup merge of #59453 - estebank:recover-tuple-parse, r=petrochenkov</title>
<updated>2019-03-30T06:51:36+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-03-30T06:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c28704c2a89219dd84cefa042d4e809cafee8402'/>
<id>urn:sha1:c28704c2a89219dd84cefa042d4e809cafee8402</id>
<content type='text'>
Recover from parse error in tuple syntax
</content>
</entry>
<entry>
<title>Deduplicate parse recovery code</title>
<updated>2019-03-29T02:58:45+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-03-29T02:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ea6790a6444fbf65d0cba9c9518abf70077f3de'/>
<id>urn:sha1:9ea6790a6444fbf65d0cba9c9518abf70077f3de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recover from parse error in tuple syntax</title>
<updated>2019-03-28T11:47:37+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-03-27T00:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3918cf62138157ef4748c2193e0601aaa78f311'/>
<id>urn:sha1:e3918cf62138157ef4748c2193e0601aaa78f311</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #59198 - estebank:recovered-pattern, r=zackmdavis</title>
<updated>2019-03-28T07:43:32+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-03-28T07:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dcd531ea15252725ad2858b7b0f9c0a0882ff536'/>
<id>urn:sha1:dcd531ea15252725ad2858b7b0f9c0a0882ff536</id>
<content type='text'>
Do not complain about unmentioned fields in recovered patterns

When the parser has to recover from malformed code in a pattern, do not
complain about missing fields.

Fix #59145.
</content>
</entry>
<entry>
<title>Rollup merge of #59421 - estebank:tuple-index-suffix, r=petrochenkov</title>
<updated>2019-03-28T01:15:35+00:00</updated>
<author>
<name>Josh Stone</name>
<email>cuviper@gmail.com</email>
</author>
<published>2019-03-28T01:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be34621ffc1491cf96a9b1f8091393466067ce3c'/>
<id>urn:sha1:be34621ffc1491cf96a9b1f8091393466067ce3c</id>
<content type='text'>
Reject integer suffix when tuple indexing

Fix #59418.

r? @varkor
</content>
</entry>
<entry>
<title>Rollup merge of #57565 - petrochenkov:turbowarn, r=Centril</title>
<updated>2019-03-28T01:15:19+00:00</updated>
<author>
<name>Josh Stone</name>
<email>cuviper@gmail.com</email>
</author>
<published>2019-03-28T01:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c818c1a1d603b0b00241764ca951b7e8627a965b'/>
<id>urn:sha1:c818c1a1d603b0b00241764ca951b7e8627a965b</id>
<content type='text'>
syntax: Remove warning for unnecessary path disambiguators

`rustfmt` is now stable and it removes unnecessary turbofishes, so removing the warning as discussed in https://github.com/rust-lang/rust/pull/43540 (where it was introduced).
One hardcoded warning less.

Closes https://github.com/rust-lang/rust/issues/58055

r? @nikomatsakis
</content>
</entry>
<entry>
<title>Add specific message for tuple struct invoked with suffixed numeric field name</title>
<updated>2019-03-26T19:32:32+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-03-26T19:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d1cc72cf9fca507f4e14fad88f7269594305846'/>
<id>urn:sha1:8d1cc72cf9fca507f4e14fad88f7269594305846</id>
<content type='text'>
</content>
</entry>
</feed>
