<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_parse/parser/path.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-08-30T15:45:07+00:00</updated>
<entry>
<title>mv compiler to compiler/</title>
<updated>2020-08-30T15:45:07+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-08-28T03:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5f7d5631b8f4009ac1c693e585d4b7108d4275'/>
<id>urn:sha1:9e5f7d5631b8f4009ac1c693e585d4b7108d4275</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust_ast::ast =&gt; rustc_ast</title>
<updated>2020-08-17T20:32:32+00:00</updated>
<author>
<name>Ujjwal Sharma</name>
<email>ryzokuken@disroot.org</email>
</author>
<published>2020-04-27T17:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a888b02884883de41d0ce08aa62a6cd6d4790951'/>
<id>urn:sha1:a888b02884883de41d0ce08aa62a6cd6d4790951</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replaced log with tracing</title>
<updated>2020-08-15T20:03:11+00:00</updated>
<author>
<name>Gurpreet Singh</name>
<email>gdhuper@gmail.com</email>
</author>
<published>2020-08-14T06:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2753f91b5e09a91841fa729ef6b14d7ef249e8a'/>
<id>urn:sha1:d2753f91b5e09a91841fa729ef6b14d7ef249e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce NonterminalKind</title>
<updated>2020-08-02T12:09:25+00:00</updated>
<author>
<name>Aleksey Kladov</name>
<email>aleksey.kladov@gmail.com</email>
</author>
<published>2020-07-27T12:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2595d75ea98e6bede1a6c847fe22c8abe3a9401e'/>
<id>urn:sha1:2595d75ea98e6bede1a6c847fe22c8abe3a9401e</id>
<content type='text'>
It encapsulate the (part of) the interface between the parser and
macro by example (macro_rules) parser.

The second bit is somewhat more general `parse_ast_fragment`, which is
the reason why we keep some `parse_xxx` functions as public.
</content>
</entry>
<entry>
<title>Detect turbofish missing surrounding angle brackets</title>
<updated>2020-07-23T16:35:49+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2020-07-23T16:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=20f4e5d9c24809031fd6631436f0a7a5b075fe40'/>
<id>urn:sha1:20f4e5d9c24809031fd6631436f0a7a5b075fe40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recover extra trailing angle brackets in struct definition</title>
<updated>2020-06-27T15:53:42+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2020-06-27T15:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=765bd47fa0f0e0d5d893283a94c76e2b1009d680'/>
<id>urn:sha1:765bd47fa0f0e0d5d893283a94c76e2b1009d680</id>
<content type='text'>
This commit applies the existing 'extra angle bracket recovery' logic
when parsing fields in struct definitions. This allows us to continue
parsing the struct's fields, avoiding spurious 'missing field' errors in
code that tries to use the struct.
</content>
</entry>
<entry>
<title>Remove ast::{Ident, Name} reexports.</title>
<updated>2020-05-08T11:13:15+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2020-04-19T11:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4e143ed2f248a808fb5f1cf959f630d419cc01b'/>
<id>urn:sha1:d4e143ed2f248a808fb5f1cf959f630d419cc01b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>address some review comments</title>
<updated>2020-03-27T08:29:38+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-27T06:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2ddc35997cd7147f007943e50ef5f942d20ad7c7'/>
<id>urn:sha1:2ddc35997cd7147f007943e50ef5f942d20ad7c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parse: improve recovery for assoc eq constraints.</title>
<updated>2020-03-27T06:39:15+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-22T05:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2972bb37b8dc6e64ec31cf9b79245974e30f417b'/>
<id>urn:sha1:2972bb37b8dc6e64ec31cf9b79245974e30f417b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extract parse_generic_arg</title>
<updated>2020-03-27T06:39:15+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-22T04:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f91de44d073e40d6d4682ad41d61cadcc0fcedeb'/>
<id>urn:sha1:f91de44d073e40d6d4682ad41d61cadcc0fcedeb</id>
<content type='text'>
</content>
</entry>
</feed>
