<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_parse/src/parser/path.rs, branch 1.62.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.62.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.62.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-04-28T07:04:29+00:00</updated>
<entry>
<title>rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`</title>
<updated>2022-04-28T07:04:29+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2022-04-26T12:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2733ec1be34b1ae9f22c70c901bb89229adf9def'/>
<id>urn:sha1:2733ec1be34b1ae9f22c70c901bb89229adf9def</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better error for binder on associated type bound</title>
<updated>2022-04-10T23:41:15+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2022-04-07T06:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b65265b5e1c70d8c1685efc3a899ce3d89362ad7'/>
<id>urn:sha1:b65265b5e1c70d8c1685efc3a899ce3d89362ad7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shrink `Nonterminal`.</title>
<updated>2022-04-07T02:51:50+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-04-06T02:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d9592c2d9f0db851b090c10c0cc3560b87fc7789'/>
<id>urn:sha1:d9592c2d9f0db851b090c10c0cc3560b87fc7789</id>
<content type='text'>
By heap allocating the argument within `NtPath`, `NtVis`, and `NtStmt`.
This slightly reduces cumulative and peak allocation amounts, most
notably on `deep-vector`.
</content>
</entry>
<entry>
<title>Handle `,` to `;` substitution in arg params</title>
<updated>2022-03-27T06:05:18+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2022-03-27T06:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=157c67b7a8c47de44b47eed9611e5a97981553eb'/>
<id>urn:sha1:157c67b7a8c47de44b47eed9611e5a97981553eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide suggestion for missing `&gt;` in a type parameter list</title>
<updated>2022-03-27T02:50:04+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2022-03-01T19:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6874bd27f527b6c5f40e8fd866d91813da2df35a'/>
<id>urn:sha1:6874bd27f527b6c5f40e8fd866d91813da2df35a</id>
<content type='text'>
When encountering an inproperly terminated type parameter list, provide
a suggestion to close it after the last non-constraint type parameter
that was successfully parsed.

Fix #94058.
</content>
</entry>
<entry>
<title>cancel a not emitted error after parsing const generic args</title>
<updated>2022-03-22T07:06:56+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2022-03-22T07:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62ded071d588b92b394c4561d19d517d87074728'/>
<id>urn:sha1:62ded071d588b92b394c4561d19d517d87074728</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace `self.clone()` with `self.create_snapshot_for_diagnostic()`</title>
<updated>2022-03-10T13:11:00+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2022-03-10T13:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a6532276ec45e22695f0a012a0782c97bf39a2d'/>
<id>urn:sha1:9a6532276ec45e22695f0a012a0782c97bf39a2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add doc comments</title>
<updated>2022-03-10T10:34:42+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2022-03-10T10:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2db82368574b7b751203418300345a4eb75f1147'/>
<id>urn:sha1:2db82368574b7b751203418300345a4eb75f1147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement `SnapshotParser` struct</title>
<updated>2022-03-09T14:13:04+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2022-03-09T14:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ded25204b9b91cf4f14977cae81215a60409558'/>
<id>urn:sha1:3ded25204b9b91cf4f14977cae81215a60409558</id>
<content type='text'>
</content>
</entry>
<entry>
<title>take over unclosed_delims</title>
<updated>2022-03-09T07:04:14+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2022-03-09T07:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=192acb4b98bb027cb09eaeb8906dbc94a76b9b66'/>
<id>urn:sha1:192acb4b98bb027cb09eaeb8906dbc94a76b9b66</id>
<content type='text'>
</content>
</entry>
</feed>
