<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/parser.rs, branch 1.28.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.28.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.28.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-06-19T02:17:52+00:00</updated>
<entry>
<title>Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=nikomatsakis</title>
<updated>2018-06-19T02:17:52+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-06-19T02:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed39523406fea9d4c82f87f4ac9ad92388084123'/>
<id>urn:sha1:ed39523406fea9d4c82f87f4ac9ad92388084123</id>
<content type='text'>
Fix processing mod with multi-level path on Windows

Fix error in [rustfmt](https://github.com/rust-lang-nursery/rustfmt/issues/1754) because libsyntax can not handle `mod` with multilevel path on Windows.

Alternative is do almost same in https://github.com/rust-lang/rust/blob/master/src/libstd/sys/windows/fs.rs#L717 to allow work on paths with different separators, Ex. "\\\\?\\c:\\windows/temp"
</content>
</entry>
<entry>
<title>Auto merge of #51549 - PSeitz:patch-1, r=kennytm</title>
<updated>2018-06-17T14:05:43+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-06-17T14:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9181741ede48e0f7b8a0cdf838fd09cc4b1aa1c2'/>
<id>urn:sha1:9181741ede48e0f7b8a0cdf838fd09cc4b1aa1c2</id>
<content type='text'>
Follow up to #51508, make parse_block public instead parse_block_expr

This is an follow up to #51508

I mistakenly made parse_block_expr public instead of parse_block.
This fixes this.
</content>
</entry>
<entry>
<title>Follow up on https://github.com/rust-lang/rust/pull/51508, make parse_block public instead parse_block_expr</title>
<updated>2018-06-16T06:00:14+00:00</updated>
<author>
<name>PSeitz</name>
<email>PSeitz@users.noreply.github.com</email>
</author>
<published>2018-06-14T08:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1c0857f6246c3359c1e40a2a39d938f267ee2a4'/>
<id>urn:sha1:b1c0857f6246c3359c1e40a2a39d938f267ee2a4</id>
<content type='text'>
This is an follow up to #51508

I mistakenly made parse_block_expr public instead of parse_block.
This fixes this.
</content>
</entry>
<entry>
<title>create multiple HIR items for a use statement</title>
<updated>2018-06-14T22:47:28+00:00</updated>
<author>
<name>QuietMisdreavus</name>
<email>grey@quietmisdreavus.net</email>
</author>
<published>2018-06-13T16:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=122b5b47c2d8387a5095c3cac50fe11c9aaf1369'/>
<id>urn:sha1:122b5b47c2d8387a5095c3cac50fe11c9aaf1369</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #51502 - jebrosen:pub_parse_methods, r=Mark-Simulacrum</title>
<updated>2018-06-12T17:22:53+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-06-12T17:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e06b1757c843c4cda538327dbd325378c539bfe'/>
<id>urn:sha1:1e06b1757c843c4cda538327dbd325378c539bfe</id>
<content type='text'>
Make parse_seq_to_end and parse_path public

(see SergioBenitez/Rocket#660, rust-lang/rust#51265)

Rocket currently uses `parse_seq_to_end` and `parse_path` in its codegen macros. Assuming I tested correctly, this is the minimal set of methods that are currently necessary to build Rocket again. I would be happy to add documentation of this and Rocket's other usages, if desired.
</content>
</entry>
<entry>
<title>Auto merge of #51508 - PSeitz:master, r=Mark-Simulacrum</title>
<updated>2018-06-12T11:06:09+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-06-12T11:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1aae290d5560b45353071dc5be7554df5e6f72b'/>
<id>urn:sha1:a1aae290d5560b45353071dc5be7554df5e6f72b</id>
<content type='text'>
Make span_fatal and parse_block public

span_fatal and parse_block  were made private in #51265. These methods are used in stainless.

Related #51498 #51504
</content>
</entry>
<entry>
<title>Make span_fatal and parse_block public</title>
<updated>2018-06-11T19:19:12+00:00</updated>
<author>
<name>PSeitz</name>
<email>PSeitz@users.noreply.github.com</email>
</author>
<published>2018-06-11T19:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6fd9ede0cd3a3c73e44a8fdbbb3cabfb622d2a7f'/>
<id>urn:sha1:6fd9ede0cd3a3c73e44a8fdbbb3cabfb622d2a7f</id>
<content type='text'>
span_fatal and parse_block  were made private in #51265. These methods are used in stainless.

Related #51498 #51504</content>
</entry>
<entry>
<title>Make parse_seq_to_end and parse_path public</title>
<updated>2018-06-11T16:40:58+00:00</updated>
<author>
<name>jeb</name>
<email>jeb@jebrosen.com</email>
</author>
<published>2018-06-11T16:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e56261fcbdaa8d039ee507911f8e5e886de1e41'/>
<id>urn:sha1:7e56261fcbdaa8d039ee507911f8e5e886de1e41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make parse_ident public</title>
<updated>2018-06-11T14:04:11+00:00</updated>
<author>
<name>Seiichi Uchida</name>
<email>seuchida@gmail.com</email>
</author>
<published>2018-06-11T14:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed74b0b01685afa9a8c86078131f7d4b9c40ab7c'/>
<id>urn:sha1:ed74b0b01685afa9a8c86078131f7d4b9c40ab7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #50205 - topecongiro:include-parens-to-type-parameter, r=petrochenkov</title>
<updated>2018-06-10T20:09:22+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-06-10T20:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a805a2a5ebba2802f432d79874e59c24e398f82a'/>
<id>urn:sha1:a805a2a5ebba2802f432d79874e59c24e398f82a</id>
<content type='text'>
Include parens to type parameter

The motivation of this PR is to fix a bug in rustfmt (cc https://github.com/rust-lang-nursery/rustfmt/issues/2630).
</content>
</entry>
</feed>
