<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/parser.rs, branch 1.19.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.19.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.19.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-06-02T15:10:43+00:00</updated>
<entry>
<title>Rollup merge of #42319 - Manishearth:const-extern, r=nikomatsakis</title>
<updated>2017-06-02T15:10:43+00:00</updated>
<author>
<name>Mark Simulacrum</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2017-06-02T15:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=85e5e20363cb4e37db4459a74ff66100834f817a'/>
<id>urn:sha1:85e5e20363cb4e37db4459a74ff66100834f817a</id>
<content type='text'>
Improve error message for const extern fn

It's currently ``error: unmatched visibility `pub` ``, which is a nonsensical error in this context.
</content>
</entry>
<entry>
<title>Improve error message for const extern fn</title>
<updated>2017-05-31T18:26:19+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2017-05-30T21:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22c4ee365c3b921859e0a325a559b3d41f49c4bb'/>
<id>urn:sha1:22c4ee365c3b921859e0a325a559b3d41f49c4bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Emit proper expectation for the "default" keyword.</title>
<updated>2017-05-31T14:22:33+00:00</updated>
<author>
<name>Masaki Hara</name>
<email>ackie.h.gmai@gmail.com</email>
</author>
<published>2017-05-31T14:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b670930933fd8af2316364d4e15e6a22983cf78d'/>
<id>urn:sha1:b670930933fd8af2316364d4e15e6a22983cf78d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parse macros named "default" correctly.</title>
<updated>2017-05-31T10:24:01+00:00</updated>
<author>
<name>Masaki Hara</name>
<email>ackie.h.gmai@gmail.com</email>
</author>
<published>2017-05-31T10:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=54edfee71a7d2a8f710c578be75c0537a430eaaf'/>
<id>urn:sha1:54edfee71a7d2a8f710c578be75c0537a430eaaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hygienize lifetimes.</title>
<updated>2017-05-25T05:52:09+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2017-03-25T21:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7fdc1fb2e40bc8fc5f1f59eb3b9d180619bcb210'/>
<id>urn:sha1:7fdc1fb2e40bc8fc5f1f59eb3b9d180619bcb210</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Declarative macros 2.0 without hygiene.</title>
<updated>2017-05-25T05:51:06+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2017-03-18T01:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a1d2edb821e123586049f349bb4aaee2d001cc6'/>
<id>urn:sha1:2a1d2edb821e123586049f349bb4aaee2d001cc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor out `ast::MacroDef`.</title>
<updated>2017-05-25T05:47:25+00:00</updated>
<author>
<name>Jeffrey Seyfried</name>
<email>jeffrey.seyfried@gmail.com</email>
</author>
<published>2017-03-17T21:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9c6430b3257a96d587349d85aa7596d3f4704c28'/>
<id>urn:sha1:9c6430b3257a96d587349d85aa7596d3f4704c28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option to the parser to avoid parsing out of line modules</title>
<updated>2017-05-17T23:03:07+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2017-05-17T22:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a2566301e12364e227f0b72b51bb09698e1cb9dc'/>
<id>urn:sha1:a2566301e12364e227f0b72b51bb09698e1cb9dc</id>
<content type='text'>
This is useful if parsing from stdin or a String and don't want to try and read in a module from another file. Instead we just leave a stub in the AST.
</content>
</entry>
<entry>
<title>adressed comments by @kennytm and @petrochenkov</title>
<updated>2017-05-15T21:56:09+00:00</updated>
<author>
<name>Andre Bogus</name>
<email>bogusandre@gmail.com</email>
</author>
<published>2017-05-13T19:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=958c67d9c8ca74370e2052fd8a3d209b8184d1f4'/>
<id>urn:sha1:958c67d9c8ca74370e2052fd8a3d209b8184d1f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some clippy warnings in libsyntax</title>
<updated>2017-05-12T18:05:39+00:00</updated>
<author>
<name>Andre Bogus</name>
<email>bogusandre@gmail.com</email>
</author>
<published>2017-05-12T18:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9c163ebe9deeaf74699fc8642d919cdb2b5e617'/>
<id>urn:sha1:a9c163ebe9deeaf74699fc8642d919cdb2b5e617</id>
<content type='text'>
This is mostly removing stray ampersands, needless returns and lifetimes.
</content>
</entry>
</feed>
