<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/mod.rs, branch 1.26.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.26.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.26.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-26T21:45:28+00:00</updated>
<entry>
<title>libsyntax: Remove obsolete.rs</title>
<updated>2018-03-26T21:45:28+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-03-26T21:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=604bbee84cbd0ef5064bfd6b40c384268b1b38c0'/>
<id>urn:sha1:604bbee84cbd0ef5064bfd6b40c384268b1b38c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/Lymia/rust into rollup</title>
<updated>2018-03-23T17:16:40+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2018-03-23T14:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82bb41bdab6d6d5611573883bea5779ed43ca184'/>
<id>urn:sha1:82bb41bdab6d6d5611573883bea5779ed43ca184</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank</title>
<updated>2018-03-22T14:43:37+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2018-03-22T09:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d3f3f0cac3de7dfbb126db3c48d7499c96d86ec'/>
<id>urn:sha1:8d3f3f0cac3de7dfbb126db3c48d7499c96d86ec</id>
<content type='text'>
address some FIXME whose associated issues were marked as closed

part of #44366
</content>
</entry>
<entry>
<title>Feature gate raw identifiers.</title>
<updated>2018-03-18T15:07:19+00:00</updated>
<author>
<name>Lymia Aluysia</name>
<email>lymia@lymiahugs.com</email>
</author>
<published>2018-03-14T07:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d5c29b9eae5857c040bf6f1b2d729596c8af3ae'/>
<id>urn:sha1:7d5c29b9eae5857c040bf6f1b2d729596c8af3ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial implementation of RFC 2151, Raw Identifiers</title>
<updated>2018-03-18T15:07:19+00:00</updated>
<author>
<name>Lymia Aluysia</name>
<email>lymia@lymiahugs.com</email>
</author>
<published>2018-03-10T05:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fad1648e0f8299a8b108f85c2b1055eb37bdab9e'/>
<id>urn:sha1:fad1648e0f8299a8b108f85c2b1055eb37bdab9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup import parsing</title>
<updated>2018-03-17T19:12:21+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-03-10T15:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=636357b09a638661d1ed1473738038d8caa9a02e'/>
<id>urn:sha1:636357b09a638661d1ed1473738038d8caa9a02e</id>
<content type='text'>
Fix spans of root segments
</content>
</entry>
<entry>
<title>remove FIXME(#8372) since for-loops wont support borrowing iterators</title>
<updated>2018-03-17T18:25:23+00:00</updated>
<author>
<name>Niv Kaminer</name>
<email>nivkner@zoho.com</email>
</author>
<published>2018-03-17T12:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c8be5c3174f3cf2856a19db23cba1b7313068690'/>
<id>urn:sha1:c8be5c3174f3cf2856a19db23cba1b7313068690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove syntax and syntax_pos thread locals</title>
<updated>2018-03-14T10:56:01+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2018-03-07T01:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cbdf4ec03e92ed36c162bb8c645993e48a1caa02'/>
<id>urn:sha1:cbdf4ec03e92ed36c162bb8c645993e48a1caa02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move REGISTERED_DIAGNOSTICS to a ParseSess field</title>
<updated>2018-03-08T04:30:43+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2018-03-07T01:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=728c16c88f8db0c914cecc8b20b7f851d936fd5a'/>
<id>urn:sha1:728c16c88f8db0c914cecc8b20b7f851d936fd5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace Rc with Lrc for shared data</title>
<updated>2018-03-02T09:48:52+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2018-02-27T16:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b74e97cf42e647d87d67a03c134a0494b6aaa811'/>
<id>urn:sha1:b74e97cf42e647d87d67a03c134a0494b6aaa811</id>
<content type='text'>
</content>
</entry>
</feed>
