<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/parser.rs, branch 1.9.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.9.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.9.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-04-06T19:12:08+00:00</updated>
<entry>
<title>Rollup merge of #32727 - matklad:fix-comment, r=alexcrichton</title>
<updated>2016-04-06T19:12:08+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2016-04-06T19:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ea28533e251f490ca5034a549a9b2def4464fdf2'/>
<id>urn:sha1:ea28533e251f490ca5034a549a9b2def4464fdf2</id>
<content type='text'>
minor: update old comments

No more lifetimes in function types after https://github.com/rust-lang/rust/commit/f945190e6352a1bc965a117569532643319b400f
</content>
</entry>
<entry>
<title>Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakis</title>
<updated>2016-04-06T12:01:16+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2016-04-06T12:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=552af51ffb9f4ae08a7ee3bf27b0e8309006ca6f'/>
<id>urn:sha1:552af51ffb9f4ae08a7ee3bf27b0e8309006ca6f</id>
<content type='text'>
 r? @nikomatsakis

Conflicts:
	src/librustc_save_analysis/lib.rs
	src/libsyntax/ast_util.rs
</content>
</entry>
<entry>
<title>Move span into `StructField`</title>
<updated>2016-04-06T08:19:10+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-04-06T08:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8fe4290f1cf87bf7b0a0661e6bbe84f3319e614d'/>
<id>urn:sha1:8fe4290f1cf87bf7b0a0661e6bbe84f3319e614d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of ast::StructFieldKind</title>
<updated>2016-04-06T07:33:15+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-04-02T13:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f3744f07f0d32f9673af1563d70b22985b1c2cf'/>
<id>urn:sha1:7f3744f07f0d32f9673af1563d70b22985b1c2cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: dismantle ast_util.</title>
<updated>2016-04-06T06:04:15+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2016-03-29T09:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bebe80bc28ff818c7990061275fa0ad6c8b3686'/>
<id>urn:sha1:7bebe80bc28ff818c7990061275fa0ad6c8b3686</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #32688 - jseyfried:ast_groundwork_for_1422, r=pnkfelix</title>
<updated>2016-04-06T01:58:24+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2016-04-06T01:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=772c600d4d6f39daa6d07d1a60ee0df3d3426978'/>
<id>urn:sha1:772c600d4d6f39daa6d07d1a60ee0df3d3426978</id>
<content type='text'>
[breaking-batch] Add support for `pub(restricted)` syntax in the AST

This PR allows the AST to represent the `pub(restricted)` syntax from RFC 1422 (cc #32409).

More specifically, it makes `ast::Visibility` non-`Copy` and adds two new variants, `Visibility::Crate` for `pub(crate)` and `Visitibility::Restricted { path: P&lt;Path&gt;, id: NodeId }` for `pub(path)`.

plugin-[breaking-change] cc #31645
r? @pnkfelix
</content>
</entry>
<entry>
<title>Fixes bug which accepting using `super` in use statemet.</title>
<updated>2016-04-05T08:57:56+00:00</updated>
<author>
<name>vlastachu</name>
<email>vlastachu@gmail.com</email>
</author>
<published>2016-03-20T00:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c73134fc740a09e22db6a3c2438339c155ef577'/>
<id>urn:sha1:6c73134fc740a09e22db6a3c2438339c155ef577</id>
<content type='text'>
Issue: #32225
</content>
</entry>
<entry>
<title>minor: update old comments</title>
<updated>2016-04-04T14:26:38+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2016-04-04T14:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2325cab5fe7314b7f577042e73523df4454f2331'/>
<id>urn:sha1:2325cab5fe7314b7f577042e73523df4454f2331</id>
<content type='text'>
No more lifetimes in function types after
https://github.com/rust-lang/rust/commit/f945190e6352a1bc965a117569532643319b400f
</content>
</entry>
<entry>
<title>Add `Crate` and `Restricted` variants to `ast::Visibility`</title>
<updated>2016-04-02T20:32:18+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-03-31T19:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=432eb8a094322a3aa2e40c439f9b50c0d7947d61'/>
<id>urn:sha1:432eb8a094322a3aa2e40c439f9b50c0d7947d61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make `ast::Visibility` non-copyable</title>
<updated>2016-04-02T20:21:41+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2016-03-23T10:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc355244df5ae74eaabe9a1e19200b9160010505'/>
<id>urn:sha1:bc355244df5ae74eaabe9a1e19200b9160010505</id>
<content type='text'>
</content>
</entry>
</feed>
