<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/parser/diagnostics.rs, branch 1.40.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.40.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.40.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-10-30T19:05:26+00:00</updated>
<entry>
<title>Do not complain about missing `fn main()` in some cases</title>
<updated>2019-10-30T19:05:26+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-29T00:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=454e2aa8c99850c9393fb2314e1a71da08120063'/>
<id>urn:sha1:454e2aa8c99850c9393fb2314e1a71da08120063</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce ammount of errors given unclosed delimiter</title>
<updated>2019-10-30T19:05:17+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-26T01:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=053a09529a41931a217daecbe879b88386101249'/>
<id>urn:sha1:053a09529a41931a217daecbe879b88386101249</id>
<content type='text'>
When in a file with a non-terminated item, catch the error and consume
the block instead of trying to recover it more granularly in order to
reduce the amount of unrelated errors that would be fixed after adding
the missing closing brace. Also point out the possible location of the
missing closing brace.
</content>
</entry>
<entry>
<title>review comments</title>
<updated>2019-10-28T17:53:13+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-24T22:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8016c2b13a7e16b6eed9e30b4b6bfe304750566'/>
<id>urn:sha1:e8016c2b13a7e16b6eed9e30b4b6bfe304750566</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak unexpected token wording</title>
<updated>2019-10-28T17:53:13+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-22T18:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b0836df6f633eb1a4c02d15a8d942bfe885f172'/>
<id>urn:sha1:1b0836df6f633eb1a4c02d15a8d942bfe885f172</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use heuristics to recover parsing of missing `;`</title>
<updated>2019-10-28T17:53:13+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-20T21:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d673d0ac8462bd30612b0cce719ac0bf15dfaf86'/>
<id>urn:sha1:d673d0ac8462bd30612b0cce719ac0bf15dfaf86</id>
<content type='text'>
- Detect `,` and `:` typos where `;` was intended.
- When the next token could have been the start of a new statement,
  detect a missing semicolon.
</content>
</entry>
<entry>
<title>make tidy happy</title>
<updated>2019-10-16T09:19:39+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-12T04:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be40bbd2fb7e077b27d346a0b9249d309b9ca690'/>
<id>urn:sha1:be40bbd2fb7e077b27d346a0b9249d309b9ca690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move SeqSep to parser.rs</title>
<updated>2019-10-16T08:59:54+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-08T10:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bf02d49e848e331ba8bf3d14e3b3443bc68ab7f3'/>
<id>urn:sha1:bf02d49e848e331ba8bf3d14e3b3443bc68ab7f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move syntax::ext to new crate syntax_expand</title>
<updated>2019-10-16T08:59:53+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-16T08:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d420d719c4c44c3c6d02b5fafba4f2cf5e837dba'/>
<id>urn:sha1:d420d719c4c44c3c6d02b5fafba4f2cf5e837dba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: reduce visibilities</title>
<updated>2019-10-16T08:59:53+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-08T07:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c189565edc5c9fc516170885b3a3061b936205fb'/>
<id>urn:sha1:c189565edc5c9fc516170885b3a3061b936205fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move diagnostics.rs into parser/</title>
<updated>2019-10-16T08:59:53+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-08T07:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98017ca53a0c3ac6a10f60b47462bd3546baaaa1'/>
<id>urn:sha1:98017ca53a0c3ac6a10f60b47462bd3546baaaa1</id>
<content type='text'>
</content>
</entry>
</feed>
