<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_parse/src/parser/expr.rs, branch 1.72.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.72.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.72.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-06-27T15:48:45+00:00</updated>
<entry>
<title>Rollup merge of #112978 - compiler-errors:bad-block-sugg, r=davidtwco</title>
<updated>2023-06-27T15:48:45+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-06-27T15:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e992895c1d1d401406590fbe01122569b9cc1b42'/>
<id>urn:sha1:e992895c1d1d401406590fbe01122569b9cc1b42</id>
<content type='text'>
Add suggestion for bad block fragment error

Makes it a bit clearer how to fix this parser restriction
</content>
</entry>
<entry>
<title>Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwco</title>
<updated>2023-06-27T15:48:44+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-06-27T15:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f2c21c11f0cf8762b66675024c9d1041dbcc219'/>
<id>urn:sha1:9f2c21c11f0cf8762b66675024c9d1041dbcc219</id>
<content type='text'>
Detect actual span for getting unexpected token from parsing macros

Fixes #112458
</content>
</entry>
<entry>
<title>Add suggestion for bad block fragment error</title>
<updated>2023-06-23T19:18:20+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-06-23T19:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2cc7782cfd85a2c4dc2fa566fae4d4e356976471'/>
<id>urn:sha1:2cc7782cfd85a2c4dc2fa566fae4d4e356976471</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Syntatically accept `become` expressions</title>
<updated>2023-06-19T12:54:34+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-11-16T18:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7713feb99d45fb0c8122118c2c29008358e363d'/>
<id>urn:sha1:d7713feb99d45fb0c8122118c2c29008358e363d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle interpolated literal errors</title>
<updated>2023-06-15T01:55:37+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-06-15T01:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ef580fa6f2b5019b35e6a9cf979f6f13d21de00'/>
<id>urn:sha1:9ef580fa6f2b5019b35e6a9cf979f6f13d21de00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Detect actual span for getting unexpected token from parsing macros</title>
<updated>2023-06-11T06:36:20+00:00</updated>
<author>
<name>yukang</name>
<email>moorekang@gmail.com</email>
</author>
<published>2023-06-11T06:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0220c0b765e92dcb3565f0a8bd3c422afbd77f88'/>
<id>urn:sha1:0220c0b765e92dcb3565f0a8bd3c422afbd77f88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move parse_seq_to_before_end closure to own function</title>
<updated>2023-06-08T22:08:03+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2023-06-08T22:07:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9fb266b525938f71089f23b49d756d77f550521b'/>
<id>urn:sha1:9fb266b525938f71089f23b49d756d77f550521b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support float-like tuple indices in offset_of!()</title>
<updated>2023-06-08T21:42:58+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2023-06-02T16:53:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b90f5efaf46073a7da509a895a0688e1c6300c3'/>
<id>urn:sha1:1b90f5efaf46073a7da509a895a0688e1c6300c3</id>
<content type='text'>
The tokenizer gives us whole float literal tokens, we have to split them up
in order to be able to create field access from them.
</content>
</entry>
<entry>
<title>Move float breaking out of Parser::parse_expr_tuple_field_access_float</title>
<updated>2023-06-08T20:03:06+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2023-06-02T16:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d74ec96e8d334c765e35707f7b7f3c6499a1b43c'/>
<id>urn:sha1:d74ec96e8d334c765e35707f7b7f3c6499a1b43c</id>
<content type='text'>
Purely a refactor in preparation of using it in offset_of!() parsing
</content>
</entry>
<entry>
<title>Use `Option::is_some_and` and `Result::is_ok_and` in the compiler</title>
<updated>2023-05-24T14:20:41+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-05-24T14:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb0f74a8c9e8b8f488ec5894d5d314caebf4c662'/>
<id>urn:sha1:fb0f74a8c9e8b8f488ec5894d5d314caebf4c662</id>
<content type='text'>
</content>
</entry>
</feed>
