<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_parse/src/parser, branch 1.70.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.70.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.70.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-04-12T18:56:22+00:00</updated>
<entry>
<title>Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk</title>
<updated>2023-04-12T18:56:22+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-04-12T18:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a34bcd70b2ca1ba7fb60fe0cbd1cbfd5fa57a089'/>
<id>urn:sha1:a34bcd70b2ca1ba7fb60fe0cbd1cbfd5fa57a089</id>
<content type='text'>
Remove `..` from return type notation

`@nikomatsakis` and I decided that using `..` in the return-type notation syntax is probably overkill.

r? `@eholk` since you reviewed the last one

Since this is piggybacking now totally off of a pre-existing syntax (parenthesized generics), let me know if you need any explanation of the logic here, since it's a bit more complicated now.
</content>
</entry>
<entry>
<title>Remove `..` from return type notation</title>
<updated>2023-04-10T22:19:46+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-04-10T22:16:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=24cbf81b8546beb8193217316acf4ded4117b4af'/>
<id>urn:sha1:24cbf81b8546beb8193217316acf4ded4117b4af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in compiler</title>
<updated>2023-04-10T20:02:52+00:00</updated>
<author>
<name>DaniPopes</name>
<email>57450786+DaniPopes@users.noreply.github.com</email>
</author>
<published>2023-04-10T20:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=677357d32bd402ff1096803cb00b52124204af08'/>
<id>urn:sha1:677357d32bd402ff1096803cb00b52124204af08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some clippy::complexity</title>
<updated>2023-04-09T21:22:14+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2023-04-09T21:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81c320ea7786a2b5a07a165aedacb438ae14fd74'/>
<id>urn:sha1:81c320ea7786a2b5a07a165aedacb438ae14fd74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: fix regression in #109203</title>
<updated>2023-04-06T20:54:13+00:00</updated>
<author>
<name>Ezra Shaw</name>
<email>ezrasure@outlook.com</email>
</author>
<published>2023-04-06T20:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9dbf20ef27b56c0bff35366689861ebbe5dfb7e5'/>
<id>urn:sha1:9dbf20ef27b56c0bff35366689861ebbe5dfb7e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #109117 - oli-obk:locks, r=michaelwoerister</title>
<updated>2023-04-05T10:38:02+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-04-05T10:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=383c1d729ead956584a6dd83cce17c7fdeb61468'/>
<id>urn:sha1:383c1d729ead956584a6dd83cce17c7fdeb61468</id>
<content type='text'>
Avoid a few locks

We can use atomics or datastructures tuned for specific access patterns instead of locks. This may be an improvement for parallel rustc, but it's mostly a cleanup making various datastructures only usable in the way they are used right now (append data, never mutate), instead of having a general purpose lock.
</content>
</entry>
<entry>
<title>Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`</title>
<updated>2023-04-04T15:34:40+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-03-29T14:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=373807a95cc427bb2672c96cb00ce71d8a5f4040'/>
<id>urn:sha1:373807a95cc427bb2672c96cb00ce71d8a5f4040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>box a bunch of large types</title>
<updated>2023-04-04T13:58:50+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-03-29T12:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4bebdd7104c41fb1a32e2d9588f64874dd5a484f'/>
<id>urn:sha1:4bebdd7104c41fb1a32e2d9588f64874dd5a484f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split out ast::ItemKind::Const into its own struct</title>
<updated>2023-04-04T09:44:50+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-03-29T09:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec74653652e59fc209506c084357ccee922a2d73'/>
<id>urn:sha1:ec74653652e59fc209506c084357ccee922a2d73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust-analyzer guided tuple field to named field</title>
<updated>2023-04-04T09:44:50+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-03-29T08:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e3828777a6b669c33fc59f2bddde44e888d304af'/>
<id>urn:sha1:e3828777a6b669c33fc59f2bddde44e888d304af</id>
<content type='text'>
</content>
</entry>
</feed>
