<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_parse/src/parser, branch 1.69.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.69.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.69.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-03-04T09:54:37+00:00</updated>
<entry>
<title>Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillot</title>
<updated>2023-03-04T09:54:37+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>99973273+Dylan-DPC@users.noreply.github.com</email>
</author>
<published>2023-03-04T09:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=035aa2816a34dcb19c1a3cd87e03c689f445f354'/>
<id>urn:sha1:035aa2816a34dcb19c1a3cd87e03c689f445f354</id>
<content type='text'>
Fix ICE: check if snippet is `)`

Fixes #107705
</content>
</entry>
<entry>
<title>Match unmatched backticks in comments in compiler/</title>
<updated>2023-03-03T07:39:00+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2023-03-03T03:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6df5ae4fb03734dd98db01a9f488998b1d4498ab'/>
<id>urn:sha1:6df5ae4fb03734dd98db01a9f488998b1d4498ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check if snippet is `)`</title>
<updated>2023-03-03T05:34:11+00:00</updated>
<author>
<name>Takayuki Maeda</name>
<email>takoyaki0316@gmail.com</email>
</author>
<published>2023-03-03T05:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=871ee18086dd77fc42a2f78b225efb73d15d0de7'/>
<id>urn:sha1:871ee18086dd77fc42a2f78b225efb73d15d0de7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>recover from for-else and while-else</title>
<updated>2023-03-01T12:26:59+00:00</updated>
<author>
<name>y21</name>
<email>30553356+y21@users.noreply.github.com</email>
</author>
<published>2023-02-23T19:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0758c05c9792700dbc482eda8cd464c39d5ebed5'/>
<id>urn:sha1:0758c05c9792700dbc482eda8cd464c39d5ebed5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr</title>
<updated>2023-03-01T06:23:19+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-03-01T06:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bcb610da7fae8297689883782601ecb8645604e2'/>
<id>urn:sha1:bcb610da7fae8297689883782601ecb8645604e2</id>
<content type='text'>
Rollup of 10 pull requests

Successful merges:

 - #108376 (compiler/rustc_session: fix sysroot detection logic)
 - #108400 (add llvm cgu instructions stats to perf)
 - #108496 (fix #108495, postfix decrement and prefix decrement has no warning)
 - #108505 (Further unify validity intrinsics)
 - #108520 (Small cleanup to `one_bound_for_assoc_type`)
 - #108560 (Some `infer/mod.rs` cleanups)
 - #108563 (Make mailmap more correct)
 - #108564 (Fix `x clean` with specific paths)
 - #108571 (Add contains_key to SortedIndexMultiMap)
 - #108578 (Update Fuchsia platform team members)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
</content>
</entry>
<entry>
<title>Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin</title>
<updated>2023-03-01T00:21:56+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-03-01T00:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c3cc8bba5d12ef3d21fee46c0b02e7390b381a4'/>
<id>urn:sha1:1c3cc8bba5d12ef3d21fee46c0b02e7390b381a4</id>
<content type='text'>
fix #108495, postfix decrement and prefix decrement has no warning

Fixes #108495
</content>
</entry>
<entry>
<title>Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkov</title>
<updated>2023-03-01T00:20:22+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2023-03-01T00:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=371904bba6be19d023f3073205e67169a93f54e7'/>
<id>urn:sha1:371904bba6be19d023f3073205e67169a93f54e7</id>
<content type='text'>
Exit when there are unmatched delims to avoid noisy diagnostics

From https://github.com/rust-lang/rust/pull/104012#issuecomment-1311764832
r? ``@petrochenkov``
</content>
</entry>
<entry>
<title>micro fmt changes</title>
<updated>2023-02-28T15:28:14+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-02-28T15:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=031206bc1d16edcc963a1d0987ad37448a4cc019'/>
<id>urn:sha1:031206bc1d16edcc963a1d0987ad37448a4cc019</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor parse_token_trees to not return unmatched_delims</title>
<updated>2023-02-28T07:57:17+00:00</updated>
<author>
<name>yukang</name>
<email>moorekang@gmail.com</email>
</author>
<published>2023-02-22T10:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f808877bbf8643cb9ea54a59cb5a61a631f545dd'/>
<id>urn:sha1:f808877bbf8643cb9ea54a59cb5a61a631f545dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename unmatched_braces to unmatched_delims</title>
<updated>2023-02-28T07:57:17+00:00</updated>
<author>
<name>yukang</name>
<email>moorekang@gmail.com</email>
</author>
<published>2023-02-21T14:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ce7472db46f62bbc328dbe9e627d4a85a11913c'/>
<id>urn:sha1:9ce7472db46f62bbc328dbe9e627d4a85a11913c</id>
<content type='text'>
</content>
</entry>
</feed>
