<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse, 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 #59687 - matklad:shebang, r=petrochenkov</title>
<updated>2019-04-05T10:46:49+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-04-05T10:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2e7be1ed6c1e3fec7b4aac6550f94694f5c43ae9'/>
<id>urn:sha1:2e7be1ed6c1e3fec7b4aac6550f94694f5c43ae9</id>
<content type='text'>
cleanup shebang handling in the lexer
</content>
</entry>
<entry>
<title>cleanup shebang handling in the lexer</title>
<updated>2019-04-04T10:31:53+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2019-04-04T07:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fdb8752850f9e8a6c5a846a6de3c5f1952fa1b38'/>
<id>urn:sha1:fdb8752850f9e8a6c5a846a6de3c5f1952fa1b38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make StringReader methods private</title>
<updated>2019-04-03T15:33:54+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2019-04-03T15:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1763aea7ba039235baebd8f116b91a21df39778a'/>
<id>urn:sha1:1763aea7ba039235baebd8f116b91a21df39778a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make StringReader fields private</title>
<updated>2019-04-03T15:20:50+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2019-04-03T15:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=555309d9332677b2d73be926a604b17bf33c8c22'/>
<id>urn:sha1:555309d9332677b2d73be926a604b17bf33c8c22</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>Rollup merge of #59476 - nnethercote:TokenStreamBuilder-SmallVec, r=petrochenkov</title>
<updated>2019-03-29T01:40:54+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-03-29T01:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=73f9832ee46a84ad25320224fd5685f4c140c06d'/>
<id>urn:sha1:73f9832ee46a84ad25320224fd5685f4c140c06d</id>
<content type='text'>
Use `SmallVec` in `TokenStreamBuilder`.

This reduces by 12% the number of allocations done for a "clean incremental" of `webrender_api`, which reduces the instruction count by about 0.5%.

r? @petrochenkov
</content>
</entry>
</feed>
